.text-highlight {
    color: #fcd307;
}

p > a {
    text-decoration: underline;
}


a:hover {
    text-shadow: 1px 0 1px #424242;
    color: initial;
}

.link-no-style {
    color: unset;
    text-decoration: none;
}
.link-no-style:hover {
    text-shadow: unset;
    color: unset;
}

a.alternate {
    text-decoration: underline;
    color: #fcd307;
}

.custom-sidebar-nav ul li a:hover, .custom-sidebar-nav ul li a.active {
    color: #fcd307;
    text-shadow: none;
}

ul {
    padding-left: revert;
}

.btn-radius {
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 18px;
    display: inline-block;
}

.change-photo-btn {
    background-color: #fcd307;
}
.custom-file {
}

.action-bar {
    background: #f6f6f6;
    border: 1px solid #e3e8eb;
    padding: 8px;
    margin-bottom: 20px;
}

/*****************************************
 * BUTTONS
 */
.btn-alternate:hover, .btn-alternate.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-alternate {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 20px !important;
    text-align: center;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #000;
}
.btn-alternate.btn-sm {
    font-size: 13px;
    padding: 3px 10px !important;
}

.btn .button-sub {
    font-size: 0.7rem;
    display: block;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
}

.btn-apple {
    background-color: #333333;
    color: #fff;
}
.btn-apple:hover {
    color: #f5f5f5;
}

.btn-microsoft {
    background-color: #0171C3;
    color: #fff;
}
.btn-microsoft:hover {
    color: #f5f5f5;
}

/************
 * Losange Profile image
 */
.losange, .losange div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.losange {
    transform: rotate(45deg) translateY(0px);
    margin-right: 30px;
    box-shadow: 12px -12px #fcd307;
}
.losange .los1 {
    width: 170px;
    height: 170px;
    transform: rotate(-45deg) translateY(-40px);
}
.losange .los1 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 426px) {
    .losange, .losange div {
        width: 70px;
        height: 70px;
    }

    .losange {
        margin-right: 20px;
    }

    .losange .los1 {
        width: 140px;
        height: 140px;
    }
}

/*************
 * Empla Cards
 */
.card-empla .card-header {
    background-image: url('../img/headerbar-head.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fcd307;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 56px;
    font-weight: 600;
}
.card-empla .note-editor {
    margin-bottom: 0;
    border-top: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-light {
    background: #f5f5f5;
    border-bottom: 6px solid #fcd307;
    border-radius: 5px;
}

.experience-item h5 {
    font-weight: 600;
}
.experience-item .experience-footer {
    font-style: italic;
}

.card.widget-profile {
    height: 100%;
}
.card.widget-profile .card-body {
    display: flex;
    flex-direction: column;
}
.card.widget-profile .card-body .pro-widget-content {
    flex-grow: 1;
}

.card-outline {
    border: 1px solid #cccccc;
}

/* Reviews */
.review-item .review-stars {
    color: #fcd307;
}
.review-item .review-text {
    margin-bottom: 4px;
}
.review-item .review-author {
    font-weight: bold;
}


/*************
 * Notices
 */
.profile-notice a {
    text-decoration: underline;
}
.profile-notice a:hover {
    text-shadow: none;
    text-decoration: none;
}

.impersonator-block {
    padding: 10px;
    background: orange;
}

/**************
* Date picker overwrite
 */
.rd-day-selected, .rd-time-selected, .rd-time-option:hover {
    background-color: #fcd307 !important;
}

.rd-day-disabled {
    color: #ffea81 !important;
}

.rd-day-disabled.rd-day-selected {
    background: none !important;
}

/***************
* LOGIN / REGISTER
 */
.login-header h3 span {
    color: #fcd307;
}

/*************
 * FOOTER
 */
.footer .footer-bottom .copyright-text p a {
    color: #fcd307;
    text-decoration: underline;
}

/***************
 * MOBILE
 */
.bar-icon span {
    background-color: #000;
}

@media only screen and (max-width: 991.98px) {
    .main-menu-wrapper {
        background-color: #000;
    }
}

/**
 * EDIT
 */
select.form-control-sector[multiple] {
    height: 350px;
}

/**************
 * HOMEPAGE — stijlen staan onderaan in het Empla design system blok
 */

.btn-xl {
    font-size: 1.2rem;
    padding: 0.8rem;
}

.sector-seoblock {
    padding-right: 300px;
    background-position: top right;
    background-size: 300px;
    background-repeat: no-repeat;
    background-clip: padding-box;
}

.sector-seoblock.horeca {
    background-image: url('../img/sector/horeca.jpg');
}
.sector-seoblock.logistiek {
    background-image: url('../img/sector/logistiek.png');
}
.sector-seoblock.gezondheidszorg {
    background-image: url('../img/sector/gezondheidszorg.png');
}
.sector-seoblock.beveiliging {
    background-image: url('../img/sector/beveiliging.png');
}
.sector-seoblock.bouw {
    background-image: url('../img/sector/bouw.png');
}

.sector-blocks {
    margin-top: -120px;
    position: relative;
    z-index: 99;
}

.sector-blocks .sector-block-item {
    background: #f5f5f5;
    width: 210px;
    height: 210px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
}

.sector-blocks .sector-block-item .sector-image {
    width: auto;
    height: 56px;
}

.sector-blocks .sector-block-item h3 {
    font-weight: 600;
    margin-top: 1rem;
}

@media only screen and (max-width: 769px) {
    .sector-blocks .sector-block-item {
        width: 160px;
        height: 160px;
        padding: 18px 10px;
        font-size: 0.85rem;
    }

    .sector-blocks .sector-block-item .sector-image {
        height: 32px;
    }

    .sector-blocks .sector-block-item h3 {
        font-size: 1rem;
    }


}

@media only screen and (max-width: 426px) {
    .sector-seoblock {
        padding-right: 0;
        background: none !important;
    }

    .sector-blocks {
        text-align: center;
    }

    .sector-blocks .sector-block-item .sector-image {
        height: 28px;
    }

    .sector-blocks .sector-block-item {
        display: inline-block;
        margin: 10px 6px;
        width: 150px;
        height: 150px;
    }
    .sector-blocks .sector-block-item h3 {
        margin-bottom: 4px;
    }
}

h2.cta-title, p.cta-title, h1.cta-title {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
}
h2.cta-title .alternate, h1.cta-title .alternate {
    color: #fcd307;
}

/**
 * PROFILE CARDS
 */
.main-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    color: #000;
}

.main-title .alternate {
    background: #000;
    color: #fcd307;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
    width: fit-content;
}

.empla-main-profile.no-header {
    margin-top: 0;
}

.empla-main-profile .card-header {
    background: transparent;
    margin-top: 0;
    padding: 16px 16px 8px;
    border-bottom: 0;
    align-items: center;
}
.empla-main-profile .card-header .profile-image {
    max-width: 64px;
    min-width: 64px;
    margin-right: 12px;
}
.empla-main-profile .card-header .profile-image img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.empla-main-profile .card-header .profile-name {
    margin-top: 0;
    font-weight: bold;
    min-width: 0;
}
.empla-main-profile .card-header .profile-name h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empla-main-profile .card-header .profile-name h5 {
    color: var(--empla-muted);
    font-weight: 500;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empla-main-profile .card-header .profile-rate {
    margin-top: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--empla-text);
    white-space: nowrap;
    margin-left: 8px;
    flex-shrink: 0;
}
.empla-main-profile .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.88rem;
    color: var(--empla-muted);
}

