/**
 * Jumpstart Pitch Booking
 * Public-facing styles
 */

 /* ---------------------------------------------------------
   Pitch Account Login
   --------------------------------------------------------- */

.pitch-account-login {
    max-width: 480px;
    margin-top: -2rem;
}

.pitch-account-login > p:first-child {
    margin-bottom: 1.5rem;
}

.pitch-account-login-form p {
    margin-bottom: 1rem;
}

.pitch-account-login-form label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.pitch-account-login-form input[type="email"],
.pitch-account-login-form input[type="password"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #999;
    border-radius: 4px;
}

.pitch-account-login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
}

.pitch-account-login-button {
    padding: 0.65rem 1rem;
    border: 1px solid #06f;
    border-radius: 4px;
    background: #06f;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.pitch-account-login-button:hover,
.pitch-account-login-button:focus {
    background: transparent;
    color: #06f;
}

.pitch-account-forgot-password {
    margin-top: 0.5rem;
}

.pitch-account-registration-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
}

.pitch-account-registration-link p {
    margin-bottom: 0.5rem;
}

.pitch-account-create-account-button {
    color: #06f;
    text-decoration: underline;
}

/* ---------------------------------------------------------
   Public page shell
   --------------------------------------------------------- */
.pitch-site-content {
    margin-top: 2rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.pitch-site-main {
    width: 100%;
    max-width: 1320px;
}

/* ---------------------------------------------------------
   Shared account controls
   --------------------------------------------------------- */
.pitch-account-booking-button,
.pitch-account-secondary-button,
.pitch-account-logout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.pitch-account-booking-button,
#cancel-booking-btn.pitch-account-booking-button {
    padding: 0.65rem 1rem;
    border: 1px solid #06f;
    border-radius: 4px;
    background: #06f;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.pitch-account-booking-button:hover,
.pitch-account-booking-button:focus,
#cancel-booking-btn.pitch-account-booking-button:hover,
#cancel-booking-btn.pitch-account-booking-button:focus {
    border-color: #06f;
    background: transparent;
    color: #06f;
    text-decoration: none;
}

.pitch-account-booking-button:disabled {
    border-color: #999;
    background: transparent;
    color: #777;
    opacity: 1;
    cursor: default;
}

.pitch-account-secondary-button {
    padding: 0.5rem 0.8rem;
    border: 1px solid #222;
    background: transparent;
    color: #06f;
    font-size: 0.9em;
}

.pitch-account-secondary-button:hover,
.pitch-account-secondary-button:focus {
    border-color: #06f;
    color: #06f;
    text-decoration: none;
}

.pitch-account-cancellation-button:hover,
.pitch-account-cancellation-button:focus {
    border-color: #222;
    color: #222;
}

/* ---------------------------------------------------------
   Account header
   --------------------------------------------------------- */

      .pitch-page-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
}


.pitch-page-header .pitch-account-logout-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #06f;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: inherit;
    text-decoration: underline;
}

.pitch-page-header .pitch-account-logout-button:hover,
.pitch-page-header .pitch-account-logout-button:focus {
    border: 0;
    background: transparent;
    color: #06f;
    text-decoration: none;
}

/* ---------------------------------------------------------
   Account information and booking options
   --------------------------------------------------------- */
.pitch-account-information {
    padding: 1.5rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}


.pitch-account-information h2,
.pitch-account-information h3 {
    margin-top: 0;
}

.pitch-account-information-column,
.pitch-account-booking-column {
    min-width: 0;
}

.pitch-account-booking-column {
    margin-top: 0;
}

.pitch-account-information-list {
    margin: 1.25rem 0 1.5rem;
    font-size: 1.3rem;
}

