body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Gilda Display', sans-serif;
}

.hotelwp-room-detail {
    max-width: 100%;
}
.hotelwp-room-title {
    font-size: 28px;
    margin: 15px 0 10px;
}
.hotelwp-room-price-wrap {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
    color: #2ecc71;
}
.hotelwp-room-old-price {
    color: #999;
    margin-right: 10px;
}
.hotelwp-room-price-label {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.hotelwp-room-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}
.hotelwp-room-summary-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 20px;
    border: 1px solid #eee;
    font-size: 16px;
}
.hotelwp-room-summary-icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #888;
}
.hotelwp-room-summary-icon .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.hotelwp-room-summary-label {
    color: #888;
}
.hotelwp-room-summary-value {
    font-weight: 600;
    color: #333;
}

.hwp-summary {
    background: #03204c;
    padding: 5px;
    font-family: 'Gilda Display', sans-serif;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.hwp-summary-meta {
    display: table;
    width: 100%;
    border-collapse: collapse;
    flex: 1;
}
.elementor-widget-hotelwp_room_summary,
.elementor-widget-hotelwp_room_summary > .elementor-widget-container {
    height: 100%;
}
.hwp-summary-stars {
    margin-bottom: 15px;
}
.hwp-summary-stars .hwp-star {
    font-size: 18px;
    margin: 0 1px;
}
.hwp-star-full { color: #f1c40f; }
.hwp-star-half { color: #f1c40f; opacity: 0.6; }
.hwp-star-empty { color: rgba(255,255,255,0.3); }
.hwp-summary-meta-item {
    display: table-row;
}
.hwp-summary-meta-item > * {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.hwp-summary-meta-item:last-child > * {
    border-bottom: none;
}
.hwp-summary-meta-icon {
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-right: 0;
}
.hwp-summary-meta-icon.dashicons {
    font-size: 26px;
    width: 26px;
    height: 26px;
}
.hwp-summary-meta-label {
    font-size: 13px;
    color: #fff;
    opacity: 0.7;
    white-space: nowrap;
    width: 1%;
}
.hwp-summary-meta-value {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.hotelwp-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}
.hotelwp-room-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}
.hotelwp-room-meta-item .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.hotelwp-room-amenities {
    margin: 20px 0;
}
.hotelwp-room-amenities h3 {
    margin-bottom: 15px;
}
.hotelwp-amenity-group {
    margin-bottom: 15px;
}
.hotelwp-amenity-group-title {
    font-size: 15px;
    margin: 0 0 8px;
    color: #555;
    font-weight: 600;
}
.hotelwp-amenities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
}
.hotelwp-amenity-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #eee;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-amenity-item::before {
    content: "+";
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.hotelwp-amenity-item:hover {}

.hotelwp-room-card-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.hotelwp-room-card-amenity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f0f8ff;
    border-radius: 50%;
    font-size: 14px;
    color: #3498db;
}
.hotelwp-room-card-amenity .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.hotelwp-room-card-amenity-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 11px;
    color: #999;
    font-weight: 600;
}
.hotelwp-room-description {
    margin: 20px 0;
    line-height: 1.8;
}
.hotelwp-description-content {
    transition: max-height 0.4s ease;
}
.hotelwp-description-toggle-wrap {
    margin-top: 15px;
}
.hotelwp-description-toggle {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #7a5c2e;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-description-toggle:hover {
    color: #5c4422;
}
.hotelwp-room-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.hotelwp-gallery-item {
    width: calc(33.333% - 7px);
}
.hotelwp-gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: opacity .3s;
}
.hotelwp-gallery-item img:hover {
    opacity: .85;
}
.hotelwp-gallery-grid-item {
    overflow: hidden;
    border-radius: 5px;
}
.hotelwp-gallery-grid-item img {
    transition: transform .3s;
}
.hotelwp-gallery-grid-item img:hover {
    transform: scale(1.05);
}

