/* Core layout */
.ca-dropin-wrapper {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 24px 16px;
    font-family: 'Poppins', sans-serif;
    color: #111827;
}

.ca-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.ca-header h1 {
    font-family: "montserratbold", sans-serif !important;
    color: #000 !important;
    font-size: 41px !important;
    line-height: 47px !important;
    font-weight: normal;
    letter-spacing: 2px;
    overflow: hidden;
    padding-right: 150px;
    padding-bottom: 17px;
    padding-top: 33px;
    margin: 0 0 4px;
}

.ca-header p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 0;
    color: #6b7280;
}

.ca-view-toggle {
    display: inline-flex;
    background: #f3f4f6;
    padding: 4px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.ca-toggle-btn {
    border: none;
    background: transparent;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 999px;
    cursor: pointer;
    color: #4b5563;
    font-family: 'Poppins', sans-serif;
}

.ca-toggle-btn--active {
    background: #FF0068;
    color: #ffffff;
}

/* Top row */
.ca-top-row {
    display: block !important;
    width: 100% !important;
}

.ca-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 8px 20px rgba(15,23,42,0.05);
    border: 1px solid #e5e7eb;
}

.ca-card-title {
    font-family: "montserratbold", sans-serif !important;
    font-size: 17px;
    letter-spacing: 1px;
    color: #222328;
    padding-bottom: 18px;
    padding-top: 0px;
    font-weight: normal;
    line-height: 23px !important;
    margin-bottom: 12px;
}

.ca-card--filter .ca-filter-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ca-input-group {
    flex: 1;
    min-width: 180px;
}

.ca-input-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9ca3af;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}

#ca-search-input,
#ca-category-select,#ca-level-select {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    padding: 9px 12px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/* Spotlight */
.ca-card--spotlight .ca-spotlight-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ca-spotlight-avatar {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    background-size: cover;
    background-position: center;
}

.ca-spotlight-name {
    font-family: "montserratbold", sans-serif;
    font-size: 16px;
    color: #222328;
}

.ca-spotlight-role {
    font-size: 13px;
    color: #6b7280;
    font-family: 'Poppins', sans-serif;
}

.ca-spotlight-rating {
    font-size: 13px;
    margin-top: 2px;
    font-family: 'Poppins', sans-serif;
}

/* Calendar & list */
.ca-main {
    margin-top: 8px;
}

.ca-calendar-view {
    background: #ffffff;
    padding: 16px 18px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15,23,42,0.05);
    border: 1px solid #e5e7eb;
}

.ca-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ca-calendar-month {
    font-family: "montserratbold", sans-serif;
    font-size: 17px;
    color: #222328;
    letter-spacing: 1px;
}

.ca-cal-nav-btn {
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.ca-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    font-size: 12px;
}