.empla-main-profile .card-footer {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--empla-border);
    background: transparent;
    flex-wrap: nowrap;
    gap: 8px;
}
.empla-main-profile .card-footer .profile-rating {
    flex-shrink: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empla-main-profile .card-footer .buttons {
    flex-shrink: 0;
    display: flex;
    gap: 6px;
}

/*******
 * Profile card row
 */
.profile-card {
    display: flex;
}
.profile-card .profile-image {
    margin-right: 20px;
}
.profile-card .profile-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.profile-card .username {
    font-weight: 900;
    font-size: 1.5rem;
}
.profile-card .profile-profession {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fcd307;
}
.profile-card .hourly-rate {
    font-size: 1.3rem;
    font-weight: 900;
    color: #000;
}

.profile-extra-info {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
}

.profile-info-part .part-title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fcd307;
    text-align: center;
}
.profile-info-part .part-value {
    font-size: 1.2rem;
    font-weight: 900;
    color: #000;
    text-align: center;
}

.profile-verified {
    color: #4de04d;
    font-size: 75%;
    font-weight: 600;
}

@media only screen and (max-width: 426px) {
    .profile-card .profile-image {
        margin-right: 0;
    }

    .profile-card .username {
        font-size: 1rem;
    }

    .profile-card .profile-profession {
        font-size: 1rem;
    }

    .profile-card .hourly-rate {
        font-size: 0.9rem;
    }

}

/**********************************
 * PROFILE CERTIFICATE
 */
#profile_certificate_dateReceived_day {
    display: none;
}

.form-certificate-date-container legend {
    padding-top: 0;
}

/*************************
 * NAV TABS
 */
.nav-tabs {
    border-bottom: 1px solid #fcd307;
}
.nav-tabs .nav-link {
    color: #000;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #fcd307;
    background-color: #fff;
    border-color: #fcd307 #fcd307 #fff;
}

/**
 * Profile portfolio
 */
.portfolio-gallery .image-container .trash {
    display: none;
    position: absolute;
    top: 10px;
    right: 25px;
}

.portfolio-gallery .image-container:hover .trash {
    display: block;
}

/**
 * Modal Profile Image
 */
.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.actions {
    padding: 5px 0;
}
.actions button {
    margin-right: 5px;
}

