/* ==========================================================================
   SLOEPEN LIJST
   Full-width boat cards; card-inhoud uitgelijnd binnen 1200px-grid
   Filter UI is in sloepen-filter.css (shared with tarieven page)
   ========================================================================== */

.sloepen-lijst .sloepen-lijst__items {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.sloepen-lijst .sloep-item {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    /* card full-width, inhoud uitgelijnd op 1200px-grid (beide kanten) */
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: max(24px, calc((100% - 1200px) / 2));
    padding-right: max(24px, calc((100% - 1200px) / 2));
    background: #ffffff;
    border-radius: 16px;
	box-shadow: 0px 0px 20.4px 0px rgba(213, 220, 228, 0.5);

}

.sloepen-lijst .sloep-item[hidden] {
    display: none;
}

/* --------------------------------------------------------------------------
   LEFT, content
   -------------------------------------------------------------------------- */

.sloepen-lijst .sloep-item__content {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.sloepen-lijst .sloep-item__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;

    background: linear-gradient(90deg, #52AAFF 0%, #3174C4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.sloepen-lijst .sloep-item__body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    margin-bottom: 24px;
}

.sloepen-lijst .sloep-item__body p {
    margin: 0 0 12px;
}

.sloepen-lijst .sloep-item__body p:last-of-type {
    margin-bottom: 0;
}

.sloepen-lijst .sloep-item__body ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.sloepen-lijst .sloep-item__body ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}

.sloepen-lijst .sloep-item__body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M8.39264 18L0 9.46778L2.09816 7.33472L8.39264 13.7339L21.9018 0L24 2.13306L8.39264 18Z' fill='%2300BD49'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.sloepen-lijst .sloep-item__body strong {
    font-weight: 700;
}

/* CTA */
.sloepen-lijst .sloep-item__cta,
.sloepen-lijst a.sloep-item__cta,
.sloepen-lijst a.sloep-item__cta:link,
.sloepen-lijst a.sloep-item__cta:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    padding: 8px 32px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-decoration: none !important;
    color: #000 !important;
    background: rgba(255, 209, 82, 1) !important;
    background-color: rgba(255, 209, 82, 1) !important;
    background-image: none !important;
    border: 1px solid rgba(241, 197, 75, 1) !important;
    border-radius: 30px !important;
    box-shadow:
        0px 0px 1px 2px rgba(255, 209, 82, 0.2),
        0px 0px 0px 2px rgba(255, 215, 104, 1) inset,
        0px -2px 2px 0px rgba(223, 176, 48, 1) inset;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.sloepen-lijst a.sloep-item__cta:hover,
.sloepen-lijst a.sloep-item__cta:focus,
.sloepen-lijst a.sloep-item__cta:active {
    background: rgba(255, 209, 82, 1) !important;
    background-color: rgba(255, 209, 82, 1) !important;
    color: #000 !important;
    text-decoration: none !important;
    box-shadow:
        0px 0px 1px 2px rgba(255, 209, 82, 0.2),
        0px 0px 0px 2px rgba(255, 215, 104, 1) inset,
        0px -2px 2px 0px rgba(223, 176, 48, 1) inset;
    transform: scale(1.1);
}

/* --------------------------------------------------------------------------
   RIGHT, image + specs
   -------------------------------------------------------------------------- */

.sloepen-lijst .sloep-item__media {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 18px;
    width: inherit;
}

.sloepen-lijst .sloep-item__image {
    width: 100%;
    height: 208px;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.sloepen-lijst .sloep-item__specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    gap: 0 94px;
}

.sloepen-lijst .sloep-item__specs li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.sloepen-lijst .sloep-item__specs li img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: block;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .sloepen-lijst .sloep-item {
        gap: 24px;
        padding: 24px 28px;
    }

    .sloepen-lijst .sloep-item__title {
        font-size: 20px;
    }

    .sloepen-lijst .sloep-item__specs li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sloepen-lijst .sloep-item {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .sloepen-lijst .sloep-item__content,
    .sloepen-lijst .sloep-item__media {
        display: contents;
    }

    .sloepen-lijst .sloep-item__title {
        order: 1;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .sloepen-lijst .sloep-item__image {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .sloepen-lijst .sloep-item__specs {
        order: 3;
        grid-template-columns: 1fr 1fr;
    }

    .sloepen-lijst .sloep-item__body {
        order: 4;
        font-size: 14px;
    }

    .sloepen-lijst .sloep-item__cta,
    .sloepen-lijst a.sloep-item__cta {
        order: 5;
        align-self: center !important;
    }
}