/* Borghs Buffet Frontend Styles */


.borghs-buffet-container .accordion-item {
    border: 2px solid #b61f29;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.borghs-buffet-container .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
}

.borghs-pdf-export-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #b61f29;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    z-index: 10;
}

.borghs-pdf-export-btn:hover {
    background: rgba(182, 31, 41, 0.1);
    color: #8b1a26;
}

.borghs-pdf-export-btn svg {
    width: 24px;
    height: 24px;
}

.borghs-buffet-container .accordion-button {
    background-color: #fff;
    color: #b61f29;
    font-weight: 600;
    font-size: 24px;
    padding: 10px;
    border: none;
    box-shadow: none;
}

.borghs-buffet-container .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #fff;
}

.borghs-buffet-container .accordion-button:focus {
    box-shadow: none;
    border-color: #b61f29;
}

.borghs-buffet-container .accordion-button::after {
    filter: brightness(0);
    font-size: 20px;
}

.borghs-buffet-container .accordion-body {
    background: #f9f9f9;
    padding: 30px;
}

.borghs-buffet-title {
    color: #b61f29;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.borghs-buffet-container .accordion-button:not(.collapsed) .borghs-buffet-title {
    color: #b61f29;
}

.borghs-buffet-subtitle {
    display: block;
    margin: 0;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.borghs-buffet-swiper-container {
    margin-bottom: 30px;
}

.borghs-buffet-swiper-container .swiper {
    width: 100%;
    height: 130px;
}

.borghs-swiper-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.borghs-swiper-image:hover {
    transform: scale(1.02);
}

.borghs-buffet-container .swiper-button-next,
.borghs-buffet-container .swiper-button-prev {
    color: #b61f29;
}

.borghs-buffet-container .swiper-pagination-bullet-active {
    background: #b61f29;
}

.borghs-lightbox-modal {
    z-index: 1060;
}

.borghs-lightbox-modal .modal-content {
    position: relative;
    z-index: 1061;
    background: transparent;
}

.borghs-lightbox-modal .modal-body img {
    width: auto;
    max-height: 80vh;
}

.borghs-lightbox-modal .swiper-button-next,
.borghs-lightbox-modal .swiper-button-prev {
    z-index: 1070;
    width: 44px;
    height: 44px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.borghs-lightbox-modal .swiper-button-next:after,
.borghs-lightbox-modal .swiper-button-prev:after {
    font-size: 20px;
}

.lightbox-custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1055;
}

.borghs-buffet-dishes .accordion-button {
    background-color: #b61f29;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.borghs-buffet-dishes .accordion-button:not(.collapsed) {
    background-color: #b61f29;
    color: #fff;
}

.borghs-buffet-dishes .accordion-button:focus {
    box-shadow: none;
    border-color: #b61f29;
}

.borghs-buffet-dishes .accordion-button::after {
    filter: brightness(0) invert(1);
}

.borghs-buffet-dishes .accordion-body {
    background: #fff;
    padding: 20px;
}

.borghs-buffet-dishes * {
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    font-stretch: normal !important;
}

.borghs-buffet-dish {
    padding: 15px;
    margin-bottom: 10px;
    background: #f8f9fa;
    border-left: 4px solid #b61f29;
    border-radius: 4px;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: optimizeLegibility;
}

.borghs-dish-name {
    margin-bottom: 5px;
    color: #333;
    font-weight: 700;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-stretch: normal;
    line-height: 1.4;
}

.borghs-dish-description {
    color: #666;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.4;
}

.borghs-buffet-prices {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 2px solid #b61f29;
    border-radius: 4px;
}

.borghs-prices-title {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    color: #b61f29;
    font-size: 20px;
    font-weight: 600;
}

.borghs-prices-title .lucide-info {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    color: #b61f29;
    cursor: pointer;
    vertical-align: middle;
    transition: color 0.3s ease;
}

.borghs-prices-title .lucide-info:hover {
    color: #8b1a26;
}

.borghs-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 280px;
    max-width: 300px;
    margin-bottom: 8px;
    padding: 12px 16px;
    color: #fff;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal;
    z-index: 1000;
    font-family: 'Inter';
    font-size: 12px;
    line-height: 1.4;
}

.borghs-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
}

.borghs-prices-title:hover .borghs-tooltip {
    opacity: 1;
    visibility: visible;
}

.borghs-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.borghs-price-row:last-child {
    border-bottom: none;
}

.borghs-price-label {
    flex: 1;
    color: #666;
}

.borghs-price-value {
    flex: 0 0 auto;
    color: #b61f29;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.borghs-buffet-notice {
    margin-top: 20px;
    padding: 15px;
    color: #856404;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .borghs-buffet-swiper-container .swiper {
        height: 200px;
    }

    .borghs-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .borghs-price-value {
        text-align: left;
    }
}

.borghs-buffet-container {
    margin: 20px 0;
}


@media (max-width: 480px) {
    .borghs-buffet-container {
    margin: 0px 0;
}

    .borghs-buffet-container {
        padding: 15px;
    }

    .borghs-buffet-title {
        font-size: 16px ;
        padding-right: 60px ;
    }

    .borghs-buffet-subtitle {
        font-size: 18px !important;
    }
}