.upload-profile-image .upload-profile-image-wrap,
.upload-profile-image .upload-result,
.upload-profile-image.ready .upload-msg,
.empla-modal-profile-image .actions.ready .file-btn,
.media-upload-profile-image .media-upload-profile-image-wrap,
.media-upload-profile-image .media-upload-result,
.media-upload-profile-image.ready .upload-msg,
.empla-modal-profile-media-image .actions.ready .file-btn
{
    display: none;
}
.upload-profile-image.ready .upload-profile-image-wrap,
.media-upload-profile-image.ready .media-upload-profile-image-wrap{
    display: block;
}
.empla-modal-profile-image .actions.ready .upload-result,
.empla-modal-profile-media-image .actions.ready .media-upload-result {
    display: inline-block;
}
.upload-profile-image-wrap,
.media-upload-profile-image-wrap {
    width: 450px;
    height: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.media-upload-profile-image-wrap {
    width: 700px;
    height: 700px;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}

.empla-modal-profile-image .upload-result,
.empla-modal-profile-media-image .media-upload-result{
    display: none;
}

.empla-modal .modal-header {
    background: #000;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.empla-modal .modal-header .modal-title {
    color: #fcd307;
    font-weight: 800;
    text-transform: uppercase;
}
.empla-modal .modal-header .close {
    opacity: 0.9;
    color: #fcd307;
}

.nav-profile .nav-profile-extra a, .nav-profile .nav-profile-extra a:hover {
    background: #fcd307;
}

/**********************************
 * BOOKING
 */
#booking_date_start label {
    display: none;
}

.booking-time-hour {
    border: 1px solid #ccc;
    padding: 8px;
}

.booking-time-hour:hover {
    background: #c5c5c5;
    cursor: pointer;
}

.booking-time-hour-start {
    background: #fcd307;
    font-weight: 600;
    border-left: 2px solid #000;
}

.booking-time-hour-end {
    background: #fcd307;
    font-weight: 600;
    border-right: 2px solid #000;
}

.booking-time-hour-selected, .booking-time-hour-selecting {
    background: #fcd307;
    font-weight: 600;
}

/** Booking messages */
.message-thread .message {
    border: 1px solid #cbd3da;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.message-thread .message .author {
    font-size: 90%;
    color: #a3a3a3;
}

.message-thread .message.me {
    margin-left: 50px;
    background-color: #fff3c9;
}

.message-thread .message.them {
    margin-right: 50px;
    background-color: #f5f5f5;
}

.empla-booking-card .card-header h3 {
    font-weight: 700;
}
.empla-booking-card .card-body {
    padding: 0;
}

.empla-booking-sidebar-flow {
    background: #424242;
    color: #fff;
    padding: 0;
}

.empla-booking-sidebar-flow .booking-step {
    padding: 30px 20px;
    text-align: center;
    border-left: 10px solid transparent;
}
.empla-booking-sidebar-flow .booking-step.active {
    background: #040708;
    border-left-color: #fcd307;
}
.empla-booking-sidebar-flow .booking-step h4 {
    font-weight: 800;
    color: #fff;
}
.empla-booking-sidebar-flow .booking-step .booking-step-icon {
    font-size: 3em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 769px) {
    .empla-booking-card .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .empla-booking-sidebar-flow {
        justify-content: space-between;
    }
    .empla-booking-sidebar-flow .booking-step .booking-step-icon {
        font-size: 2em;
        margin-bottom: 8px;
    }

    .empla-booking-sidebar-flow .booking-step {
        padding: 10px;
    }

    .theiaStickySidebar {
        order: 2;
    }
}
@media only screen and (max-width: 426px) {
    .empla-booking-sidebar-flow .booking-step {
        padding: 10px 26px;
    }
    .empla-booking-sidebar-flow .booking-step h4 {
        display: none;
    }
    .empla-booking-sidebar-flow .booking-step .booking-step-icon {

        margin: 0;
    }
}


.rd-container {
    padding: 0;
    box-shadow: none;
    width: 100%;
}
.rd-container .rd-month {
    background: #f1f0f8;
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: 800;
    width: 100%;
}

.rd-month-label {
    min-height: 30px;
}

.rd-container .rd-days {
    background: #fff;
    font-size: 1em;
    width: 100%;
}
.rd-container .rd-days .rd-day-head {
    padding-top: 8px;
}

.booking-time-column {
    border-left: 2px solid #424242;
}

.booking-time-header {
    background: #f1f0f8;
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
    min-height: 50px;
    height: 70px;
    padding-top: 20px;
}

.time-selector-block {
    padding: 20px;
}
.time-selector-block h4 {
    font-weight: 600;
}
.time-selector-block select {
    padding: 4px;
    font-size: 1.2em;
}

#date-errors .parsley-errors-list li {
    font-size: 1rem;
    padding: 4px;
}

/*********************************************
 ** HOMEPAGE
 **
 **/
.search-bar .form-control {
    width: auto;
    display: block;
    border-radius: 0;
}
.search-bar .btn {
    border-radius: 0;
}

/* ============================================================
   EMPLA VISUAL REDESIGN 2026
   Overrides op het Dreamguys mentoring template.
   Doel: professionele marketplace (Malt/Fiverr niveau), event-sector.
   ============================================================ */

