.elementor-63011 .elementor-element.elementor-element-3e07811{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-63011 .elementor-element.elementor-element-9f07c5f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-63011 .elementor-element.elementor-element-9f07c5f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-63011 .elementor-element.elementor-element-ed04feb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-63011 .elementor-element.elementor-element-9f07c5f{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ed04feb *//* ============================================
   CSS CUSTOM PROPERTIES (Variablen)
   ============================================ */
:root {
    /* Text-Farben */
    --primary-text: #E3E3E3;
    --secondary-text: #a9a9a9;
    --dark-text: rgb(21, 21, 21);
    --light-text: #fff;
    --muted-text: rgb(180, 180, 180);
    --label-text: #909090;
    
    /* Hintergrund-Farben */
    --main-background: #1d1d1d;
    --secondary-background: #212121;
    --dark-background: #131313;
    --medium-background: #2e2d2d;
    --black-background: #131313;
    --button-background: #1c1c1c;
    --input-background: #E3E3E3;
    --menu-background: #575454;
    
    /* Accent-Farben */
    --accent-color: #b67610;
    --accent-border: rgb(182, 118, 16);
    --dark-accent: #2D2B2B;
    --mobile-button-color: #ff6b35;
    
    /* Transparenzen und Schatten */
    --shadow-light: rgba(0, 0, 0, 0.25);
    --border-transparent: #ffffff00;
    --text-shadow: rgba(0, 0, 0, 0.0);
    --border-light: rgba(0, 0, 0, 0.25);
    --divider-color: rgba(227, 227, 227, 0.2);
    --hover-overlay: rgba(227, 227, 227, 0.10);
    --border-subtle: rgba(86, 86, 86, 0.12);
    
    /* Spezielle Farben */
    --white: #ffffff;
    --black: #131313;
    --black-solid: #131313;
}

body {
    background-color: var(--main-background);
    color: var(--light-text);
    font-family: 'Roboto', sans-serif;
    padding-top: 0;
    margin: 0;
}

/* ============================================
   MONTH NAVIGATION (Sticky Centered)
   ============================================ */
.month-nav-sticky {
    position: sticky !important;
    top: 0 !important;
    background: rgba(20, 20, 20, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
    border-bottom: 1px solid rgba(43, 43, 43, 0.3) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

.month-nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 32px !important;
    height: 36px !important;
}

.month-label {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    height: 36px !important;
    line-height: 36px !important;
    min-width: 180px !important;
}

.month-nav-arrow {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    text-decoration: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.month-nav-arrow span {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.month-nav-arrow:hover {
    background: #000 !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
    transform: scale(1.1) !important;
}

/* Month Navigation - Responsive 768px */
@media (max-width: 768px) {
    .month-nav-sticky {
        padding: 10px 12px !important;
    }
    
    .month-nav-inner {
        gap: 12px !important;
        height: 36px !important;
    }
    
    .month-label {
        font-size: 1.1rem !important;
        height: 36px !important;
        line-height: 36px !important;
    }
    
    .month-nav-arrow {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }
    
    .month-nav-arrow span {
        font-size: 1.2rem !important;
    }
}

/* Month Navigation - Responsive 480px */
@media (max-width: 480px) {
    .month-nav-sticky {
        padding: 8px 10px !important;
    }
    
    .month-nav-inner {
        gap: 10px !important;
        height: 36px !important;
    }
    
    .month-label {
        font-size: 0.95rem !important;
        letter-spacing: 0.5px !important;
        height: 36px !important;
        line-height: 36px !important;
    }
    
    .month-nav-arrow {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }
    
    .month-nav-arrow span {
        font-size: 1.2rem !important;
    }
}

/* ============================================
   END MONTH NAVIGATION
   ============================================ */

.products-container {
    text-align: left;
}

.events-container {
    text-align: left;
    padding-top: 10px;
    min-height: 100vh;
}

.api-status {
    margin: 20px auto;
    padding: 15px;
    border-radius: 5px;
    max-width: 500px;
    border: 2px solid;
}

.api-status.status-success {
    background-color: rgba(98, 125, 71, 0.2);
    border-color: #627D47;
}

.api-status.status-error {
    background-color: rgba(178, 0, 0, 0.2);
    border-color: #b20000;
}

.api-status h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.api-status p {
    margin: 5px 0;
    text-align: left;
}

/* Tabelle Styling */
.table-wrapper {
    margin: 20px auto;
    padding: 20px;
    overflow-x: auto;
}

.products-table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.products-table thead {
    background-color: rgba(182, 118, 16, 0.3);
    border-bottom: 1px solid rgba(182, 118, 16, 0.5);
}

.products-table th {
    padding: 15px;
    text-align: left;
    font-weight: bold;
    color: #b67610;
}

.products-table td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: top;
}

.products-table .product-image {
    width: 120px;
    text-align: center;
}

.products-table .product-image img {
    max-width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(182, 118, 16, 0.3);
}

.products-table .no-image {
    width: 100px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.5);
}

.products-table tbody tr:hover {
    background-color: rgba(182, 118, 16, 0.1);
}

.products-table .product-name {
    font-weight: 500;
    max-width: 250px;
}

.products-table .product-name small {
    display: block;
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

.products-table .price {
    font-weight: bold;
    color: #b67610;
}

.products-table .rating {
    font-size: 0.9em;
}

.products-table .status-active {
    background-color: rgba(98, 125, 71, 0.3);
    color: #627D47;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.products-table .status-inactive {
    background-color: rgba(178, 0, 0, 0.3);
    color: #b20000;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.btn-link {
    background-color: #b67610;
    color: white;
    padding: 8px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-link:hover {
    background-color: #96640d;
}

.btn-modal {
    background-color: #b67610;
    color: white;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.btn-modal:hover {
    background-color: #96640d;
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: rgb(73, 73, 73);
    margin: 5% auto;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    overflow-y: auto;
    color: white;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover {
    color: white;
}

/* Verfügbarkeit Styling */
.availability {
    text-align: center;
    font-weight: bold;
}

.availability-available {
    background-color: rgba(98, 125, 71, 0.3);
    color: #627D47;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.availability-full {
    background-color: rgba(178, 0, 0, 0.3);
    color: #b20000;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.availability-unknown {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

/* Kachel-Layout (Grid) */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.product-card {
    background: rgb(29, 29, 29);
    border: 1px solid rgba(182, 118, 16, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(182, 118, 16, 0.5);
    box-shadow: 0 8px 25px rgba(182, 118, 16, 0.2);
}

.card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-image img {
    transform: scale(1.05);
}

.card-image .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: white;
    line-height: 1.4;
}

.card-content .provider {
    margin: 0 0 10px 0;
    color: #b67610;
    font-size: 0.9em;
}

.card-content .description {
    margin: 0 0 15px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    line-height: 1.4;
    flex-grow: 1;
}

.card-details {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(182, 118, 16, 0.2);
    border-bottom: 1px solid rgba(182, 118, 16, 0.2);
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 0.9em;
}

.detail-item .label {
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
}

.detail-item .value {
    color: white;
    text-align: right;
}

.card-footer {
    padding-top: 10px;
    border-top: 1px solid rgba(182, 118, 16, 0.2);
}

.price-availability {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.price {
    font-size: 1.2em;
    color: #b67610;
    font-weight: bold;
}

.availability-badge {
    text-align: right;
}

.card-buttons {
    display: flex;
    gap: 8px;
}

.btn-link-card,
.btn-modal-card {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.btn-link-card {
    background-color: rgba(182, 118, 16, 0.3);
    color: #b67610;
    border: 1px solid #b67610;
}

.btn-link-card:hover {
    background-color: rgba(182, 118, 16, 0.5);
}

.btn-modal-card {
    background-color: #b67610;
    color: white;
}

.btn-modal-card:hover {
    background-color: #96640d;
}

/* Dates Section */
.dates-section {
    margin: 15px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-align: left;
}

.dates-section h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #ddd;
}

.dates-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dates-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.dates-list li:last-child {
    border-bottom: none;
}

.dates-list .date {
    font-weight: bold;
    color: #fff;
}

.dates-list .time {
    color: #aaa;
}

.more-dates {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #888;
    text-align: center;
    font-style: italic;
}

/* --- Horizontal Event Card --- */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px
}

.event-card-horizontal {
    display: flex;
    background: rgb(26, 26, 26);
    border: 1px solid rgba(74, 74, 74, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: stretch;
    position: relative;
}

.event-card-horizontal:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Sold Out Card Styling */
.event-card-horizontal.sold-out {
    opacity: 0.6;
    filter: grayscale(40%);
}

.event-card-horizontal.sold-out:hover {
    transform: none;
    box-shadow: none;
}

.sold-out-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}

.sold-out-badge {
    background: rgba(178, 0, 0, 0.9);
    color: white;
    padding: 8px 24px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 5px;
    transform: rotate(-5deg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.btn-sold-out {
    background: #3a3a3a !important;
    color: #888 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* Date Box */
.event-date-box {
    background: rgba(182, 118, 16, 0.1);
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.event-date-box .weekday {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.event-date-box .day {
    font-size: 1.8rem;
    font-weight: bold;
    color: #b67610;
    line-height: 1;
}

.event-date-box .month {
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.event-date-box .time {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    min-width: 70px;
    text-align: center;
}

/* Image */
.event-image {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card-horizontal:hover .event-image img {
    transform: scale(1.05);
}

/* Details */
.event-details {
    flex-grow: 1;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.event-details h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: white;
}

.meta-info {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

/* Availability Minimal */
.availability-minimal {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 200px;
}

.status-text {
    font-size: 0.85rem;
    font-weight: bold;
    text-align: left;
}

.progress-line-bg {
    width: 100%;
    height: 4px;
    /* background-color set inline via PHP */
    border-radius: 2px;
    overflow: hidden;
}

.progress-line-fill {
    height: 100%;
    border-radius: 2px;
    transition: width 0.5s ease;
}

/* Action Section */
.event-action {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 140px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.price-tag {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    padding: 0 12px;
}

.btn-book {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    color: white;
    border: none;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    width: 100%;
    min-width: 130px;
    white-space: nowrap;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.5),
        -2px -2px 5px rgba(60, 60, 60, 0.08),
        inset 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    line-height: 40px;
}

.btn-book:hover {
    background: linear-gradient(145deg, #333333, #222222);
    color: white;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.5),
        -2px -2px 4px rgba(60, 60, 60, 0.06);
}

.btn-book:active {
    background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
    box-shadow: 
        inset 2px 2px 4px rgba(0, 0, 0, 0.4),
        inset -2px -2px 4px rgba(60, 60, 60, 0.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .events-list {
        padding: 12px;
        gap: 15px;
    }
    
    .event-card-horizontal {
        flex-direction: column;
    }
    
    .event-date-box {
        flex-direction: row;
        gap: 10px;
        border-right: none;
        border-bottom: 1px solid rgba(182, 118, 16, 0.2);
        padding: 10px 15px;
        min-width: auto;
        justify-content: flex-start;
        align-items: center;
    }
    
    .event-date-box .day {
        font-size: 1.5rem;
    }
    
    .event-date-box .month {
        font-size: 0.9rem;
    }
    
    .event-date-box .weekday {
        font-size: 0.75rem;
    }
    
    .event-date-box .time {
        margin-left: auto;
        white-space: nowrap;
    }
    
    .event-image {
        width: 100%;
        height: 220px;
    }
    
    .event-details {
        padding: 12px 15px;
    }
    
    .event-details h3 {
        font-size: 1.05rem;
    }
    
    .meta-info {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 0.85rem;
    }
    
    .event-action {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding: 12px 15px;
        min-width: auto;
    }
    
    .price-tag {
        font-size: 1.2rem;
    }
    
    .btn-book {
        width: auto;
        padding: 0 20px;
        white-space: nowrap;
    }
    
    .availability-minimal {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .events-list {
        padding: 8px;
        gap: 12px;
    }
    
    .event-date-box {
        padding: 8px 12px;
    }
    
    .event-date-box .day {
        font-size: 1.3rem;
    }
    
    .event-image {
        height: 200px;
    }
    
    .event-details {
        padding: 10px 12px;
    }
    
    .event-details h3 {
        font-size: 0.95rem;
        line-height: 1.3;
    }
    
    .meta-info {
        font-size: 0.8rem;
    }
    
    .event-action {
        padding: 10px 12px;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .price-tag {
        font-size: 1.1rem;
    }
    
    .btn-book {
        flex: 1;
        min-width: 100px;
        white-space: nowrap;
    }
    
    .availability-minimal {
        flex: 1;
        max-width: none;
    }
    
    .sold-out-badge {
        font-size: 0.9rem;
        padding: 6px 16px;
    }
}

/* --- Produktübersicht Styles --- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.product-card {
    background: rgb(40, 40, 40);
    border: 1px solid rgba(182, 118, 16, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(182, 118, 16, 0.7);
    box-shadow: 0 8px 25px rgba(182, 118, 16, 0.3);
}

.product-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-image .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95em;
}

.product-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-info h3 {
    margin: 0 0 12px 0;
    font-size: 1.1em;
    color: white;
    line-height: 1.4;
    min-height: 2.8em;
}

.product-meta {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.7);
}

.product-meta p {
    margin: 4px 0;
    padding: 0;
}

.product-meta strong {
    color: rgba(255, 255, 255, 0.9);
}

.product-description {
    margin: 12px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-left: 2px solid rgba(182, 118, 16, 0.5);
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    border-radius: 4px;
    flex-grow: 1;
}

.product-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(182, 118, 16, 0.2);
}

.btn-view {
    flex: 1;
    padding: 10px;
    background-color: rgba(182, 118, 16, 0.2);
    color: #b67610;
    border: 1px solid #b67610;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-view:hover {
    background-color: rgba(182, 118, 16, 0.4);
    color: #d4981a;
}

.btn-book {
    flex: 1;
    padding: 5px 8px;
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.5),
        -2px -2px 5px rgba(60, 60, 60, 0.08);
}

.btn-book:hover:not(:disabled) {
    background: linear-gradient(145deg, #333333, #222222);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.5),
        -2px -2px 4px rgba(60, 60, 60, 0.06);
}

.btn-book:active:not(:disabled) {
    background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
    box-shadow: 
        inset 2px 2px 4px rgba(0, 0, 0, 0.4),
        inset -2px -2px 4px rgba(60, 60, 60, 0.05);
}

.btn-book:disabled {
    background: #2a2a2a;
    cursor: not-allowed;
    color: #666;
    box-shadow: none;
}/* End custom CSS */