.pitch-account-information-list dt {
    margin-top: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.pitch-account-information-list dt:first-child {
    margin-top: 0;
}

.pitch-account-information-list dd {
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.pitch-account-edit-information-link {
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.pitch-account-booking-options {
    background: #fff;
}

.pitch-account-public-booking,
.pitch-account-booking-request {
    border: 1px solid #d9d9d9;
    border-radius: .3rem;
    padding: 1.5rem;
    margin-bottom:1rem;
}

.pitch-account-did-you-know {
    border: 1px solid #d9d9d9;
    border-radius: .3rem;
    padding: 1.5rem;
    margin-bottom:0;
}

.pitch-account-public-booking h3,
.pitch-account-booking-request h3,
.pitch-account-did-you-know h3 {
    padding-bottom: 0.5rem;
}

.pitch-account-public-booking p,
.pitch-account-booking-request p,
.pitch-account-did-you-know p {
    max-width: 42rem;
}

.pitch-account-booking-availability {
    font-weight: 600;
}

.pitch-account-public-booking .pitch-account-booking-button,
.pitch-account-booking-request .pitch-account-booking-button {
    margin-top: 0.35rem;
}


.pitch-account-did-you-know {
    background: #f5f5f5;
}


/* ---------------------------------------------------------
   Upcoming bookings
   --------------------------------------------------------- */
.pitch-account-bookings-upcoming {
    margin-top: 3rem;
    padding: 1.5rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}

.pitch-account-bookings-upcoming h2 {
    margin:0;
}

.pitch-account-upcoming-list {
    width: 100%;
}

.pitch-account-upcoming-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.pitch-account-upcoming-header {
    border-bottom: 2px solid #222;
    font-size: 0.9em;
    font-weight: 700;
}

.pitch-account-upcoming-header > div,
.pitch-account-upcoming-row:not(.pitch-account-upcoming-header) > div {
    padding: 1rem 0.75rem;
}

/* Large+ uses one row: Date, Time, Participants, Status and Actions. */
.pitch-account-upcoming-date { flex: 0 0 28%; }
.pitch-account-upcoming-time { flex: 0 0 19%; }
.pitch-account-upcoming-participants { flex: 0 0 14%; }
.pitch-account-upcoming-status { flex: 0 0 17%; }

.pitch-account-upcoming-actions {
    font-size: 0.9rem;
    flex: 0 0 22%;
    width: auto;
    margin: 0;
}


/* Upcoming Booking actions are presented as text links. */
.pitch-account-upcoming-action-form {
    margin-top: 0;
    margin-bottom: 0;
}

.pitch-account-upcoming-action-link {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: #06f;
    font: inherit;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.9rem;
}

.pitch-account-upcoming-action-link:hover,
.pitch-account-upcoming-action-link:focus {
    color: #06f;
    background: transparent;
    text-decoration: none;
}

.pitch-account-upcoming-label {
    font-weight: 700;
}

.pitch-account-bookings-table {
    width: 100%;
    border-collapse: collapse;
}

.pitch-account-bookings-table th {
    padding: 0.65rem 0.75rem;
    border-bottom: 2px solid #222;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.9em;
    font-weight: 700;
}

.pitch-account-bookings-table td {
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .pitch-account-upcoming-actions {
        margin-left: 0;
        margin-right: 0;
    }
}

/* ---------------------------------------------------------
   Booking history dropdown
   --------------------------------------------------------- */

.pitch-account-bookings-history {
    margin-top: 3rem;
    padding: 1.5rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}

.pitch-account-booking-history-dropdown > summary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    cursor: pointer;
    list-style: none;
}

.pitch-account-booking-history-dropdown > summary::-webkit-details-marker {
    display: none;
}

.pitch-account-booking-history-dropdown > summary h2 {
    margin: 0;
}

/* Closed */
.pitch-account-booking-history-dropdown > summary::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    padding-left: .5rem;
}

/* Open */
.pitch-account-booking-history-dropdown[open] > summary::after {
    content: "−";
}


/* Flex layout for Booking History. */
.pitch-account-history-list {
    width: 100%;
    margin-top: 1rem;
}

.pitch-account-history-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.pitch-account-history-header {
    border-bottom: 1px solid #222;
    font-size: 0.9em;
    font-weight: 700;
}

.pitch-account-history-row > div {
    padding: 1rem 0.75rem;
}

.pitch-account-history-date {
    flex: 0 0 35%;
}

.pitch-account-history-time {
    flex: 0 0 25%;
}

.pitch-account-history-participants {
    flex: 0 0 18%;
    text-align: center;
}

.pitch-account-history-status {
    flex: 0 0 22%;
}

@media (max-width: 991.98px) {
    .pitch-account-history-header {
        display: none;
    }

    .pitch-account-history-row:not(.pitch-account-history-header) {
        padding: 1rem 0;
    }

    .pitch-account-history-row:not(.pitch-account-history-header) > div {
        flex: 0 0 100%;
        padding: 0.25rem 0;
        text-align: left;
    }

}


/* ---------------------------------------------------------
   Booking modal
   --------------------------------------------------------- */

/* ---------------------------------------------------------
   Account notices and messages
   --------------------------------------------------------- */

/* ---------------------------------------------------------
   Responsive account layout
   --------------------------------------------------------- */


@media (max-width: 991.98px) {
    .pitch-account-information {
        padding: 1.1rem;
    }

    .pitch-account-booking-column {
        margin-top: 1.5rem;
    }


    .pitch-account-public-booking,
    .pitch-account-booking-request {
        padding: 1.1rem;
    }

    .pitch-account-did-you-know {
        padding: 1.1rem;
        margin-bottom: 0rem;
    }

    .pitch-account-upcoming-row:not(.pitch-account-upcoming-header) {
        padding: 1rem 0;
    }

    .pitch-account-upcoming-row:not(.pitch-account-upcoming-header) > div {
        padding: 0.5rem;
    }

    .pitch-account-upcoming-mobile-datetime {
        flex: 0 0 100%;
    }

    .pitch-account-upcoming-mobile-datetime .pitch-account-upcoming-label,
    .pitch-account-upcoming-mobile-datetime .pitch-account-upcoming-value {
        display: block;
    }

    .pitch-account-upcoming-participants,
    .pitch-account-upcoming-status {
        flex: 0 0 100%;
    }

    .pitch-account-upcoming-participants {
    text-align: left !important;
}

    .pitch-account-upcoming-participants .pitch-account-upcoming-value,
    .pitch-account-upcoming-status .pitch-account-upcoming-value {
        margin-left: 0.25rem;
    }

    .pitch-account-upcoming-actions {
        flex: 0 0 100%;
        margin-top: 0.5rem;
        padding-left: 0;
        padding-right: 0;
    }
.pitch-account-bookings-table {
        min-width: 700px;
    }
}

/* ---------------------------------------------------------
   Administration Dashboard
   --------------------------------------------------------- */
.pitch-administrator-navigation a {
    margin-right: 1rem;
}

.pitch-administrator-navigation a:last-child {
    margin-right: 0;
}



/* Centre participant values within the Participants column. */
.pitch-account-upcoming-participants {
    text-align: center;
}


/* Force each Upcoming Booking action pair onto separate lines. */
.pitch-account-upcoming-row:not(.pitch-account-upcoming-header) .pitch-account-upcoming-actions {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
}




/* Upcoming actions: align links with the content edge of the Actions cell. */
.pitch-account-upcoming-action-item {
    display: block;
    margin: 0 0 0.35rem;
    padding: 0;
}

.pitch-account-upcoming-action-item:last-child {
    margin-bottom: 0;
}

/* Mobile/tablet: the Actions cell itself has no horizontal padding. */
@media (max-width: 991.98px) {
    .pitch-account-upcoming-row:not(.pitch-account-upcoming-header) > .pitch-account-upcoming-actions {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Large+: restore the standard Upcoming Booking cell gutter. */
@media (min-width: 992px) {
    .pitch-account-upcoming-row:not(.pitch-account-upcoming-header) > .pitch-account-upcoming-actions {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}


/* Booking History mobile labels mirror Upcoming Bookings. */
.pitch-account-history-mobile-label,
.pitch-account-history-mobile-time {
    display: none;
}

@media (max-width: 991.98px) {
    .pitch-account-history-mobile-label {
        display: inline;
        margin-right: 0.25rem;
        font-weight: 700;
    }

    .pitch-account-history-date .pitch-account-history-mobile-label,
    .pitch-account-history-date .pitch-account-history-value,
    .pitch-account-history-mobile-time {
        display: block;
    }

    .pitch-account-history-time {
        display: none;
    }

    .pitch-account-history-participants,
    .pitch-account-history-status {
        display: block;
    }
}


/* ---------------------------------------------------------
   Standalone Public Booking page
   --------------------------------------------------------- */
.pitch-booking-public {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.pitch-booking-page-intro {
    margin-bottom: 1.5rem;
}

.pitch-booking-page-intro h2 {
    margin-bottom: 0.5rem;
}

.pitch-booking-page-intro p {
    margin-bottom: 0;
}

.pitch-booking-date-selector,
.pitch-booking-existing-date-message,
.pitch-booking-details {
    padding: 1.5rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}

.pitch-booking-date-selector {
    margin-bottom: 1.5rem;
}

.pitch-booking-date-selector form {
    margin-top: 1rem;
}

.pitch-booking-date-selector label {
    display: block;
    margin-bottom: 0.5rem;
}

.pitch-booking-date-selector label[for="pitch-booking-date-selector"] {
    font-size: 1.325rem;
    padding-bottom: .75rem;
}

#pitch-booking-date-selector {
    width: 100%;
    max-width: 360px;

}

/* Public Booking form controls */
.pitch-booking-public input,
.pitch-booking-public select,
.pitch-booking-public textarea {
    box-sizing: border-box;
    padding: 1rem;
}

.pitch-booking-date {
    margin: 2rem 0 0 0;
}

.pitch-booking-slots {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5rem;
    border-top: 1px solid #d9d9d9;
}

.pitch-booking-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #d9d9d9;
}

.pitch-booking-select-slot {
    appearance: none;
    -webkit-appearance: none;
    background: #06f;
    border: 1px solid #06f;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font: inherit;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: none;
    outline: none;
}

.pitch-booking-select-slot:hover,
.pitch-booking-select-slot:focus {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #06f;
    box-shadow: none;
    color: #06f;
    text-shadow: none;
}

.pitch-booking-details {
    margin-top: 2rem;
}

.pitch-booking-details > hr {
    display: none;
}

.pitch-booking-details h2 {
    margin-top: 0;
}

.pitch-booking-message {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.pitch-booking-message p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .pitch-booking-date-selector,
    .pitch-booking-existing-date-message,
    .pitch-booking-details {
        padding: 1rem;
    }

    .pitch-booking-slot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    #pitch-booking-date-selector {
        max-width: none;
    }
}

/* Available time buttons */
.pitch-booking-available-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    padding: 0.65rem 1rem;
    border: 1px solid #06f;
    border-radius: 4px;
    background: #06f;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.pitch-booking-available-button:hover,
.pitch-booking-available-button:focus {
    border-color: #06f;
    background: transparent;
    color: #06f;
}

/* =========================================================
   PUBLIC BOOKING — BOOKING DETAILS
   ========================================================= */

.pitch-booking-details {
    margin-top: 2rem;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.pitch-booking-details-heading {
    padding: 1.5rem;
    border-bottom: 1px solid #d9d9d9;
}

.pitch-booking-details-heading h2 {
    margin: 0 0 1rem;
}

.booking-details-intro {
    padding: 0 1.5rem;
}

.pitch-booking-selected-time {
    padding: 1rem 1.25rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 1rem;
    line-height: 1.4;
}

.pitch-booking-selected-time-label {
    display: block;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 700;
}

#pitch-booking-selected-label {
    display: block;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}

#pitch-booking-form {
    padding: 1.5rem;
}

.pitch-booking-fieldset {
    margin: 0 0 2rem;
    padding: 0;
    border: 0;
}

.pitch-booking-fieldset legend {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.pitch-booking-field-help {
    margin: -.5rem 0 1rem;
}


/* Participants by age */

.pitch-booking-age-fieldset label {
    display: block;
    margin: 0;
    font-weight: 700 !important;
}

.pitch-booking-age-fieldset > legend {
    margin-bottom: 1rem;
}

.pitch-booking-age-fieldset input.pitch-age-count {
    display: block;
    width: 100%;
    margin-top: 0.75rem !important;
}

.pitch-participant-total {
    margin: 1rem 0 2rem;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    background: #f5f5f5;
}

.pitch-booking-participant-makeup-fieldset p {
    display: inline-block;
    margin: 0 1.5rem 0 0;
}

.pitch-booking-participant-makeup-fieldset p:last-child {
    margin-right: 0;
}

.pitch-booking-communities-fieldset p {
    margin-bottom: 1rem;
}

.pitch-booking-communities-fieldset p:has(input[type="checkbox"]) {
    display: inline-block;
    margin: 0 1.5rem 1rem 0;
}

.pitch-booking-communities-fieldset #pitch-demographic-other-wrapper {
    display: block;
    margin: 1rem 0 0;
}

.pitch-booking-submit {
    padding: 1rem;
    border: 1px solid #06f;
    border-radius: 4px;
    background: #06f;
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
    text-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top:2rem;
}

.pitch-booking-submit:hover,
.pitch-booking-submit:focus {
    background: transparent;
    border-color: #06f;
    color: #06f;
    box-shadow: none;
    text-shadow: none;
}


/* Communities */

.pitch-booking-community-options {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.pitch-booking-community-option {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: .75rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.pitch-booking-community-option input {
    width: auto;
    margin: 0;
    padding: 0;
}

#pitch-demographic-other-wrapper {
    margin: 1rem 0 0;
}

#pitch-demographic-other-text {
    width: 100%;
    max-width: 500px;
    margin-top: .5rem;
}


/* Submit */

.pitch-booking-submit-row {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
}


/* Mobile */

@media (max-width: 767.98px) {

    .pitch-booking-details-heading,
    #pitch-booking-form {
        padding: 1rem;
    }

    .pitch-booking-age-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pitch-booking-community-options {
        gap: .5rem;
    }

    .pitch-booking-community-option {
        padding: .65rem .75rem;
    }

    .booking-details-intro {
    padding: 0 1.5rem;
}
}