/* ---- CSS VARIABELEN ---- */
:root {
    --empla-blue:    #1D3461;
    --empla-blue-dark: #152649;
    --empla-yellow:  #fcd307;
    --empla-text:    #1a1a2e;
    --empla-muted:   #6b7280;
    --empla-light:   #f8f9fb;
    --empla-border:  #e5e7eb;
    --empla-radius:  10px;
    --empla-shadow:  0 2px 12px rgba(0,0,0,0.08);
    --empla-shadow-hover: 0 8px 24px rgba(0,0,0,0.14);
}

/* ---- HERO / BANNER ---- */
/* style.css definieert .banner-section met bg.jpg en een ::after overlay.
   We overschrijven beide volledig zodat er geen dubbele overlay is. */
.banner-section {
    background-image: linear-gradient(to right, rgba(10,20,50,0.82) 45%, rgba(10,20,50,0.35) 100%), url('../img/home-jumbo-new2.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 110px;
    padding-bottom: 220px;
}
/* Reset ::after uit style.css — anders stapelen twee donkere overlays */
.banner-section::after {
    content: none;
}

.banner-cta {
    color: #fff;
}

.banner-cta h1 span.first {
    font-size: 2.8rem;
    font-weight: 800;
    background: transparent;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: auto;
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.banner-cta span.alternate {
    display: block;
    background: transparent;
    color: var(--empla-yellow);
    margin-bottom: 1.4rem;
    letter-spacing: normal;
    text-transform: none;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.banner-cta p, .banner-cta .cta-text {
    text-shadow: none;
    color: rgba(255,255,255,0.88);
    font-size: 1.05rem !important;
}

@media only screen and (max-width: 769px) {
    .banner-section {
        background-image: linear-gradient(to bottom, rgba(10,20,50,0.88) 0%, rgba(10,20,50,0.65) 100%), url('../img/home-jumbo-new2.jpg');
        background-position: center center;
        padding-top: 60px;
        padding-bottom: 160px;
    }
    .banner-cta h1 span.first { font-size: 2rem; }
    .banner-cta span.alternate { font-size: 1.8rem; }
}

@media only screen and (max-width: 426px) {
    .banner-cta h1 span.first { font-size: 1.75rem; }
    .banner-cta span.alternate { font-size: 1.5rem; }
    .banner-cta div.cta-text { visibility: visible; }
}

/* ---- KNOPPEN ---- */
/* Primaire actie: geel — de "doe iets" knop */
.btn-cta {
    background: var(--empla-yellow) !important;
    color: #1a1a2e !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
}
.btn-cta:hover {
    background: #e6bc00 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(252,211,7,0.45);
    color: #1a1a2e !important;
}

/* Secundaire actie: blauw outline */
.btn-alternate {
    background-color: #fff;
    border: 2px solid var(--empla-blue) !important;
    border-radius: 50px !important;
    color: var(--empla-blue) !important;
    font-weight: 600;
    text-transform: none;
    transition: background 0.2s, color 0.2s;
}
.btn-alternate:hover, .btn-alternate.active {
    background-color: var(--empla-blue) !important;
    border-color: var(--empla-blue) !important;
    color: #fff !important;
}

.btn-xl {
    font-size: 1.05rem;
    padding: 0.75rem 1.8rem;
    border-radius: 50px !important;
}

/* ---- SECTOR BLOKKEN ---- */
.sector-blocks .sector-block-item {
    background: #fff;
    border: 1px solid var(--empla-border);
    border-radius: var(--empla-radius);
    box-shadow: var(--empla-shadow);
    transition: transform 0.18s, box-shadow 0.18s;
    cursor: pointer;
}
.sector-blocks .sector-block-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--empla-shadow-hover);
    border-color: var(--empla-yellow);
    border-width: 2px;
}
.sector-blocks .sector-block-item h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 0.75rem;
    color: var(--empla-text);
}
.sector-blocks .sector-block-item p {
    font-size: 0.75rem;
    color: var(--empla-muted);
    margin: 0;
    line-height: 1.3;
}
.sector-blocks .sector-block-item a {
    color: inherit;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* ---- ZOEKBALK ---- */
.search-bar {
    background: #fff;
    border: 1px solid var(--empla-border);
    border-radius: var(--empla-radius);
    box-shadow: var(--empla-shadow);
    padding: 8px;
    gap: 8px;
}
.search-bar .form-control {
    border: 1px solid var(--empla-border) !important;
    border-radius: 6px !important;
    font-size: 0.95rem;
    padding: 10px 14px;
}
.search-bar .form-control:focus {
    border-color: var(--empla-blue) !important;
    box-shadow: 0 0 0 3px rgba(29,52,97,0.12) !important;
}
.search-bar .btn {
    border-radius: 6px !important;
    padding: 10px 28px;
    font-weight: 600;
    white-space: nowrap;
}

/* ---- TYPOGRAFIE SECTIES ---- */
h2.cta-title, p.cta-title, h1.cta-title {
    font-size: 2rem;
    font-weight: 800;
    text-shadow: none;
    color: var(--empla-text);
    line-height: 1.2;
}
h2.cta-title .alternate, h1.cta-title .alternate {
    color: var(--empla-blue);
}

.main-title {
    text-transform: none;
    font-size: 1.9rem;
    font-weight: 800;
    text-shadow: none;
    color: var(--empla-text);
    letter-spacing: -0.3px;
}
.main-title .alternate {
    color: var(--empla-blue);
    background: none;
    padding: 0;
    border-bottom: 3px solid var(--empla-yellow);
    display: inline;
}

/* ---- PROFIELKAARTEN (GRID) ---- */
.card.widget-profile {
    border: 1px solid var(--empla-border);
    border-radius: var(--empla-radius);
    box-shadow: var(--empla-shadow);
    transition: transform 0.18s, box-shadow 0.18s;
}
.card.widget-profile:hover {
    transform: translateY(-4px);
    box-shadow: var(--empla-shadow-hover);
}

/* ---- PROFIELPAGINA (ROW) ---- */
.profile-card .profile-profession {
    color: var(--empla-blue);
    font-size: 1.2rem;
    font-weight: 700;
}
.profile-card .hourly-rate {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--empla-text);
}
.profile-info-part .part-title {
    color: var(--empla-blue);
    font-size: 1rem;
    font-weight: 700;
}