.hotelwp-booking-form {
    background: #f9f9f9;
    padding: 25px;
    /* border-radius: 10px; */
    border: 1px solid #9f9f9f;
}
.hotelwp-booking-form-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.hotelwp-booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hotelwp-booking-form-row {
    margin-bottom: 0;
}
.hotelwp-booking-full {
    grid-column: 1 / -1;
}
.hotelwp-booking-form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-booking-form-row input,
.hotelwp-booking-form-row select,
.hotelwp-booking-form-row textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.hotelwp-booking-submit {
    width: 100%;
    padding: 14px;
    background: #2ecc71;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
}
.hotelwp-booking-submit:hover {
    background: #27ae60;
}
.hotelwp-booking-price-calc {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.hotelwp-booking-price-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}
.hotelwp-booking-total-price {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    border-top: 2px solid #eee;
    padding-top: 10px;
    margin-top: 5px;
    color: #2ecc71;
}
.hotelwp-booking-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
}
.hotelwp-booking-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.hotelwp-booking-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.required {
    color: #e74c3c;
}

.hotelwp-faq {
    max-width: 100%;
}
.hotelwp-faq-search {
    margin-bottom: 20px;
}
.hotelwp-faq-search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    box-sizing: border-box;
}
.hotelwp-faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-faq-question {
    padding: 15px 20px;
    background: #fafafa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    user-select: none;
    transition: background .2s;
}
.hotelwp-faq-question:hover {
    background: #f0f0f0;
}
.hotelwp-faq-toggle {
    font-size: 20px;
    font-weight: 700;
    color: #999;
    transition: transform .3s;
}
.hotelwp-faq-question.active .hotelwp-faq-toggle {
    transform: rotate(45deg);
}
.hotelwp-faq-answer {
    padding: 0 20px 15px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.hotelwp-restriction-item {
    display: flex;
    gap: 12px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-restriction-item-icon .hotelwp-dot,
.hotelwp-restriction-item > .hotelwp-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
}
.hotelwp-restriction-title {
    margin: 0 0 3px;
    font-size: 15px;
}
.hotelwp-restriction-desc {
    margin: 0;
    font-size: 13px;
    color: #666;
}
.hotelwp-restriction-group {
    margin-bottom: 20px;
}
.hotelwp-restriction-group-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hotelwp-restriction-group-title .hotelwp-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}
.hotelwp-restriction-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.hotelwp-restriction-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
}
.hotelwp-restriction-card-icon .hotelwp-dot {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.hotelwp-dot-check_in_out { background: #3498db; }
.hotelwp-dot-age          { background: #e67e22; }
.hotelwp-dot-pet          { background: #27ae60; }
.hotelwp-dot-smoking      { background: #e74c3c; }
.hotelwp-dot-payment      { background: #9b59b6; }
.hotelwp-dot-cancellation { background: #f39c12; }
.hotelwp-dot-other        { background: #95a5a6; }

.hotelwp-room-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .3s;
}
.hotelwp-room-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.hotelwp-room-card-image {
    position: relative;
    overflow: hidden;
}
.hotelwp-room-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}
.hotelwp-room-card:hover .hotelwp-room-card-image img {
    transform: scale(1.05);
}
.hotelwp-room-card-price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #2ecc71;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
}
.hotelwp-room-card-price small {
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
}
.hotelwp-room-card-body {
    padding: 15px;
}
.hotelwp-room-card-title {
    margin: 0 0 8px;
    font-size: 18px;
}
.hotelwp-room-card-title a {
    text-decoration: none;
    color: inherit;
}
.hotelwp-room-card-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}
.hotelwp-room-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.hotelwp-room-card-meta .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.hotelwp-room-card-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}
.hotelwp-faq-heading,
.hotelwp-restrictions-heading,
.hotelwp-reviews-heading {
    margin: 0 0 20px;
    font-family: 'Gilda Display', sans-serif;
}

.hotelwp-reviews-slider {
    position: relative;
}
.hotelwp-reviews-aggregate {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f0f8ff;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'Gilda Display', sans-serif;
}
.hotelwp-agg-score {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.hotelwp-agg-stars {
    font-size: 20px;
    color: #f39c12;
    letter-spacing: 2px;
}
.hotelwp-agg-count {
    font-size: 14px;
    color: #666;
}
.hotelwp-reviews-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
}
.hotelwp-reviews-track::-webkit-scrollbar {
    height: 6px;
}
.hotelwp-reviews-track::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.hotelwp-reviews-track .hotelwp-review-item {
    flex: 0 0 340px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    box-sizing: border-box;
}
.hotelwp-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    z-index: 2;
    transition: background .2s;
}
.hotelwp-slider-arrow:hover {
    background: rgba(0,0,0,.8);
}
.hotelwp-slider-prev {
    left: -18px;
}
.hotelwp-slider-next {
    right: -18px;
}
.hotelwp-room-card-button {
    display: inline-block;
    padding: 8px 20px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 14px;
    transition: background .3s;
}
.hotelwp-room-card-button:hover {
    background: #2980b9;
    color: #fff;
}
.hotelwp-room-pagination {
    margin-top: 30px;
    text-align: center;
}
.hotelwp-room-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.hotelwp-room-pagination .page-numbers.current {
    background: #3498db;
    color: #fff;
    border-color: #3498db;
}

.hotelwp-room-gallery-wrap {
    display: flex;
    gap: 4px;
    min-height: 300px;
}

.hotelwp-room-gallery-main {
    flex: 0 0 65%;
    max-width: 65%;
}

.hotelwp-room-gallery-side {
    flex: 0 0 calc(35% - 4px);
    max-width: calc(35% - 4px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hotelwp-room-gallery-side > .hotelwp-room-gallery-item {
    flex: 1;
}

.hotelwp-room-gallery-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    border-radius: 0px !important;
}

.hotelwp-room-gallery-item img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.hotelwp-room-gallery-item a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.hotelwp-room-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 0;
    z-index: 2;
    background: rgba(0,0,0,0.55);
    transition: background 0.3s;
}

.hotelwp-room-gallery-overlay:hover {
    background: rgba(0,0,0,0.7);
}

.hotelwp-room-gallery-btn {
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.hotelwp-room-gallery-btn {
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.hotelwp-room-gallery-has-overlay a {
    position: relative;
    z-index: 1;
}

.hotelwp-room-gallery-sections-wrap {
    width: 100%;
}

.hotelwp-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.hotelwp-gallery-tab {
    padding: 10px 24px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.hotelwp-gallery-tab:hover {
    background: #eee;
}

.hotelwp-gallery-tab.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.hotelwp-gallery-section {
    margin-bottom: 30px;
}

.hotelwp-gallery-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
}

.hotelwp-gallery-section-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

@media (max-width: 768px) {
    .hotelwp-gallery-section-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hotelwp-gallery-section-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hotelwp-booking-grid {
        grid-template-columns: 1fr;
    }
    .hotelwp-room-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 4px;
    }
    .hotelwp-room-gallery .hotelwp-gallery-item:first-child {
        grid-row: 1 / -1;
    }
    .hotelwp-room-gallery .hotelwp-gallery-item {
        width: 100% !important;
    }
    .hotelwp-room-gallery .hotelwp-gallery-item:nth-child(n+4) {
        display: none;
    }
    .hotelwp-room-gallery .hotelwp-gallery-item img {
        height: 100% !important;
        object-fit: cover;
    }
    .hotelwp-room-gallery-wrap {
        flex-direction: row;
    }
    .hotelwp-room-gallery-main {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .hotelwp-room-gallery-side {
        flex: 0 0 calc(35% - 4px);
        max-width: calc(35% - 4px);
    }
    .hotelwp-room-card-image img {
        height: 180px;
    }
    .hotelwp-restriction-cards {
        grid-template-columns: 1fr;
    }
    .hotelwp-room-list.hotelwp-room-grid {
        grid-template-columns: 1fr !important;
    }
}

.hotelwp-room-reviews {
    margin: 25px 0;
}
.hotelwp-room-reviews h3 {
    margin-bottom: 15px;
}
.hotelwp-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hotelwp-review-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px 20px;
    transition: box-shadow .2s;
}
.hotelwp-review-item:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.hotelwp-review-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.hotelwp-reviewer-name {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.hotelwp-review-date {
    font-size: 13px;
    color: #777;
}
.hotelwp-review-rating {
    margin-left: auto;
    font-size: 18px;
    color: #f39c12;
    letter-spacing: 2px;
}
.hotelwp-review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.hotelwp-reviews-slider {
    position: relative;
    margin: 25px 0;
    padding: 0 40px;
    text-align: center;
}
.hotelwp-reviews-slider-title {
    margin-bottom: 20px;
    text-align: center;
}
.hotelwp-reviews-slider-track {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}
.hotelwp-reviews-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.95);
    pointer-events: none;
    padding: 20px;
    box-sizing: border-box;
}
.hotelwp-reviews-slide.active {
    position: relative;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.hotelwp-slide-rating {
    font-size: 28px;
    color: #f39c12;
    letter-spacing: 4px;
    margin-bottom: 15px;
}
.hotelwp-slide-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto 20px;
}
.hotelwp-slide-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.hotelwp-slide-author-name {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.hotelwp-slide-author-date {
    font-size: 13px;
    color: #999;
}
.hotelwp-slider-prev,
.hotelwp-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    z-index: 2;
    color: #555;
    line-height: 1;
    padding: 0;
}
.hotelwp-slider-prev:hover,
.hotelwp-slider-next:hover {
    background: #3498db;
    color: #fff;
    border-color: #3498db;
}
.hotelwp-slider-prev { left: 0; }
.hotelwp-slider-next { right: 0; }
.hotelwp-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}
.hotelwp-slider-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all .3s;
}
.hotelwp-slider-dots button.active {
    background: #3498db;
    border-color: #3498db;
}
.hotelwp-slider-dots button:hover {
    border-color: #3498db;
}
.hotelwp-price-table {
    margin: 25px 0;
}
.hotelwp-price-table-title {
    margin-bottom: 15px;
}
.hotelwp-price-table-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.hotelwp-price-table-table th {
    background: #f0f8ff;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 2px solid #e0edf8;
}
.hotelwp-price-table-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.hotelwp-price-table-table tr:last-child td {
    border-bottom: none;
}
.hotelwp-price-table-table tr:hover td {
    background: #fafafa;
}
.hotelwp-price-table-dates {
    font-weight: 500;
    color: #555;
    white-space: nowrap;
}
.hotelwp-price-table-label {
    color: #777;
}
.hotelwp-price-table-price {
    font-weight: 700;
    color: #2ecc71;
    text-align: right;
}
.hotelwp-image-gallery-item {
    border-radius: 4px;
}
.hotelwp-image-gallery-item img {
    transition: transform 0.3s ease;
}
.hotelwp-image-gallery-item:hover img {
    transform: scale(1.05);
}
.hotelwp-image-gallery-overlay {
    transition: opacity 0.3s ease;
}
.hotelwp-image-gallery-overlay:hover {
    opacity: 0.9;
}