.ca-calendar-day-name {
    font-family: "montserratbold", sans-serif;
    color: #6b7280;
    text-align: left;
    padding: 4px 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ca-calendar-cell {
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    padding: 6px;
    min-height: 80px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ca-calendar-date {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.ca-calendar-pill {
    border-radius: 999px;
    font-size: 11px;
    padding: 2px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    cursor: default;
    font-family: 'Poppins', sans-serif;
}

.ca-pill-cat {
    border-radius: 999px;
    font-size: 10px;
    padding: 1px 6px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.ca-pill-time {
    font-weight: 500;
}

.ca-pill-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 140px;
}

/* List view cards */
.ca-list-view {
    margin-top: 12px;
}

.ca-day-section {
    margin-bottom: 16px;
}

.ca-day-heading {
    font-family: "montserratbold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9ca3af;
    margin-bottom: 8px;
}

.ca-day-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.ca-class-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(15,23,42,0.06);
    border: 1px solid #e5e7eb;
}

.ca-class-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    color: #6b7280;
    font-family: 'Poppins', sans-serif;
}

.ca-badge {
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.ca-badge--Singing { background: #22c55e; }
.ca-badge--Dance { background: #f97316; }
.ca-badge--Acting { background: #6366f1; }
.ca-badge--Default { background: #6b7280; }

.ca-class-title {
    font-family: "montserratbold", sans-serif;
    font-size: 16px;
    color: #222328;
    margin-bottom: 4px;
}

.ca-class-tutor {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.ca-class-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #6b7280;
    font-family: 'Poppins', sans-serif;
}

.ca-class-view-btn {
    border-radius: 999px;
    border: none;
    padding: 6px 14px;
    font-size: 13px;
    background: #FF0068;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.ca-class-view-btn:hover {
    background: #D60053; /* darker shade on hover */
}
/* Tutors strip */
.ca-tutors-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px;
    margin-top: 25px;
    padding-bottom: 20px;
}
@media (max-width: 600px) {
    .ca-tutors-strip {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.ca-tutor-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    width: 100%;
}

.ca-tutor-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #e5e7eb;
    background-size: cover;
    background-position: center;
}

.ca-tutor-name {
    font-family: "montserratbold", sans-serif;
    color: #222328;
}

.ca-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 99999;
}


.ca-book-btn {
    padding: 10px 20px;
    background: #FF0068;
    color: #ffffff;
    display: inline-block;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.ca-book-btn.sold-out {
    background: #9CA3AF !important; /* Grey */
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}


.tutor-name {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    font-family: "montserratbold", sans-serif;
}


.highlight-name {
  font-family: "montserratbold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .ca-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ca-header h1 {
        font-size: 32px !important;
        line-height: 38px !important;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 12px;
    }
    
    .ca-top-row {
        grid-template-columns: minmax(0,1fr);
    }
    
    .ca-calendar-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    
    .ca-header p {
        font-size: 16px !important;
        line-height: 22px;
    }
}



.ca-class-price {
    font-weight: bold;
    margin-top: 5px;
    color: #111;
}

.ca-class-availability {
    font-size: 12px;
    color: #FF0068;
    margin-bottom: 8px;
}


.ca-book-btn:hover {
    background: #FF0068;
}


@media(max-width: 480px){
    .ca-book-btn {
        width: 100%;
        text-align: center;
    }
}
/* ================================
   LIST VIEW TABLE (YEARLY DATA)
   ================================ */
.ca-list-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    color: #1f2937; /* Gray-800 */
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.ca-list-table thead {
    background: #f3f4f6; /* Gray-100 */
}

.ca-list-table th {
    padding: 12px 15px;
    font-weight: 600;
    text-align: left;
    color: #374151; /* Gray-700 */
    border-bottom: 1px solid #e5e7eb;
}

.ca-list-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}

.ca-list-table tbody tr:hover {
    background: #f9fafb;
}

.ca-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
    .ca-list-table,
    .ca-list-table thead,
    .ca-list-table tbody,
    .ca-list-table th,
    .ca-list-table td,
    .ca-list-table tr {
        display: block;
    }

    .ca-list-table thead {
        display: none;
    }

    .ca-list-table tr {
        margin-bottom: 15px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 10px;
        background: #ffffff;
    }

    .ca-list-table td {
        border: none;
        padding: 6px 10px;
        position: relative;
        padding-left: 110px;
        min-height: 32px;
    }

    .ca-list-table td::before {
        position: absolute;
        left: 10px;
        top: 6px;
        width: 100px;
        white-space: nowrap;
        font-weight: 600;
        color: #6b7280;
        font-size: 13px;
        text-transform: capitalize;
    }

    .ca-list-table td:nth-child(1)::before { content: "Date"; }
    .ca-list-table td:nth-child(2)::before { content: "Time"; }
    .ca-list-table td:nth-child(3)::before { content: "Category"; }
    .ca-list-table td:nth-child(4)::before { content: "Class"; }
    .ca-list-table td:nth-child(5)::before { content: "Tutor"; }
    .ca-list-table td:nth-child(6)::before { content: "Location"; }
    .ca-list-table td:nth-child(7)::before { content: "Price"; }
    .ca-list-table td:nth-child(8)::before { content: "Seats"; }
    .ca-list-table td:nth-child(9)::before { content: "Action"; }

    .ca-class-view-btn {
        margin-top: 6px;
        width: 100%;
        text-align: center;
    }
}

/* Optional wrapper for horizontal scroll */
.ca-list-wrapper {
    width: 100%;
    overflow-x: auto;
}
.tutor-bio-link {
    margin-top: 3px;                     /* already in your HTML inline – keep it */
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4;
}

.tutor-bio-link a {
    color: #FF0068 !important;           /* your brand pink – matches the “Add to Cart” button */
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.tutor-bio-link a:hover {
    color: #FF0068 !important;           /* darker pink on hover – same as button hover */
    text-decoration: none;
}



/* Two-column grid */
.dw-class-grid {
    display: grid;
    gap: 12px 1px;
    margin-top: 20px;
}
@media (max-width: 900px) {
    .dw-class-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* Card styling */
.dw-class-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    font-family: Arial, sans-serif;
}

.dw-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dw-card-time {
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

.dw-card-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 8px 0;
    line-height: 1.2;
}

.dw-card-level {
    font-size: 14px;
    /* color: #000;
    font-weight: 500; */
    margin-top: 6px;
}
.dw-card-datetime {
  font-size: 16px;
  color: #000;
  font-weight: 400;
    margin-bottom: 5px;
}

.dw-card-tutor {
    font-size: 17px;
    color: #000;
    /* margin-bottom: 10px;   */
    font-weight: bolder;
}

.dw-card-tutor-role {
    font-size: 17px;
    color: #000;
    margin-bottom: 16px;
}

/* Toggle */
.dw-details-toggle {
    cursor: pointer;
    color: #FF0068;
    font-weight: bold;
    font-size: 15px;
    margin: 8px 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
/* .dw-arrow::after { content: "↓"; }
.dw-details-toggle:active .dw-arrow::after { content: "↑"; } */

/* Details (hidden by default) */
.dw-card-details {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
}

.dw-info-text { margin: 16px 0; font-size: 14.5px; line-height: 1.8; }
.dw-link { color: #FF0068; text-decoration: underline; }
.dw-description-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 20px 0 10px;
}
.dw-age, .dw-warning { margin: 10px 0; font-weight: 500; }
.dw-warning { color: #c00; }

/* BOOK Button - Top Right */
.dw-book-btn {
    background: #FF0068;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}
.dw-book-btn:hover { background: #FF0068; }
.dw-book-btn.sold-out {
    background: #999;
    cursor: not-allowed;
}

/* Mobile */
@media (max-width: 480px) {
    .dw-class-card { padding: 20px; }
    .dw-card-title { font-size: 22px; }
    .dw-card-header { flex-direction: column; align-items: stretch; }
}







/* ================================
   FIX: MODAL SCROLL SUPPORT
   ================================ */

.ca-modal {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Make details section scroll independently */
.dw-card-details {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px;
}



.dw-tutor-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 10px 0;
    padding: 8px 0;
}


@media (max-width: 480px) {
    .dw-tutor-row {
        gap: 12px;
        margin: 0;
    }
    .ca-modal-tutor-avatar {
        width: 60px;
        height: 60px;
    }
}

.dw-price-row {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #111;
}

.dw-price {
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}
.dw-price-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dw-details-toggle {
    cursor: pointer;
    font-size: 14px;
    color: #FF0068;
}

.dw-price-row .dw-price {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}
.dw-card-timeduration{
    margin-bottom: 10px !important;
}
.dw-datetime-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
    margin: 4px 0;
}

.dw-date {
    font-weight: 600;
}

.dw-time {
    color: #6b7280;
}
.dw-suitable-row {
    margin: 4px 0;
    font-size: 14px;
}

/* SIDE BY SIDE GRID LAYOUT */
.dw-side-layout {
    display: flex;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.dw-left-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}

.dw-right-content {
    flex: 1;
}

.dw-no-img {
    width: 100%;
    height: 100%;
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 12px;
}


.dw-side-layout {
    padding: 12px !important;
    gap: 12px !important;
}

.dw-left-img {
    width: 150px !important;
    height: 150px !important;
}

.dw-right-content {
    padding: 0 !important;
}

.ca-modal-title,
.dw-card-header h3 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.dw-datetime-row {
    font-size: 13px !important;
    margin: 2px 0 !important;
}

.dw-price-flex-row {
    margin-top: 6px !important;
}

.ca-modal-meta2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #222328;
}

/* POPUP SIDE LAYOUT */




/* ================================
   POPUP MODAL RESPONSIVE STYLES
   ================================ */
.ca-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 99999;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}


.dw-close {
    position: absolute;
    top: 52px;
    right: 3px;
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

/* ================================
   DW SIDE LAYOUT RESPONSIVE STYLES
   ================================ */
.dw-side-layout {
    display: flex;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.dw-left-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}

.dw-right-content {
    flex: 1;
}

/* ================================
   MOBILE RESPONSIVE FIXES
   ================================ */
@media (max-width: 768px) {


    .dw-close {
        top: 15px;
        right: 15px;
    }

    .dw-side-layout {
        flex-direction: column;
        align-items: center;
        padding: 12px !important;
        gap: 12px !important;
    }

    .dw-left-img {
        width: 100%;
        height: 200px;
    }

    .dw-right-content {
        padding: 0 !important;
        width: 100%;
    }

    .dw-book-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .dw-card-details {
        max-height: 250px !important;
    }
}

@media (max-width: 480px) {

    .dw-close {
        top: 15px;
        right: 15px;
    }

    .dw-side-layout {
        flex-direction: column;
        align-items: center;
        padding: 12px !important;
        gap: 12px !important;
    }

    .dw-left-img {
        width: 100%;
        height: 200px;
    }

    .dw-right-content {
        padding: 0 !important;
        width: 100%;
    }

    .dw-card-details {
        max-height: 250px !important;
    }
}

/* ================================
   MODAL SCROLL SUPPORT
   ================================ */

.dw-card-details {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px;
}










/* ===========================================
   DW SIDE LAYOUT - RESPONSIVE GRID
   =========================================== */
.dw-side-layout {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.dw-left-img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
 

.dw-right-content {
    flex: 1;
    min-width: 0; /* Prevents flex item overflow */
}

.dw-no-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

/* ===========================================
   POPUP MODAL - RESPONSIVE STYLES
   =========================================== */
.dw-modal-content {
    background: #fff;
    max-width: 900px;
    width: 95%;
    margin: 100px auto !important;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Popup close button */
.dw-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}


.dw-close:hover {
    background: rgba(0, 0, 0, 1);
    transform: scale(1.1);
}

/* Popup header */
.dw-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.ca-modal-title {
    font-family: "montserratbold", sans-serif !important;
    color: #000 !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    flex: 1;
    word-break: break-word;
}

.dw-popupbook-btn {
    background: #FF0068;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 140px;
    flex-shrink: 0;
    margin-right: 50px;
}
.dw-popupbook-btn:hover { background: #FF0068; }
.dw-popupbook-btn.sold-out {
    background: #999;
    cursor: not-allowed;
}
/* ===========================================
   RESPONSIVE BREAKPOINTS
   =========================================== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .dw-side-layout {
        gap: 16px;
        padding: 16px;
    }
    
    .dw-left-img {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }
    
    .dw-modal-content {
        max-width: 700px;
    }
    
    .ca-modal-title {
        font-size: 24px !important;
    }
    
    .dw-popupbook-btn {
        padding: 12px 24px;
        min-width: 120px;
    }
}

/* Large Mobile (480px - 768px) */
@media (max-width: 768px) {
    .dw-side-layout {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .dw-left-img {
        width: 100%;
        height: 250px;
        min-width: 100%;
    }
    
    .dw-right-content {
        width: 100%;
    }
    
    .dw-card-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .dw-modal-content {
        margin: 20px auto;
        width: 92%;
        max-height: 95vh;
    }
    
    .dw-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .dw-card-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .dw-popupbook-btn {
        width: 100%;
    }
}

/* Small Mobile (320px - 480px) */
@media (max-width: 480px) {
    .dw-side-layout {
        padding: 15px;
        gap: 15px;
    }
    
    .dw-left-img {
        height: 200px;
    }
    
    .ca-modal-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
    
    .dw-datetime-row {
        font-size: 14px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .dw-modal-content {
        margin: 10px auto;
        width: 96%;
        border-radius: 12px;
    }
    .dw-close {
        width: 36px;
        height: 36px;
        font-size: 18px;
        top: 14px;
        right: 14px;
    }
    
    .ca-modal-title {
        font-size: 18px !important;
    }
}

/* Extra Small Mobile (< 320px) */
@media (max-width: 320px) {
    .dw-side-layout {
        padding: 12px;
    }
    
    .dw-left-img {
        height: 180px;
    }
    
    .dw-modal-content {
        margin: 5px auto;
        width: 98%;
    }
    
    .dw-popupbook-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .ca-modal-title {
        font-size: 16px !important;
    }
}

/* ===========================================
   ACCESSIBILITY & TOUCH FRIENDLY IMPROVEMENTS
   =========================================== */


@media (hover: none) and (pointer: coarse) {
    .dw-book-btn,
    .dw-popupbook-btn,
    .dw-details-toggle {
        min-height: 44px; /* Apple HIG minimum touch target */
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    
    .dw-close {
        min-width: 44px;
        min-height: 44px;
    }
}


@media print {
    .dw-close,
    .dw-popupbook-btn,
    .dw-book-btn,
    .dw-details-toggle {
        display: none !important;
    }
    
    .dw-modal-content,
    .dw-side-layout {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
    
    .dw-card-details {
        display: block !important;
        max-height: none !important;
    }
}

.dw-modal .dw-side-layout {
    padding-top: 10px !important;
}