/* ---- KAART HEADERS (gele zigzag header) ---- */
.card-empla .card-header {
    background-image: none;
    background-color: var(--empla-blue);
    color: #fff;
    padding-left: 16px;
    font-weight: 600;
    border-radius: var(--empla-radius) var(--empla-radius) 0 0;
}

/* ---- HOE WERKT HET STAPPEN ---- */
.col-md-4 .fa-2x,
.col-md-4 [style*="font-size: 48px"] {
    font-size: 2.5rem;
}

/* ---- REVIEW CARDS ---- */
.review-item {
    padding: 20px;
    background: var(--empla-light);
    border-radius: var(--empla-radius);
    border-left: 4px solid var(--empla-yellow);
    margin-bottom: 12px;
}
.review-item .review-stars {
    color: var(--empla-yellow);
    font-size: 0.85rem;
    margin-bottom: 8px;
}
.review-item .review-text {
    font-size: 0.9rem;
    color: #444;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 10px;
}
.review-item .review-author {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--empla-muted);
}

/* ---- NAVIGATIE ---- */
.header .navbar {
    box-shadow: 0 1px 0 var(--empla-border);
}

/* Zoekbalk in nav centreren */
.main-menu-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-nav > li:first-child {
    margin-right: 20px;
}
@media only screen and (max-width: 991px) {
    .main-menu-wrapper {
        justify-content: flex-start;
    }
}

/* ---- PROFIEL GRID KAART (zoekresultaten) ---- */
.empla-profile-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--empla-border);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: box-shadow 0.18s, border-color 0.18s;
}
.empla-profile-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: #fcd307;
}
.empla-profile-card__photo img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}
.empla-profile-card__body {
    flex: 1;
    min-width: 0;
}
.empla-profile-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}
.empla-profile-card__name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--empla-text);
}
.empla-profile-card__name a {
    color: inherit;
    text-decoration: none;
    text-shadow: none;
}
.empla-profile-card__name a:hover {
    color: var(--empla-blue);
    text-shadow: none;
}
.empla-profile-card__profession {
    font-size: 0.8rem;
    color: var(--empla-muted);
    font-weight: 500;
}
.empla-profile-card__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--empla-text);
    white-space: nowrap;
    flex-shrink: 0;
}
.empla-profile-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.empla-profile-card__stars {
    color: #fcd307;
    font-size: 12px;
}
.empla-profile-card__location {
    font-size: 11px;
    color: var(--empla-muted);
}
.empla-profile-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.empla-profile-card__link {
    font-size: 0.82rem;
    color: var(--empla-blue);
    text-decoration: none;
    font-weight: 500;
}
.empla-profile-card__link:hover {
    text-decoration: underline;
    text-shadow: none;
    color: var(--empla-blue);
}

/* ---- LOSANGE PROFILE IMAGE ---- */
.losange {
    box-shadow: 6px -6px var(--empla-yellow);
}

/* ---- MODAL HEADERS ---- */
.empla-modal .modal-header {
    background: var(--empla-blue);
}
.empla-modal .modal-header .modal-title {
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    font-weight: 700;
}
.empla-modal .modal-header .close {
    color: rgba(255,255,255,0.7);
}

/* ---- PROFILE VERIFIED BADGE ---- */
.profile-verified {
    color: #16a34a;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 70%;
}

/* ---- FOOTER ---- */
.footer .footer-bottom .copyright-text p a {
    color: var(--empla-blue);
}

/* ---- CONTENT WRAPPER — padding-top verwijderd zodat hero/breadcrumb direct aansluit op header ---- */
.content {
    padding-top: 0 !important;
}

/* ---- BREADCRUMB ---- */
.breadcrumb-bar {
    background: var(--empla-light);
    border-bottom: 1px solid var(--empla-border);
}
.breadcrumb-title {
    color: var(--empla-text);
    font-weight: 800;
}