@media (max-width: 479.98px) {

    .pitch-booking-age-options {
        grid-template-columns: 1fr;
    }
}

.pitch-account-booking-confirmation {
    position: relative;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

/* Successful action */
.pitch-account-bookings-success.pitch-account-booking-confirmation {
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
}

/* Unsuccessful action */
.pitch-account-bookings-error.pitch-account-booking-confirmation {
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
}

.pitch-account-booking-confirmation p {
    margin: 0.25rem 0 0;
}

.pitch-account-booking-confirmation-dismiss {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;

    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;

    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;

    cursor: pointer;
}

.pitch-account-booking-confirmation-dismiss:hover,
.pitch-account-booking-confirmation-dismiss:focus {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
}

/* Successful Booking Enquiry submission */
.pitch-account-enquiry-confirmation {
    position: relative;
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid #a3cfbb;
    border-radius: 6px;
    margin-bottom: 1rem;
    background-color: #d1e7dd;
}

.pitch-account-enquiry-confirmation p {
    margin: 0.25rem 0 0;
}

.pitch-account-enquiry-confirmation-dismiss {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.pitch-account-enquiry-confirmation-dismiss:hover,
.pitch-account-enquiry-confirmation-dismiss:focus {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
}

p.pitch-booking-cancel-link {
    margin: 1rem 0;
}

.pitch-booking-cancel-link a {
    color:#06f;
}