/* ===========================================================
   CAERSBART TREINSTAPPERS
   GIDSEN
=========================================================== */


/* -----------------------------------------------------------
   GIDSENKAART
----------------------------------------------------------- */

.cb-gids-card {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;

    background: #f8faf8;

    border: 1px solid #dfe3dc;
    border-radius: 16px;
}


/* -----------------------------------------------------------
   FOTO
----------------------------------------------------------- */

.cb-gids-card-image {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 300px;
    padding: 28px;

    background: #f0f3ec;

    border-bottom: 1px solid #dfe3dc;
}

.cb-gids-card-image img {
    display: block;

    width: auto;
    max-width: 100%;
    height: 270px;

    object-fit: contain;
}


/* -----------------------------------------------------------
   INHOUD
----------------------------------------------------------- */

.cb-gids-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 26px 26px 24px;
}


/* -----------------------------------------------------------
   KICKER
----------------------------------------------------------- */

.cb-gids-card-kicker {
    margin: 0 0 7px;

    color: #284403;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: .11em;
    text-transform: uppercase;
}


/* -----------------------------------------------------------
   TITEL
----------------------------------------------------------- */

.cb-gids-card-title {
    margin: 0 0 12px;

    color: #284403;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}


/* -----------------------------------------------------------
   BESCHRIJVING
----------------------------------------------------------- */

.cb-gids-card-intro {
    margin: 0;

    color: #4f554b;

    font-size: 15px;
    line-height: 1.65;
}


/* -----------------------------------------------------------
   INFO
----------------------------------------------------------- */

.cb-gids-card-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;

    margin-top: 22px;
    padding-top: 18px;

    border-top: 1px solid #dfe3dc;
}

.cb-gids-card-info > div {
    min-width: 0;
}

.cb-gids-card-info span {
    display: block;

    margin-bottom: 4px;

    color: #73786f;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: .07em;
    text-transform: uppercase;
}

.cb-gids-card-info strong {
    display: block;

    color: #284403;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* -----------------------------------------------------------
   ACCORDEON
----------------------------------------------------------- */

.cb-gids-routes {
    margin-top: 24px;

    border-top: 1px solid #dfe3dc;
    border-bottom: 1px solid #dfe3dc;
}


/* -----------------------------------------------------------
   ACCORDEON TITEL
----------------------------------------------------------- */

.cb-gids-routes summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 54px;
    padding: 0 2px;

    cursor: pointer;

    color: #284403;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;

    list-style: none;
}

.cb-gids-routes summary::-webkit-details-marker {
    display: none;
}

.cb-gids-routes summary::marker {
    display: none;
}


/* -----------------------------------------------------------
   PLUS / PIJLTJE
----------------------------------------------------------- */

.cb-gids-routes-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    width: 28px;
    height: 28px;

    color: #284403;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    transition: transform .2s ease;
}

.cb-gids-routes[open] .cb-gids-routes-arrow {
    transform: rotate(45deg);
}


/* -----------------------------------------------------------
   ROUTELIJST
----------------------------------------------------------- */

.cb-gids-route-list {
    padding: 4px 0 14px;
}


/* -----------------------------------------------------------
   ROUTE
----------------------------------------------------------- */

.cb-gids-route-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    align-items: center;
    column-gap: 10px;

    min-height: 42px;
    padding: 8px 2px;

    box-sizing: border-box;

    color: #4f554b;

    border-top: 1px solid #e7eae5;

    font-size: 13px;
    line-height: 1.45;

    text-decoration: none;
}

.cb-gids-route-list a:first-child {
    border-top: 0;
}

.cb-gids-route-list a:hover {
    color: #284403;
}


/* -----------------------------------------------------------
   NUMMER
----------------------------------------------------------- */

.cb-gids-route-list a > span {
    color: #8a8f87;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: .04em;
}


/* -----------------------------------------------------------
   NAAM
----------------------------------------------------------- */

.cb-gids-route-list strong {
    display: block;

    color: inherit;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}


/* -----------------------------------------------------------
   PIJL
----------------------------------------------------------- */

.cb-gids-route-list em {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #284403;

    font-size: 16px;
    font-style: normal;
    line-height: 1;
}


/* -----------------------------------------------------------
   GROENE KNOP
----------------------------------------------------------- */

.cb-gids-card-button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    box-sizing: border-box;

    margin-top: 24px;
    padding: 13px 16px;

    color: #fff !important;
    background: #284403 !important;

    border: 1px solid #284403 !important;
    border-radius: 9px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    text-decoration: none !important;
}

.cb-gids-card-button:hover {
    color: #fff !important;

    background: #365b09 !important;
    border-color: #365b09 !important;
}

.cb-gids-card-button span:last-child {
    margin-left: 12px;

    font-size: 18px;
    line-height: 1;
}


/* -----------------------------------------------------------
   4-KOLOMMEN GUTENBERG
----------------------------------------------------------- */

.wp-block-columns.cb-gids-columns {
    width: 100%;
    max-width: none;

    margin-left: 0;
    margin-right: 0;

    gap: 20px;
}

.wp-block-columns.cb-gids-columns > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    min-width: 0;
}

.wp-block-columns.cb-gids-columns > .wp-block-column .cb-gids-card {
    width: 100%;
    max-width: none;
}


/* -----------------------------------------------------------
   TABLET
----------------------------------------------------------- */

@media (max-width: 900px) {

    .wp-block-columns.cb-gids-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-columns.cb-gids-columns > .wp-block-column {
        flex-basis: calc(50% - 10px) !important;
        flex-grow: 0 !important;
    }

}


/* -----------------------------------------------------------
   MOBIEL
----------------------------------------------------------- */

@media (max-width: 600px) {

    .cb-gids-card-image {
        min-height: 280px;
        padding: 24px;
    }

    .cb-gids-card-image img {
        height: 250px;
    }

    .cb-gids-card-body {
        padding: 23px 21px 21px;
    }

    .cb-gids-card-title {
        font-size: 23px;
    }

    .cb-gids-routes summary {
        min-height: 52px;
    }

    .cb-gids-route-list a {
        grid-template-columns: 32px minmax(0, 1fr) 24px;

        min-height: 44px;
        padding: 9px 2px;
    }

    .wp-block-columns.cb-gids-columns > .wp-block-column {
        flex-basis: 100% !important;
    }

}
/* -----------------------------------------------------------
   PRIJS
----------------------------------------------------------- */

.cb-gids-card-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;

    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid #dfe3dc;
}

.cb-gids-card-price > div {
    min-width: 0;
}

.cb-gids-card-price span {
    display: block;

    margin-bottom: 4px;

    color: #73786f;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.cb-gids-card-price strong {
    display: block;

    color: #284403;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* -----------------------------------------------------------
   LEVERTIJD
----------------------------------------------------------- */

.cb-gids-card-delivery {
    margin: 12px 0 0;

    color: #73786f;

    font-size: 12px;
    line-height: 1.5;
}


/* -----------------------------------------------------------
   INFO MOBIEL
----------------------------------------------------------- */

@media (max-width: 600px) {

    .cb-gids-card-price {
        grid-template-columns: 1fr 1fr;
    }

}
/* -----------------------------------------------------------
   GELIJKE UITLIJNING GIDSENKAARTEN
----------------------------------------------------------- */

.wp-block-columns.cb-gids-columns {
    align-items: stretch !important;
}

.wp-block-columns.cb-gids-columns > .wp-block-column {
    align-self: stretch !important;
    margin-top: 0 !important;
}

.wp-block-columns.cb-gids-columns > .wp-block-column > .cb-gids-card {
    margin-top: 0 !important;
}