/* ---- BOOKING SIDEBAR ---- */
.empla-booking-sidebar-flow {
    background: var(--empla-blue);
}
.empla-booking-sidebar-flow .booking-step.active {
    background: var(--empla-blue-dark);
    border-left-color: var(--empla-yellow);
}

/* ---- TABS ---- */
.nav-tabs { border-bottom: 2px solid var(--empla-blue); }
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--empla-blue);
    border-color: var(--empla-blue) var(--empla-blue) #fff;
}

/* ---- CARDS ALGEMEEN ---- */
.card {
    border: 1px solid var(--empla-border);
    border-radius: var(--empla-radius);
    box-shadow: var(--empla-shadow);
}

/* ---- LOGIN HEADER ---- */
.login-header h3 span { color: var(--empla-blue); }

/* ---- PROFIEL — SPECIALITEITEN ---- */
.empla-specialties .specialties-box span {
    border: 1px solid var(--empla-border);
    flex: 1 0 21%;
    padding: 4px 10px;
    color: var(--empla-muted);
    text-align: center;
    border-radius: 4px;
    font-size: 0.85rem;
}

/* ---- MOBILE 390px AUDIT FIXES ---- */
@media only screen and (max-width: 480px) {
    /* Sector header in "Alle beroepen": allow wrap zodat pijl-tekst op nieuwe regel valt */
    .alle-beroepen-sector-header {
        flex-wrap: wrap;
    }
    .alle-beroepen-sector-header .sector-arrow-label {
        width: 100%;
        padding-left: 36px;
        margin-top: -6px;
    }

    /* Zoekbalk knop full-width op mobile */
    .search-bar .btn {
        width: 100%;
        margin-top: 4px;
    }

    /* Stats bar: kleinere tekst zodat 3 kolommen passen */
    .banner-stats strong {
        font-size: 16px !important;
    }
    .banner-stats div {
        font-size: 10px !important;
    }

    /* Booking CTA card: compactere padding */
    .card[style*="border: 2px solid #1D3461"] .card-body {
        padding: 16px 12px;
    }
}

/******************************************
 * DASHBOARD — profiel pagina
 ******************************************/

/* Profielfoto cirkelvormig in sidebar */
.profile-avatar-circle {
    border-radius: 50%;
    object-fit: cover;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 0.5rem;
}

/* Welkomstboodschap */
.dashboard-welcome {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1rem;
}
.dashboard-welcome h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1D3461;
}

/* Statistieken-kaartjes */
.dashboard-stat-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(183, 183, 183, 0.3);
    padding: 1.25rem 1rem;
    text-align: center;
    height: 100%;
}
.dashboard-stat-card .stat-icon {
    font-size: 1.4rem;
    color: #fcd307;
    margin-bottom: 0.5rem;
}
.dashboard-stat-card .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1D3461;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.dashboard-stat-card .stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 0.25rem;
}
.dashboard-stat-card .stat-sub {
    font-size: 0.8rem;
    color: #aaa;
}
.dashboard-stat-card .stat-sub a {
    color: #1D3461;
    text-decoration: underline;
}

/* Profiel-compleetheid kaart */
.dashboard-completion-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(183, 183, 183, 0.3);
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #fcd307;
}
.dashboard-completion-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1D3461;
}
.completion-pct {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1D3461;
}

/* Lege staat boekingen */
.dashboard-empty-state {
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding: 2.5rem 1.5rem;
    text-align: center;
}
.dashboard-empty-state .empty-state-icon {
    font-size: 2.5rem;
    color: #fcd307;
    margin-bottom: 1rem;
}
.dashboard-empty-state h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #1D3461;
    margin-bottom: 0.5rem;
}
.dashboard-empty-state p {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

/* Gele CTA-knop (primaire actie dashboard) */
.btn-primary-empla {
    background-color: #fcd307;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 8px 24px;
    display: inline-block;
    transition: background-color 0.15s ease;
}
.btn-primary-empla:hover {
    background-color: #e6be00;
    color: #000;
    text-decoration: none;
}
.btn-primary-empla.btn-sm {
    padding: 6px 16px;
    font-size: 0.85rem;
}

/* Booking-kaart dashboard */
.booking-card-dashboard {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    display: flex;
    align-items: stretch;   /* zorgt dat alle kinderen even hoog zijn */
    margin-bottom: 0.75rem;
    overflow: hidden;       /* knipt de gele kolom netjes af op border-radius */
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.booking-card-dashboard:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

/* Gele datum-kolom — vult altijd de volledige kaardhoogte */
.booking-card-date {
    flex-shrink: 0;
    width: 80px;
    background: #fcd307;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.booking-card-date .booking-day {
    font-size: 2rem;
    font-weight: 800;
    color: #1D3461;
    line-height: 1;
}
.booking-card-date .booking-month {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1D3461;
}

/* Inhoud */
.booking-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
}
.booking-card-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.badge-new {
    background-color: #1D3461;
    color: #fcd307;
    font-weight: 700;
    font-size: 0.6rem;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    flex-shrink: 0;
}
.booking-card-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.booking-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.9rem;
    font-size: 0.8rem;
    color: #999;
}
.booking-card-meta i {
    color: #ccc;
    margin-right: 3px;
    width: 11px;
    text-align: center;
}
.booking-card-desc {
    font-size: 0.8rem;
    color: #777;
    line-height: 1.45;
    padding: 0.25rem 0;
}
.booking-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
    font-size: 0.78rem;
    color: #bbb;
    padding-top: 0.25rem;
    border-top: 1px solid #f5f5f5;
}
.booking-card-footer i {
    margin-right: 3px;
    width: 11px;
    text-align: center;
}