.hotelwp-nearby-map-wrap {
    margin: 20px 0;
}
.hotelwp-nearby-map {
    border-radius: 8px;
    z-index: 0;
}
.hotelwp-nearby-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.hotelwp-nearby-filters button {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 13px;
    transition: all .2s;
}
.hotelwp-nearby-filters button:hover {
    background: #e8e8e8;
}
.hotelwp-nearby-filters button.active {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}

@media (max-width: 480px) {
    .hotelwp-room-detail .hotelwp-room-summary {
        gap: 6px;
    }
    .hotelwp-room-detail .hotelwp-amenities-list {
        grid-template-columns: 1fr;
    }
    .hotelwp-amenities-list {
        grid-template-columns: 1fr;
    }
}

.hotelwp-lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 999999;
    text-align: center;
}
.hotelwp-lightbox-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 20px;
}
.hotelwp-lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 5px;
    display: block;
    object-fit: contain;
}
.hotelwp-lightbox-close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    background: none;
    border: none;
    padding: 0;
}
.hotelwp-lightbox-prev,
.hotelwp-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    border: none;
    padding: 10px 15px;
    line-height: 1;
    transition: background 0.2s;
    z-index: 10;
    border-radius: 4px;
}
.hotelwp-lightbox-prev:hover,
.hotelwp-lightbox-next:hover {
    background: rgba(0,0,0,0.7);
}
.hotelwp-lightbox-prev { left: 10px; }
.hotelwp-lightbox-next { right: 10px; }
.hotelwp-lightbox-counter {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-family: 'Gilda Display', sans-serif;
}