/* Rechts: bedrag + knop */
.booking-card-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 1.25rem;
    border-left: 1px solid #f5f5f5;
    min-width: 140px;
}
.booking-card-amount {
    font-weight: 800;
    font-size: 1.15rem;
    color: #1D3461;
    white-space: nowrap;
    text-align: right;
}
.booking-card-calc {
    display: block;
    font-weight: 400;
    font-size: 0.72rem;
    color: #bbb;
}

/* Mobile */
@media (max-width: 575px) {
    .booking-card-dashboard {
        flex-wrap: wrap;
    }
    .booking-card-date {
        width: 100%;
        flex-direction: row;
        gap: 0.35rem;
        padding: 0.6rem 1rem;
        justify-content: flex-start;
    }
    .booking-card-date .booking-day { font-size: 1.3rem; }
    .booking-card-right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-left: none;
        border-top: 1px solid #f5f5f5;
        min-width: unset;
    }
}

/* Sidebar agenda CTA */
.sidebar-agenda-cta {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #fffbea;
    border: 1px solid #fcd307;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    margin-top: 1rem;
    text-decoration: none;
    transition: background 0.15s ease;
}
.sidebar-agenda-cta:hover {
    background: #fff8d6;
    text-decoration: none;
}
.sidebar-agenda-icon {
    flex-shrink: 0;
    color: #1D3461;
    font-size: 1.1rem;
    margin-top: 1px;
}
.sidebar-agenda-text {
    flex: 1;
    min-width: 0;
}
.sidebar-agenda-text strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1D3461;
    margin-bottom: 2px;
}
.sidebar-agenda-text span {
    display: block;
    font-size: 0.75rem;
    color: #666;
    line-height: 1.35;
}
.sidebar-agenda-arrow {
    flex-shrink: 0;
    color: #1D3461;
    font-size: 0.7rem;
    margin-top: 3px;
    opacity: 0.5;
}

/* ── Profile edit — gecombineerde navigatiebalk ── */

.profile-edit-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0.4rem 0.5rem;
    border: 1px solid #eee;
}

/* Sub-navigatie items */
.profile-edit-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.profile-subnav-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 7px;
    font-size: 0.84rem;
    font-weight: 500;
    color: #555;
    text-decoration: none !important;
    transition: all 0.15s;
}
.profile-subnav-item i { font-size: 0.75rem; }
.profile-subnav-item:hover {
    background: #fff;
    color: #1D3461;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.profile-subnav-item.active {
    background: #1D3461;
    color: #fcd307 !important;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(29,52,97,0.15);
}
.profile-subnav-item.active i { color: #fcd307; }

/* Profielswitcher (rechts, alleen bij >1 profiel) */
.profile-edit-switcher {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
}
.profile-switcher-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    text-decoration: none !important;
    transition: all 0.15s;
}
.profile-switcher-pill:hover { border-color: #fcd307; color: #1D3461; }
.profile-switcher-pill.active {
    background: #fcd307;
    border-color: #fcd307;
    color: #1D3461;
    font-weight: 700;
}
.profile-switcher-add {
    width: 28px; height: 28px;
    padding: 0;
    justify-content: center;
    border-style: dashed;
}

/* Card header icon + hint */
.card-empla .card-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-left: 4px solid #fcd307;
}
.card-empla .card-header i {
    color: #fcd307;
    font-size: 0.95rem;
}
.profile-edit-header-hint {
    margin-left: auto;
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    font-style: italic;
}

/* Form labels inside edit cards */
.card-empla .form-group > label {
    font-weight: 600;
    color: #1D3461;
    font-size: 0.875rem;
    margin-bottom: 0.3rem;
}

/* Input focus — geel */
.card-empla .form-control:focus {
    border-color: #fcd307;
    box-shadow: 0 0 0 0.18rem rgba(252,211,7,0.3);
}

/* Special rates empty state */
.profile-edit-rates-empty {
    background: #fffbea;
    border: 1px dashed #fcd307;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    color: #888;
    margin-top: 0.5rem;
}
.profile-edit-rates-empty i {
    color: #fcd307;
}
.profile-edit-rates-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin-bottom: 0.5rem;
}
.font-weight-600 { font-weight: 600; }

/* Save bar */
.profile-edit-save-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 0 0.5rem;
    border-top: 2px solid #fcd307;
    margin-top: 0.5rem;
}
.profile-edit-save-hint {
    font-size: 0.8rem;
    color: #aaa;
}

/* ── CV import ── */

.cv-import-block {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.cv-import-toggle {
    width: 100%;
    background: #fff;
    border: none;
    padding: 0.85rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.15s;
}
.cv-import-toggle:hover,
.cv-import-toggle.active { background: #fffbea; }
.cv-import-toggle-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.cv-import-toggle-inner > i {
    font-size: 1.4rem;
    color: #fcd307;
}
.cv-import-toggle-inner strong { display: block; font-size: 0.9rem; color: #1D3461; }
.cv-import-toggle-inner small { display: block; font-size: 0.78rem; color: #888; }
.cv-toggle-arrow {
    font-size: 0.75rem;
    color: #aaa;
    transition: transform 0.2s;
}
.cv-import-toggle.active .cv-toggle-arrow { transform: rotate(180deg); }

#cvUploadPanel {
    border-top: 1px solid #f0f0f0;
    padding: 1.25rem;
    background: #fafafa;
}

.cv-drop-zone {
    border: 2px dashed #fcd307;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: background 0.15s, border-color 0.15s;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv-drop-zone:hover,
.cv-drop-zone.drag-over { background: #fffbea; border-color: #e6bc00; }
.cv-drop-zone.loading { cursor: default; }
.cv-drop-icon {
    font-size: 2rem;
    color: #fcd307;
    display: block;
    margin-bottom: 0.5rem;
}

/* Gevonden entries */
.cv-results-intro { font-size: 0.875rem; color: #555; margin-bottom: 0.75rem; }
.cv-entry-card {
    background: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #fcd307;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.6rem;
    transition: box-shadow 0.15s;
}
.cv-entry-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.cv-entry-date { font-size: 0.78rem; color: #999; }
.cv-entry-date i { color: #fcd307; }
.cv-entry-title { font-weight: 700; color: #1D3461; font-size: 1rem; margin: 0.2rem 0; }
.cv-entry-company { font-size: 0.85rem; color: #555; margin-bottom: 0.25rem; }
.cv-entry-company i { color: #1D3461; font-size: 0.75rem; }
.cv-entry-desc { font-size: 0.82rem; color: #888; line-height: 1.5; }

/* Flash when form is prefilled */
@keyframes prefillFlash {
    0%   { background: #fffbea; }
    100% { background: transparent; }
}
.form-prefilled { animation: prefillFlash 1.8s ease-out; }

/* Experience list styling */
.experience-company { font-size: 0.875rem; color: #555; margin: 0.15rem 0; }
.experience-company i { font-size: 0.75rem; color: #1D3461; }
.experience-dates { font-size: 0.8rem; color: #999; }
.experience-dates i { color: #fcd307; font-size: 0.75rem; }
.experience-desc { font-size: 0.875rem; color: #444; }
.experience-empty-state {
    text-align: center;
    padding: 2rem 1rem;
    color: #aaa;
}
.experience-empty-state i { font-size: 2.5rem; color: #fcd307; margin-bottom: 0.75rem; display: block; }
.experience-empty-state p { margin-bottom: 0.25rem; }

/* ── Booking overview redesign ── */
.booking-overview-header {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}
.booking-overview-header-inner {
    border-left: 5px solid #fcd307;
    padding: 1.5rem 1.75rem;
}
.booking-overview-step-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.4rem;
}
.booking-overview-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1D3461;
    margin-bottom: 0.75rem;
}
.booking-overview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}
.booking-overview-meta span {
    font-size: 0.875rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.booking-overview-meta span i {
    color: #1D3461;
    font-size: 0.8rem;
}

.booking-overview-section {
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.booking-overview-section-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #999;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.booking-overview-section-title i {
    color: #1D3461;
}
.booking-overview-body-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Cost card */
.booking-cost-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.booking-cost-card-header {
    background: #1D3461;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.booking-cost-card-body {
    padding: 1.25rem;
}
.booking-cost-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 0.6rem;
}
.booking-cost-row span:last-child {
    font-weight: 600;
    color: #1D3461;
}
.booking-cost-divider {
    border-top: 2px solid #f0f0f0;
    margin: 0.75rem 0;
}
.booking-cost-total {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1D3461;
    margin-bottom: 0.5rem;
}
.booking-cost-total span:last-child {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1D3461;
}
.booking-cost-note {
    font-size: 0.78rem;
    color: #aaa;
    margin-top: 0.75rem;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Confirmation block */
.booking-confirm-block {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 2rem;
}
.booking-confirm-check label {
    font-size: 0.9rem;
    color: #444;
}
.booking-confirm-check label a {
    color: #1D3461;
    font-weight: 600;
}
.booking-confirm-sub {
    font-size: 0.8rem;
    color: #aaa;
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/* ── Werkgebied — override card-empla globals ──────────────────── */
/* Werkgebied-kaarten gebruiken eigen header-stijl, niet de .card-empla override */
.werkgebied-province-header.card-header {
    background-image: none !important;
    background-color: #1D3461 !important;
    border-left: 3px solid #fcd307 !important;
    padding-left: 0 !important;
    display: block !important;
}
.werkgebied-province-header.card-header a,
.werkgebied-province-header.card-header a:hover,
.werkgebied-province-header.card-header a:focus {
    color: #fff !important;
    text-decoration: none !important;
}

