/* single-hall.css cleaned: duplicate selector blocks merged; last values kept */
.hbc-single-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.hbc-reviews-list {
    display: grid;
    gap: 16px;
}
.hbc-review-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.hbc-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}
.hbc-review-content {
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
}
.hbc-review-content p:last-child {
    margin-bottom: 0;
}
.hbc-breadcrumbs a + a::before, .hbc-breadcrumbs a + span::before, .hbc-breadcrumbs span::before {
    content: "‹";
    display: inline-block;
    margin: 0 8px;
    color: #94a3b8;
    font-weight: 700;
}
.hbc-breadcrumbs span {
    color: #0f172a;
    font-weight: 800;
    font-size: 14px;
}
.hbc-single-top {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
    align-items: stretch;
}
.hbc-single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hbc-single-badges {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}
.hbc-single-badges .hbc-badge {
    display: none !important;
}
.hbc-contact-grid {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.hbc-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
    margin-top: 22px;
}
.hbc-main-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.hbc-side-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.hbc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hbc-info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hbc-info-item {
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 16px;
    padding: 14px;
}
.hbc-info-item strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 14px;
}
.hbc-info-item span {
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}
.hbc-side-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hbc-video-wrap {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #eef2f7;
    min-height: 220px;
}
.hbc-video-wrap iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}
.hbc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.hbc-related-card {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(16,24,40,.05);
}
.hbc-related-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.hbc-related-card-body {
    padding: 14px;
}
.hbc-related-card-body h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
}
.hbc-related-card-body h3 a {
    color: #111827;
    text-decoration: none;
}
.hbc-related-card-body p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
}
.hbc-single-thumb:hover {
    border-color: #111827;
}
.hbc-main-image-link {
    display: block;
    width: 100%;
    height: 100%;
}
.hbc-lead-form {
    display: grid;
    gap: 12px;
}
.hbc-lead-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hbc-lead-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hbc-lead-submit {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.hbc-lead-note {
    font-size: 13px;
    color: #64748b;
    line-height: 1.8;
}
.hbc-reviews-box {
    display: grid;
    gap: 18px;
}
.hbc-reviews-head h2 {
    margin: 0 0 6px;
}
.hbc-reviews-subhead {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
}
.hbc-reviews-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.hbc-review-item-featured {
    height: 100%;
}
.hbc-reviews-modal-dialog {
    position: relative;
    width: min(980px, calc(100% - 24px));
    max-height: 88vh;
    margin: 4vh auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15,23,42,.22);
    display: flex;
    flex-direction: column;
}
.hbc-reviews-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 16px;
    border-bottom: 1px solid #e5e7eb;
}
.hbc-reviews-modal-head h2 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #111827;
}
.hbc-reviews-modal-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}
.hbc-reviews-modal-close {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 14px;
    background: #eef2f7;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}
.hbc-reviews-modal-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    flex-wrap: wrap;
}
.hbc-reviews-modal-tools label {
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}
.hbc-reviews-modal-tools select {
    min-width: 260px;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid #dbe4ee;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #111827;
}
.hbc-reviews-modal-list {
    padding: 22px;
    overflow: auto;
    display: grid;
    gap: 16px;
}
.hbc-review-item-modal {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
body.hbc-reviews-modal-open {
    overflow: hidden;
}
.hbc-reviews-modal-summary {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    display: grid;
    gap: 16px;
}
.hbc-reviews-modal-summary-top {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hbc-reviews-modal-summary-score {
    min-width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}
.hbc-reviews-modal-summary-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hbc-reviews-modal-summary-text strong {
    font-size: 22px;
    color: #111827;
    line-height: 1.1;
}
.hbc-reviews-modal-summary-text span {
    font-size: 14px;
    color: #64748b;
    line-height: 1.3;
}
.hbc-public-review-notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
}
.hbc-public-review-notice-success {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
}
.hbc-public-review-notice-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}
.hbc-review-form-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .22s ease;
}
.hbc-review-form-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.hbc-review-form-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.58);
}
.hbc-review-form-modal-dialog {
    position: relative;
    width: min(760px, calc(100% - 24px));
    max-height: 88vh;
    margin: 4vh auto;
    background: #fff;
    border-radius: 24px;
    overflow: auto;
    box-shadow: 0 30px 80px rgba(15,23,42,.22);
    padding: 22px;
}
.hbc-review-form-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.hbc-review-form-modal-head h2 {
    margin: 0;
    font-size: 28px;
    color: #111827;
}
.hbc-review-form-modal form {
    display: grid;
    gap: 12px;
}
.hbc-review-form-modal input, .hbc-review-form-modal select {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid #dbe4ee;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #111827;
}
.hbc-review-form-modal textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #dbe4ee;
    background: #fff;
    font-size: 14px;
    color: #111827;
    min-height: 130px;
    padding: 14px;
    resize: vertical;
}
.hbc-review-form-modal form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.hbc-review-form-grid {
    display: grid;
    gap: 16px;
}
.hbc-review-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hbc-review-form-field-full {
    grid-column: 1 / -1;
}
.hbc-review-form-optional {
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f8fafc;
}
.hbc-review-form-optional-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.hbc-review-score-picker {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.hbc-review-score-btn {
    min-height: 52px;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}
.hbc-review-score-btn:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}
.hbc-review-score-btn.is-active {
    background: #111827;
    color: #fff;
    border-color: #111827;
    transform: translateY(-1px);
}
.hbc-review-score-btn.score-10 {
    background: #15803d;
    color: #fff;
    border-color: #15803d;
}
.hbc-review-score-btn.score-9 {
    background: #22c55e;
    color: #fff;
    border-color: #22c55e;
}
.hbc-review-score-btn.score-8 {
    background: #eab308;
    color: #111;
    border-color: #eab308;
}
.hbc-review-score-btn.score-7 {
    background: #f59e0b;
    color: #111;
    border-color: #f59e0b;
}
.hbc-review-score-btn.score-6 {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
}
.hbc-single-page {
    direction: rtl;
    padding: 24px 0 70px;
    background: transparent !important;
}
.hbc-single-wrap {
    margin: 0 auto;
    width: min(1420px, calc(100% - 40px));
}
.hbc-box {
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8dfd2;
    box-shadow: 0 14px 34px rgba(24, 33, 43, 0.06);
}
.hbc-single-media {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8dfd2;
    box-shadow: 0 14px 34px rgba(24, 33, 43, 0.06);
}
.hbc-lead-field label {
    font-size: 14px;
    color: #5c6774;
    font-weight: 800;
}
.hbc-lead-field input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #dfd5c7;
    border-radius: 16px;
    background: #fcfaf7;
    font-size: 15px;
    color: #1f2937;
    min-height: 54px;
    transition: all .18s ease;
}
.hbc-lead-field textarea {
    resize: vertical;
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #dfd5c7;
    border-radius: 16px;
    background: #fcfaf7;
    font-size: 15px;
    color: #1f2937;
    min-height: 54px;
    transition: all .18s ease;
}
.hbc-lead-field input:focus, .hbc-lead-field textarea:focus {
    outline: none;
    background: #fff;
    border-color: #d48b2f;
    box-shadow: 0 0 0 4px rgba(212,139,47,.14);
}
.hbc-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #f8f3eb;
    border: 1px solid #eadfce;
    color: #5a6572;
    font-size: 13px;
    font-weight: 700;
}
.hbc-box p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    color: #55616e;
}
.hbc-single-subtitle {
    font-size: 16px;
    line-height: 2;
    color: #55616e;
}
.hbc-box h2 {
    margin: 0 0 14px;
    line-height: 1.2;
    font-weight: 900;
    font-size: 32px;
    color: #1b2430;
}
.hbc-single-image {
    aspect-ratio: 16 / 10;
    background: #eef2f7;
    position: relative;
}
.hbc-badge.premium {
    background: #9a6b00d9;
}
.hbc-badge.new {
    background: #0f766ed9;
}
.hbc-badge.featured {
    background: #111827d9;
}
.home .hbc-btn {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
}
.home .hbc-badge {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 10px;
}
.hbc-favorites-empty .hbc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
}
.hbc-featured-halls {
    margin-top: 24px;
}
.hbc-btn-primary {
    min-height: 54px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
    transition: all .2s ease;
    background: #c9922d;
    color: #fff;
    border: none;
    box-shadow: 0 8px 18px rgba(201,146,45,.22);
}
.hbc-btn-primary:hover {
    border-color: #bd7720;
    transform: translateY(-1px);
    background: #b27f22;
    color: #fff;
}
.hbc-btn-secondary {
    min-height: 48px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    background: #fff;
    color: #111827;
    border: 1px solid #d7e0ea;
}
.hbc-btn-secondary:hover {
    background: #f8fafc;
    color: #111827;
}
.hbc-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 12px 18px;
    background: linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    border: 1px solid #e6edf5;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(15,23,42,.04);
    line-height: 1.5;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
}
.hbc-breadcrumbs a {
    font-size: 14px;
    font-weight: 700;
    transition: color .18s ease;
    color: #334155;
    text-decoration: none;
}
.hbc-breadcrumbs a:hover {
    text-decoration: none;
    color: #111827;
}
.hbc-article-single-bottom .hbc-btn {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
}
.hbc-single-rating-actions .hbc-reviews-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #d6c29c;
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdf8 0%, #f6efe2 100%);
    color: #8b6b2e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
    transition: .22s ease;
}
.hbc-single-rating-actions .hbc-rating-open-btn:hover, .hbc-single-rating-actions .hbc-reviews-all-btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #fffaf0 0%, #f2e6cf 100%);
    color: #6f531f;
    box-shadow: 0 12px 24px rgba(15,23,42,.12);
}
.hbc-single-rating-actions .hbc-rating-open-btn:focus, .hbc-single-rating-actions .hbc-reviews-all-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(201,138,45,.18), 0 10px 24px rgba(15,23,42,.10);
}
.hbc-lead-notice {
    margin-bottom: 16px;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    position: fixed;
    top: 90px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-10px);
    z-index: 9999;
    width: min(520px, calc(100% - 40px));
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
}
.hbc-lead-notice.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.hbc-lead-notice.success {
    background: #e9f8ee;
    border: 1px solid #b7e4c7;
    color: #166534;
}
.hbc-lead-notice.error {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #991b1b;
}
.hbc-faq-box {
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 24px;
    box-shadow: 0 10px 26px rgba(15,23,42,.05);
}
.hbc-faq-box h2 {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    color: #111827;
    text-align: right;
}
.hbc-faq-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}
.hbc-faq-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}
.hbc-faq-item {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.hbc-faq-item:hover {
    border-color: #cfd8e3;
    box-shadow: 0 6px 18px rgba(15,23,42,.06);
}
.hbc-faq-item[open] {
    border-color: #d7e3f3;
    box-shadow: 0 10px 24px rgba(37,99,235,.08);
}
.hbc-faq-item > summary {
    list-style: none;
}
.hbc-faq-item > summary::-webkit-details-marker {
    display: none;
}
.hbc-faq-item:hover .hbc-faq-question {
    background: #fbfdff;
}
.hbc-faq-item[open] .hbc-faq-question {
    background: #f8fbff;
    color: #0f172a;
}
.hbc-faq-question::before {
    content: "+";
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #64748b;
    order: 2;
}
.hbc-faq-item[open] .hbc-faq-question::before {
    content: "−";
    color: #2563eb;
}
.hbc-faq-answer p {
    margin: 12px 0 0;
}
.hbc-faq-answer p:first-child {
    margin-top: 14px;
}
.hbc-booking-title {
    margin: 0 0 6px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a1a;
    text-align: right;
}
.hbc-booking-location {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    direction: rtl;
    text-align: right;
}
.hbc-booking-address {
    font-size: 16px;
    line-height: 1.5;
    color: #6b6b6b;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.hbc-booking-address::before {
    content: "📍";
    font-size: 13px;
    line-height: 1;
}
a.hbc-booking-address {
    color: #6b6b6b;
    text-decoration: none;
}
a.hbc-booking-address:hover {
    text-decoration: underline;
}
.hbc-single-title {
    margin: 0;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.05;
    color: #1b2430;
    display: none !important;
}
.hbc-features-strip-wrap {
    width: calc(100% - 0px);
    max-width: none;
    margin: 16px 0 24px auto;
    padding: 0;
}
.hbc-features-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    align-items: stretch;
}
.hbc-feature-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 58px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-sizing: border-box;
    text-align: right;
    width: 100%;
}
.hbc-feature-card-icon {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}
.hbc-feature-card-text {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
}
.hbc-tags {
    flex-wrap: wrap;
    gap: 8px;
    display: none !important;
}
.hbc-single-rating-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.hbc-single-rating-actions {
    margin-right: auto;
    width: 100%;
    margin-top: 8px !important;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    grid-column: 1 / -1;
    gap: 10px;
    flex-wrap: wrap;
}
.hbc-summary-amenities-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 7px;
}
.hbc-summary-amenities-list li {
    position: relative;
    padding-right: 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    word-break: break-word;
}
.hbc-summary-amenities-list li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    color: #16a34a;
    font-weight: 800;
}
.hbc-single-location {
    font-weight: 800;
    font-size: 14px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.5;
}
.hbc-single-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 2px;
}
.hbc-booking-heading-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hbc-booking-top-actions {
    display: flex;
    gap: 10px;
    margin-right: auto;
}
.hbc-booking-top-link:hover {
    background: #f8fafc;
    border-color: #bfc9d8;
}
.hbc-booking-top-link-primary {
    background: #1d4ed8;
    color: #fff;
    border-color: #1d4ed8;
}
.hbc-booking-top-link-primary:hover {
    background: #1b47c9;
    border-color: #1b47c9;
    color: #fff;
}
.hbc-booking-heading {
    max-width: none;
    padding: 0;
    text-align: right;
    width: calc(100% - 0px);
    margin: 0 0 14px auto;
}
.hbc-rating-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbc-rating-map:hover .hbc-rating-map-badge {
    background: #1d4ed8;
}
.hbc-single-rating.hbc-single-rating-rich {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e7ecf2;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
    margin-right: auto;
    margin-left: 0;
    max-width: 100%;
    align-self: start;
    margin: 0;
    width: 100%;
    min-height: 148px;
    height: 100%;
    box-sizing: border-box;
}
.hbc-single-summary {
    min-height: 605px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15,23,42,.06);
    padding: 0;
    overflow: hidden;
}
.hbc-rating-map {
    box-sizing: border-box;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    min-height: 140px;
    border-left: 1px solid #eef2f7;
}
.hbc-summary-amenities-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0 0 18px;
    border: none;
    background: none;
}
.hbc-summary-amenities-group:last-child {
    margin-bottom: 0;
}
.hbc-single-rating-rich {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 18px 18px 16px;
    flex-direction: column;
    min-height: 140px;
    border-right: 2px solid #d1d5db !important;
}
.hbc-rating-map-wrap {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border-bottom: 2px solid #d1d5db;
}
.hbc-single-rating-score {
    background: #0f3d91;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 52px;
    min-width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 800;
}
.hbc-single-rating-text strong {
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    font-size: 22px;
    color: #111827;
}
.hbc-single-rating-text span {
    line-height: 1.4;
    font-size: 14px;
    color: #6b7280;
}
.hbc-single-rating-actions .hbc-rating-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .22s ease;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid #d6c29c !important;
    border-radius: 12px !important;
    background: #fffaf0 !important;
    color: #8b6b2e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}
.hbc-booking-top-phone::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    mask: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/telephone-fill.svg") no-repeat center;
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/telephone-fill.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.hbc-booking-top-link:not(.hbc-booking-top-phone) {
    background: #0ea5e9;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(14,165,233,.35);
}
.hbc-booking-top-link[href*="waze"]::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    mask: url("https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/waze.svg") no-repeat center;
    -webkit-mask: url("https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/waze.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.hbc-booking-top-link:active {
    transform: scale(.97);
}
.hbc-booking-top-link {
    min-height: 42px;
    border: 1px solid #d7dee8;
    background: #fff;
    color: #1f2937;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease;
    height: 46px;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
}
.hbc-booking-top-phone, .hbc-booking-top-phone:active, .hbc-booking-top-phone:focus, .hbc-booking-top-phone:hover, .hbc-booking-top-phone:visited {
    background: #2563eb !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
.hbc-review-form-toggle {
    min-height: 46px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    background: #e5e7eb !important;
    color: #111827 !important;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s ease;
}
.hbc-review-form-toggle:hover {
    background: #d1d5db !important;
    color: #111827 !important;
}
.hbc-review-form-toggle:active {
    background: #cbd5e1 !important;
    transform: none !important;
}
.hbc-review-form-field label {
    font-size: 14px !important;
    color: #334155 !important;
    font-weight: 600 !important;
}
.hbc-review-form-field input, .hbc-review-form-field textarea {
    font-size: 14px !important;
    height: 42px;
}
.hbc-review-form-field select {
    font-size: 14px !important;
    height: 42px;
    padding: 0 10px;
}
.hbc-review-score-picker div {
    font-size: 15px !important;
    font-weight: 600;
}
.hbc-rating-map-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .92;
}
.hbc-single-rating.is-empty {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid #e5ebf5;
    box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.hbc-single-rating.is-empty .hbc-single-rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hbc-single-rating-score-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 58px;
    padding: 0 14px;
    border-radius: 16px;
    background: linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    box-shadow: 0 10px 22px rgba(37,99,235,.22);
}
.hbc-single-rating.is-empty .hbc-single-rating-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hbc-single-rating.is-empty .hbc-single-rating-text strong {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}
.hbc-single-rating.is-empty .hbc-single-rating-text span {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}
.hbc-single-rating.is-empty .hbc-single-rating-actions {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hbc-single-rating.is-empty .hbc-rating-open-btn {
    min-height: 44px;
    min-width: 220px;
    justify-content: center;
}
.hbc-review-score {
    min-width: 64px;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(37,99,235,.18);
    border: none;
}
.hbc-review-item-featured .hbc-review-score {
    min-width: 58px;
    height: 38px;
    font-size: 17px;
    border-radius: 11px;
}
.hbc-reviews-all-btn:hover {
    background: #f8fbff;
    border-color: #bfd3f2;
    color: #1d4ed8;
    box-shadow: 0 8px 22px rgba(37,99,235,.10);
    transform: translateY(-1px);
}
.hbc-reviews-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #dbe5f4;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(15,23,42,.04);
    background: #fff;
    color: #0f172a;
}
.hbc-reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.hbc-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    display: none !important;
    min-width: 0 !important;
    max-width: 0 !important;
    pointer-events: none !important;
}
.hbc-rating-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #2563eb;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transform: translate(-50%,-72%);
    box-shadow: 0 0 0 5px rgba(37,99,235,0.18),
        0 8px 18px rgba(37,99,235,0.22);
    z-index: 2;
}
.hbc-rating-map-pin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.hbc-rating-map-pin::after {
    top: 50%;
    content: "";
    position: absolute;
    left: 50%;
    width: 9px;
    height: 9px;
    background: #2563eb;
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
    bottom: -6px;
}
.hbc-rating-map-badge {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 28px);
    z-index: 3;
    padding: 9px 16px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(37,99,235,0.26);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.hbc-rating-map-disabled .hbc-rating-map-badge {
    opacity: 1;
    background: #64748b;
    box-shadow: none;
}
.hbc-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 18px 18px;
    cursor: pointer;
    user-select: none;
    text-align: right;
    color: #1f2937;
    background: #fff;
    transition: background .18s ease, color .18s ease;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.hbc-faq-answer {
    padding: 0 18px 18px;
    border-top: 1px solid #eef2f7;
    text-align: right;
    background: #fff;
    font-size: 15px;
    line-height: 1.9;
    color: #475569;
}
.hbc-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 16px 10px;
    background: linear-gradient(180deg,#ffffff 0%, #fbfdff 100%);
    border-top: 1px solid #eef2f7;
}
.hbc-gallery-tabs .hbc-gallery-tab, .hbc-gallery-tabs button.hbc-gallery-tab, button.hbc-gallery-tab {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d7e0ea;
    background: linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    color: #334155;
    border-radius: 999px;
    padding: 10px 18px;
    min-height: 42px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15,23,42,.05);
    transition: background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
    outline: none;
    text-decoration: none;
}
.hbc-gallery-tabs .hbc-gallery-tab:active, .hbc-gallery-tabs .hbc-gallery-tab:focus, .hbc-gallery-tabs .hbc-gallery-tab:hover, .hbc-gallery-tabs button.hbc-gallery-tab:active, .hbc-gallery-tabs button.hbc-gallery-tab:focus, .hbc-gallery-tabs button.hbc-gallery-tab:hover, button.hbc-gallery-tab:active, button.hbc-gallery-tab:focus, button.hbc-gallery-tab:hover {
    background: linear-gradient(180deg,#ffffff 0%, #f1f6fd 100%);
    color: #0f172a;
    border-color: #bfd0e4;
    box-shadow: 0 8px 18px rgba(15,23,42,.08);
    transform: translateY(-1px);
}
.hbc-gallery-tabs .hbc-gallery-tab.is-active, .hbc-gallery-tabs button.hbc-gallery-tab.is-active, button.hbc-gallery-tab.is-active {
    background: linear-gradient(135deg,#1e3a8a 0%, #2563eb 100%);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 10px 22px rgba(37,99,235,.24),
        inset 0 1px 0 rgba(255,255,255,.18);
}
.hbc-gallery-tabs .hbc-gallery-tab.is-active:focus, .hbc-gallery-tabs .hbc-gallery-tab.is-active:hover, .hbc-gallery-tabs button.hbc-gallery-tab.is-active:focus, .hbc-gallery-tabs button.hbc-gallery-tab.is-active:hover, button.hbc-gallery-tab.is-active:focus, button.hbc-gallery-tab.is-active:hover {
    background: linear-gradient(135deg,#1d4ed8 0%, #2563eb 100%);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 12px 24px rgba(37,99,235,.28),
        inset 0 1px 0 rgba(255,255,255,.18);
}
.hbc-gallery-tabs .hbc-gallery-tab::after, .hbc-gallery-tabs .hbc-gallery-tab::before {
    display: none !important;
}
.hbc-review-verify-box {
    padding: 8px 2px 2px;
    text-align: right;
}
.hbc-review-verify-box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 900;
    color: #111827;
}
.hbc-review-verify-box p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
}
.hbc-review-verify-form {
    display: grid;
    gap: 14px;
}
.hbc-review-verify-form input[type="text"] {
    width: 100%;
    min-height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 6px;
    text-align: center;
    color: #0f172a;
    box-shadow: 0 6px 16px rgba(15,23,42,.04);
}
.hbc-review-verify-form button {
    min-height: 50px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(37,99,235,.20);
}
.hbc-review-resend-form {
    margin-top: 12px;
}
.hbc-review-resend-btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
    background: #fff;
    color: #1e293b;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}
.hbc-review-resend-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}
#hbcReviewVerifyStep .hbc-review-verify-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
#hbcReviewVerifyStep .hbc-review-verify-form > button[type="submit"] {
    width: 100% !important;
    min-height: 56px !important;
    border: 1px solid #d7c28a !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #f6e7b8 0%, #e4c66d 48%, #c9961a 100%) !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: .2px !important;
    box-shadow: 0 14px 28px rgba(153, 118, 28, .22),
        inset 0 1px 0 rgba(255,255,255,.65) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.22) !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}
#hbcReviewVerifyStep .hbc-review-verify-form > button[type="submit"]:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.03) !important;
    box-shadow: 0 18px 34px rgba(153, 118, 28, .28),
        inset 0 1px 0 rgba(255,255,255,.7) !important;
}
#hbcReviewVerifyStep .hbc-review-verify-form > button[type="submit"]:active {
    transform: translateY(0) !important;
}
#hbcReviewVerifyStep .hbc-review-resend-form {
    margin: 2px 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}
#hbcReviewVerifyStep .hbc-review-resend-form > .hbc-review-resend-btn {
    width: auto !important;
    min-height: 40px !important;
    padding: 10px 18px !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(15,23,42,.06) !important;
    text-decoration: none !important;
    transition: all .18s ease !important;
}
#hbcReviewVerifyStep .hbc-review-resend-form > .hbc-review-resend-btn:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #1d4ed8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 22px rgba(15,23,42,.09) !important;
}
#hbcReviewVerifyStep .hbc-review-resend-form > .hbc-review-resend-btn::before {
    content: "↻";
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    line-height: 1;
}
#hbcReviewVerifyStep .hbc-review-resend-form::after {
    content: "לא קיבלתם? אפשר לשלוח קוד חדש למייל";
    display: block;
    text-align: center;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}
.hbc-review-score-help {
    text-align: center;
    font-size: 16px;
    color: #64748b;
    font-weight: 700;
}
#hbcReviewVerifyStep .hbc-review-cancel-form {
    width: 100%;
    margin-top: 2px;
    display: flex;
    justify-content: center;
}
#hbcReviewVerifyStep .hbc-review-cancel-btn {
    width: auto !important;
    min-height: 38px !important;
    padding: 8px 14px !important;
    border: none !important;
    background: transparent !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
#hbcReviewVerifyStep .hbc-review-cancel-btn:hover {
    color: #dc2626 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: underline !important;
}
.hbc-single-thumbs::-webkit-scrollbar {
    display: none;
}
.hbc-single-thumb:not(.is-active):active, .hbc-single-thumb:not(.is-active):focus, .hbc-single-thumb:not(.is-active):hover {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff !important;
    transform: none !important;
}
.hbc-single-thumb.is-active {
    border: 3px solid #1d4ed8 !important;
    box-shadow: 0 0 0 2px rgba(29,78,216,.22) !important;
    outline: none !important;
    background: #fff !important;
}
.hbc-single-thumb.is-active:active, .hbc-single-thumb.is-active:focus, .hbc-single-thumb.is-active:hover {
    border: 3px solid #1d4ed8 !important;
    box-shadow: 0 0 0 2px rgba(29,78,216,.22) !important;
    outline: none !important;
    background: #fff !important;
    transform: none !important;
}
.hbc-single-thumbs-arrow:disabled {
    opacity: .35;
    pointer-events: none;
}
.hbc-single-thumbs-arrow.prev {
    left: 0;
}
.hbc-single-thumbs-arrow.next {
    right: 0;
}
.hbc-single-thumbs-arrow span {
    color: inherit;
}
.hbc-reviews-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .22s ease;
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}
.hbc-reviews-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
}
.hbc-reviews-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.46);
}
.hbc-reviews-panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
    width: min(50vw, 760px);
    min-width: 640px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(15,23,42,.24);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.hbc-reviews-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid #e5e7eb;
    flex: 0 0 auto;
    background: #fff;
}
.hbc-reviews-panel-head h2 {
    margin: 0 0 4px;
    font-size: 42px;
    line-height: 1.05;
    color: #111827;
}
.hbc-reviews-panel-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}
.hbc-reviews-panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.hbc-reviews-panel-summary {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.hbc-reviews-breakdown {
    margin-top: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.hbc-reviews-breakdown summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    font-weight: 600;
    color: #0f172a;
    position: relative;
}
.hbc-reviews-breakdown summary::-webkit-details-marker {
    display: none;
}
.hbc-reviews-breakdown summary::after {
    content: "⌄";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #475569;
}
.hbc-reviews-breakdown[open] summary::after {
    content: "⌃";
}
.hbc-reviews-modal-bars {
    display: grid;
    gap: 12px;
    padding: 0 16px 16px;
}
.hbc-reviews-modal-bar-label {
    grid-area: label;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}
.hbc-reviews-modal-bar-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg,#1e3a8a 0%, #0f172a 100%);
}
.hbc-reviews-panel-tools {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.hbc-reviews-panel-tools label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}
.hbc-reviews-panel-tools select {
    min-width: 240px;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid #dbe4ee;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #111827;
}
.hbc-reviews-panel-list {
    display: grid;
    gap: 16px;
    padding: 18px 22px;
}
.hbc-reviews-panel-load {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 0 22px 24px;
}
.hbc-reviews-panel-load span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #0f1b3d;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    opacity: .95;
}
.hbc-reviews-panel-load.is-hidden {
    display: none;
}
.hbc-reviews-modal-bar-row {
    grid-template-columns: 120px auto;
    grid-template-areas: "label value"
        "track track";
    display: flex;
    gap: 10px;
    align-items: center;
}
.hbc-reviews-modal-bar-value {
    text-align: center;
    direction: ltr;
    grid-area: value;
    justify-self: start;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    min-width: 36px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #1e3a8a;
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hbc-reviews-modal-bar-track {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: #e8edf3;
    overflow: hidden;
    grid-area: track;
    flex: 1;
}
.hbc-mobile-quick-actions {
    display: none;
}
.hbc-booking-rating-mobile {
    display: none;
}
.hbc-summary-amenities-wrap {
    margin-top: 14px;
    padding-inline: 16px;
}
.hbc-summary-amenities-box-title {
    margin: 0 0 8px !important;
    text-align: right !important;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    color: #1b2430;
}
.hbc-summary-amenities-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
    align-items: start;
    align-content: start;
    grid-auto-flow: row dense;
    padding: 18px 20px 20px;
    margin-top: 0 !important;
}
.hbc-summary-amenities-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #edf2f7;
    text-align: right !important;
}
.hbc-booking-map-link {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #0071c2 !important;
}
.hbc-booking-map-link:hover {
    text-decoration: underline;
    color: #005999 !important;
}
.hbc-lead-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.55);
}
.hbc-lead-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.hbc-lead-modal.is-open {
    align-items: center;
    justify-content: center;
    display: flex;
}
.hbc-lead-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.62);
    backdrop-filter: blur(2px);
}
.hbc-lead-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(680px, calc(100% - 24px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: #fff;
    border: 1px solid #e7dcc0;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(15,23,42,.22);
    padding: 28px 26px 22px;
}
.hbc-lead-modal-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #0f172a;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(15,23,42,.08);
}
.hbc-lead-modal-close:hover {
    background: #e5e7eb;
}
.hbc-lead-modal-head {
    text-align: right;
    margin-bottom: 18px;
    padding-left: 44px;
}
.hbc-lead-modal-kicker {
    font-size: 13px;
    font-weight: 800;
    color: #8b6b1a;
    margin-bottom: 6px;
}
.hbc-lead-modal-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    color: #0f172a;
}
.hbc-lead-modal-body {
    text-align: right;
}
.hbc-lead-modal-loading {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #64748b;
}
.hbc-lead-modal-body .hbc-box, .hbc-lead-modal-body .hbc-box-lead, .hbc-lead-modal-body .hbc-contact-box, .hbc-lead-modal-body .hbc-lead-box {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.hbc-lead-modal-body .hbc-box-head, .hbc-lead-modal-body .hbc-box-title, .hbc-lead-modal-body .hbc-lead-title {
    display: none !important;
}
.hbc-lead-modal-body input, .hbc-lead-modal-body select {
    width: 100%;
    border: 1px solid #e5dcc8;
    border-radius: 16px;
    background: #fff;
    min-height: 54px;
    padding: 12px 16px;
    font-size: 16px;
    color: #0f172a;
    box-shadow: none;
}
.hbc-lead-modal-body textarea {
    width: 100%;
    border: 1px solid #e5dcc8;
    border-radius: 16px;
    background: #fff;
    padding: 12px 16px;
    font-size: 16px;
    color: #0f172a;
    box-shadow: none;
    min-height: 120px;
    resize: vertical;
}
.hbc-lead-modal-body label {
    font-size: 12px;
    font-weight: 800;
    color: #6b7280;
    margin-bottom: 6px;
    display: block;
}
.hbc-lead-modal-body .hbc-btn, .hbc-lead-modal-body .hbc-lead-submit, .hbc-lead-modal-body .wpforms-submit, .hbc-lead-modal-body button, .hbc-lead-modal-body input[type="submit"] {
    min-height: 50px;
    border: 1px solid #c9a646;
    border-radius: 14px;
    background: linear-gradient(180deg, #e0b44b 0%, #c9941c 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(201,148,28,.22);
}
.hbc-lead-modal-body .hbc-box h2 {
    display: none !important;
}
body.page .hbc-reviews-hub {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 20px 90px;
    position: relative;
}
body.page .hbc-reviews-hub::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1120px, 92%);
    height: 220px;
    border-radius: 36px;
    background: radial-gradient(circle at center, rgba(212,175,55,.18) 0%, rgba(212,175,55,.08) 28%, rgba(212,175,55,0) 68%);
    pointer-events: none;
    z-index: 0;
}
body.page .hbc-reviews-hub > * {
    position: relative;
    z-index: 1;
}
body.page .hbc-reviews-hub-head {
    text-align: center;
    margin-bottom: 30px;
}
body.page .hbc-reviews-hub-head h1 {
    margin: 0 0 12px;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}
body.page .hbc-reviews-hub-head p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.8;
    color: #64748b;
}
body.page .hbc-reviews-hub-topbox {
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.98) 100%);
    border: 1px solid rgba(201,210,224,.75);
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(15,23,42,.08),
        0 2px 0 rgba(255,255,255,.85) inset;
    padding: 26px;
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
}
body.page .hbc-reviews-hub-topbox::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(212,175,55,0) 0%, rgba(212,175,55,.55) 50%, rgba(212,175,55,0) 100%);
    top: 0;
}
body.page .hbc-reviews-hub-form label {
    display: block;
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}
body.page .hbc-reviews-hub-actions {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 14px;
    align-items: center;
}
body.page .hbc-reviews-hub-actions select {
    width: 100%;
    min-height: 62px;
    border: 1px solid #cfd8e3;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
    box-shadow: 0 1px 0 rgba(255,255,255,.95) inset,
        0 10px 24px rgba(15,23,42,.04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.page .hbc-reviews-hub-actions select:hover {
    border-color: #b9c7d8;
}
body.page .hbc-reviews-hub-actions select:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212,175,55,.14),
        0 10px 24px rgba(15,23,42,.05);
}
body.page .hbc-reviews-hub-btn {
    min-height: 62px;
    border: 1px solid #0b2348;
    border-radius: 20px;
    background: linear-gradient(180deg, #0f2142 0%, #0b1730 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(8,23,56,.24),
        inset 0 1px 0 rgba(255,255,255,.16);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
body.page .hbc-reviews-hub-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(8,23,56,.28),
        inset 0 1px 0 rgba(255,255,255,.18);
    filter: brightness(1.03);
}
body.page .hbc-reviews-hub-list-wrap {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,251,253,.98) 100%);
    border: 1px solid rgba(201,210,224,.75);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(15,23,42,.08),
        0 2px 0 rgba(255,255,255,.86) inset;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
body.page .hbc-reviews-hub-list-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: linear-gradient(90deg, rgba(212,175,55,0) 0%, rgba(212,175,55,.72) 50%, rgba(212,175,55,0) 100%);
    opacity: .9;
}
body.page .hbc-reviews-hub-list-wrap h2 {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}
body.page .hbc-reviews-hub-list {
    display: grid;
    gap: 18px;
}
body.page .hbc-reviews-hub-card {
    position: relative;
    border: 1px solid #d8e0ea;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 22px 22px 20px;
    box-shadow: 0 10px 28px rgba(15,23,42,.05),
        0 1px 0 rgba(255,255,255,.9) inset;
    transition: transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}
body.page .hbc-reviews-hub-card:hover {
    transform: translateY(-3px);
    border-color: #c8d3e0;
    box-shadow: 0 18px 42px rgba(15,23,42,.09),
        0 1px 0 rgba(255,255,255,.95) inset;
}
body.page .hbc-reviews-hub-card::after {
    content: "";
    position: absolute;
    inset: auto 24px 0 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(15,23,42,0) 0%, rgba(212,175,55,.22) 50%, rgba(15,23,42,0) 100%);
    pointer-events: none;
}
body.page .hbc-reviews-hub-card-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}
body.page .hbc-reviews-hub-score {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    flex: 0 0 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0f2142 0%, #0a1732 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(10,23,50,.22),
        inset 0 1px 0 rgba(255,255,255,.14);
}
body.page .hbc-reviews-hub-title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
    color: #0f172a;
}
body.page .hbc-reviews-hub-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color .18s ease;
}
body.page .hbc-reviews-hub-title a:hover {
    color: #0b4ea2;
}
body.page .hbc-reviews-hub-submeta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    font-size: 13px;
    color: #64748b;
}
body.page .hbc-reviews-hub-submeta > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-weight: 700;
}
body.page .hbc-reviews-hub-label {
    background: #eef4ff !important;
    border-color: #cfe0ff !important;
    color: #0f172a !important;
    font-weight: 900 !important;
}
body.page .hbc-reviews-hub-submeta .is-verified {
    background: #ecfdf5 !important;
    border-color: #bbf7d0 !important;
    color: #15803d !important;
    font-weight: 900 !important;
}
body.page .hbc-reviews-hub-content {
    margin-top: 4px;
    color: #334155;
    font-size: 16px;
    line-height: 1.95;
}
body.page .hbc-reviews-hub-content p {
    margin: 0;
}
body.page .hbc-reviews-hub-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
}
body.page .hbc-reviews-hub-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #d5dde7;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all .18s ease;
}
body.page .hbc-reviews-hub-link:hover {
    border-color: #b8c6d7;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15,23,42,.06);
}
body.page .hbc-reviews-hub-link.is-primary {
    border-color: #d7c07a;
    background: linear-gradient(180deg, rgba(255,250,232,1) 0%, rgba(250,241,212,1) 100%);
    color: #6f5210;
    box-shadow: 0 8px 18px rgba(212,175,55,.10);
}
body.page .hbc-reviews-hub-empty {
    padding: 20px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px dashed #d6dee8;
    color: #64748b;
    font-size: 16px;
    text-align: center;
}
.hbc-reviews-hub-loadmore-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}
.hbc-reviews-hub-loadmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid #d7c07a;
    border-radius: 999px;
    background: linear-gradient(180deg, #fffaf0 0%, #f6ead0 100%);
    color: #6f5210;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(212,175,55,.14),
        inset 0 1px 0 rgba(255,255,255,.85);
    transition: transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        filter .18s ease;
}
.hbc-reviews-hub-loadmore:hover {
    transform: translateY(-2px);
    border-color: #cfae4d;
    box-shadow: 0 14px 30px rgba(212,175,55,.18),
        inset 0 1px 0 rgba(255,255,255,.95);
    filter: brightness(1.02);
}
.hbc-reviews-hub-loadmore:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(212,175,55,.12),
        inset 0 1px 0 rgba(255,255,255,.8);
}
.hbc-reviews-hub-loadmore:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(212,175,55,.16),
        0 12px 26px rgba(212,175,55,.16);
}
.hbc-reviews-hub-author {
    margin: 6px 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
}
#hbcRecentlyViewedSection[style*="display:none"] + .hbc-featured-halls, #hbcRecentlyViewedSection[style*="display:none"] + .hbc-featured-halls {
    margin-top: -6px;
}
.hbc-reviews-hub {
    position: relative;
    isolation: isolate;
}
.hbc-reviews-hub-topbox {
    position: relative;
    z-index: 30 !important;
    overflow: visible !important;
}
.hbc-reviews-hub-list-wrap {
    position: relative;
    z-index: 1 !important;
    overflow: visible !important;
}
.hbc-reviews-hub-actions {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.hbc-reviews-hall-autocomplete {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 50 !important;
}
.hbc-reviews-hall-search-input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #cfd8e3;
    border-radius: 12px 0 0 12px;
    border-left: none;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    direction: rtl;
    outline: none;
    box-shadow: none;
}
.hbc-reviews-hall-search-input::placeholder {
    color: #94a3b8;
}
.hbc-reviews-hub-btn {
    height: 48px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0 12px 12px 0;
    min-width: 150px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hbc-reviews-hall-results {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 9999 !important;
    background: #fff;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12),
        0 4px 14px rgba(15, 23, 42, 0.08);
    max-height: 260px;
    overflow-y: auto;
    padding: 6px;
}
.hbc-reviews-hall-results[hidden] {
    display: none !important;
}
.hbc-reviews-hall-result {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    text-align: right;
    direction: rtl;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.hbc-reviews-hall-result:focus, .hbc-reviews-hall-result:hover {
    background: #f8fafc;
    color: #183153;
}
.hbc-reviews-hall-result + .hbc-reviews-hall-result {
    margin-top: 3px;
}
.hbc-reviews-hall-result.is-empty {
    background: transparent;
    color: #64748b;
    cursor: default;
}
.hbc-review-form-modal-head button {
    box-shadow: none;
    outline: none;
    width: 44px;
    height: 44px;
    background: #eef2f7;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    border: 0;
    border-radius: 14px;
    transition: background .15s ease, color .15s ease;
}
.hbc-review-form-modal-head button:active, .hbc-review-form-modal-head button:focus, .hbc-review-form-modal-head button:focus-visible, .hbc-review-form-modal-head button:hover {
    box-shadow: none;
    outline: none;
    background: #cbd5e1;
    color: #0f172a;
}
.hbc-badge {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: rgba(17,24,39,.82);
}
.hbc-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hbc-feature {
    line-height: 1.2;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f6fa;
    border: 1px solid #e3ebf3;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}
.hbc-btn {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    transition: .2s ease;
}
.hbc-sticky-tabs {
    position: sticky;
    top: 80px;
    z-index: 80;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0 0 18px;
}
.hbc-sticky-tabs-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: transparent;
    border-bottom: 1px solid #dbe3ee;
    height: 54px;
    padding: 0;
}
.hbc-sticky-tab {
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #243b5e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.hbc-sticky-tab:hover {
    background: rgba(15,23,42,.045);
    color: #111827;
}
.hbc-sticky-tab.is-active {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}
.hbc-sticky-tab.is-active::after {
    display: none;
}
.hbc-single-page form.hbc-lead-form .hbc-lead-submit {
    margin-bottom: 32px;
}
.hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit input[type="submit"] {
    min-height: 46px;
    padding: 0 34px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}
.hbc-info-item a, .hbc-info-item a:active, .hbc-info-item a:focus, .hbc-info-item a:hover, .hbc-info-item a:visited {
    color: #475569 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.hbc-previous-reviews-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100001 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    direction: rtl !important;
}
.hbc-previous-reviews-modal[hidden] {
    display: none !important;
}
.hbc-previous-reviews-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, .58) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}
.hbc-previous-reviews-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(760px, 100%) !important;
    max-height: min(86vh, 900px) !important;
    overflow: auto !important;
    background: #fff !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 80px rgba(15,23,42,.24) !important;
    padding: 28px 24px 22px !important;
    direction: rtl !important;
}
.hbc-previous-reviews-close {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.hbc-previous-reviews-head {
    padding-left: 34px !important;
    margin-bottom: 20px !important;
}
.hbc-previous-reviews-head h3 {
    margin: 0 0 8px !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: #0f172a !important;
}
.hbc-previous-reviews-head p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #475569 !important;
}
.hbc-current-review-box {
    margin-bottom: 18px !important;
}
.hbc-current-review-box-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 10px !important;
}
.hbc-current-review-box-head h4 {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
}
.hbc-current-review-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 32px !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    color: #1d4ed8 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}
.hbc-previous-review-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    padding: 16px !important;
    box-shadow: 0 8px 24px rgba(15,23,42,.04) !important;
}
.hbc-previous-review-card-current {
    border-color: #bfdbfe !important;
    box-shadow: 0 10px 30px rgba(37,99,235,.08) !important;
    background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
.hbc-previous-review-top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-bottom: 10px !important;
}
.hbc-previous-review-score {
    flex: 0 0 auto !important;
    min-width: 78px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg,#1e3a8a 0%, #2563eb 100%) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
.hbc-previous-review-meta {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    color: #475569 !important;
    font-size: 14px !important;
}
.hbc-previous-review-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
}
.hbc-previous-reviews-footer {
    margin-top: 18px !important;
    display: flex !important;
    justify-content: flex-start !important;
}
.hbc-previous-reviews-footer-close {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 12px !important;
    border: 1px solid #dbe4ee !important;
    background: #fff !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}
body.hbc-previous-reviews-open, html.hbc-previous-reviews-open {
    overflow: hidden !important;
    height: 100% !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn[data-score="10"] {
    background: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn[data-score="9"] {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #fff !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn[data-score="8"] {
    background: #facc15 !important;
    border-color: #facc15 !important;
    color: #111827 !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn[data-score="7"] {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #111827 !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn[data-score="6"] {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #fff !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn.is-active {
    opacity: 1 !important;
    transform: translateY(-2px) scale(1.05) !important;
    border-width: 3px !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.28) !important;
    outline: 3px solid rgba(15,23,42,.16) !important;
    outline-offset: 2px !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn.is-active::after {
    content: "✓";
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: -8px !important;
    left: -8px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #0f172a !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(15,23,42,.25) !important;
}
body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn {
    opacity: .62 !important;
    border-width: 2px !important;
    box-shadow: none !important;
    font-weight: 900 !important;
    transition: all .18s ease !important;
    position: relative !important;
}
body .hbc-review-form-modal #hbcReviewScoreHelp, body .hbc-review-form-modal .hbc-review-score-help {
    margin-top: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: center !important;
}
.hbc-single-thumbs-wrap {
    margin-top: 14px;
    padding-inline: 44px;
    padding-bottom: 14px;
    position: relative !important;
    overflow: visible !important;
}
.hbc-single-media:not(.hbc-gallery-ready) .hbc-single-thumbs-wrap {
    visibility: hidden !important;
}
.hbc-single-thumbs {
    --thumb-size: 74px;
    --thumb-gap: 10px;
    display: grid;
    gap: var(--thumb-gap);
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 4px 0;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    scroll-behavior: auto !important;
    justify-content: start !important;
    --thumb-width: var(--thumb-size);
    --thumb-height: var(--thumb-size);
}
.hbc-single-thumb {
    border: 2px solid transparent !important;
    border-radius: 14px;
    background: #fff !important;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    outline: none !important;
    width: var(--thumb-width) !important;
    height: var(--thumb-height) !important;
    min-width: var(--thumb-width) !important;
    min-height: var(--thumb-height) !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.hbc-single-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
.hbc-single-thumbs-arrow:hover {
    box-shadow: 0 14px 28px rgba(15,23,42,.20);
    background: #ffffff;
    color: #0f172a;
    border: none;
    outline: none;
    top: 50% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    translate: none !important;
    margin: 0 !important;
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    z-index: 999 !important;
}
.hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field label {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    margin: 0 0 0px !important;
    padding-inline: 4px !important;
}
.hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input:not([type="hidden"]), .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field select, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea {
    font-size: 16px !important;
    font-weight: 500 !important;
}
@media (max-width:900px) {
    .hbc-contact-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width:1180px) {
    .hbc-layout, .hbc-single-top {
        grid-template-columns: 1fr;
    }
    .hbc-related-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:1000px) {
    .hbc-reviews-featured-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width:782px) {
    .hbc-single-rating-rich {
        align-items: flex-start;
    }
    .hbc-single-rating-actions {
        margin-right: 0;
        width: 100%;
    }
    .hbc-reviews-all-btn {
        width: 100%;
    }
    .hbc-reviews-modal-dialog {
        width: min(100% - 12px, 100%);
        max-height: 92vh;
        margin: 2vh auto;
        border-radius: 18px;
    }
    .hbc-reviews-modal-tools select {
        width: 100%;
        min-width: 0;
    }
    .hbc-reviews-modal-bar-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .hbc-reviews-modal-bar-value {
        text-align: right;
    }
    .hbc-review-form-modal-dialog {
        width: min(100% - 12px, 100%);
        max-height: 92vh;
        margin: 2vh auto;
        border-radius: 18px;
    }
    .hbc-review-form-optional-grid {
        grid-template-columns: 1fr;
    }
    .hbc-review-score-picker {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hbc-reviews-panel {
        inset: 0;
        width: 100%;
        min-width: 0;
        height: 100dvh;
        border-radius: 0;
    }
    .hbc-reviews-panel-head {
        padding: 18px 16px;
    }
    .hbc-reviews-panel-head h2 {
        font-size: 24px;
        line-height: 1.15;
    }
    .hbc-reviews-panel-summary {
        padding: 16px;
    }
    .hbc-reviews-panel-tools {
        padding: 12px 16px;
        flex-wrap: wrap;
    }
    .hbc-reviews-panel-tools select {
        width: 100%;
        min-width: 0;
    }
    .hbc-reviews-panel-list {
        padding: 16px;
    }
    .hbc-reviews-modal-summary-top {
        align-items: center;
    }
    .hbc-reviews-modal-summary-score {
        min-width: 58px;
        height: 58px;
        font-size: 24px;
        border-radius: 16px;
    }
    .hbc-reviews-modal-summary-text strong {
        font-size: 20px;
    }
}
@media (min-width:1200px) {
    .hbc-feature {
        font-size: 15px;
        padding: 9px 16px;
    }
}
@media (max-width:1024px) {
    .hbc-faq-box {
        padding: 26px 22px;
    }
    .hbc-faq-box h2 {
        font-size: 26px;
    }
    .hbc-faq-question {
        font-size: 15px;
        padding: 16px 16px;
    }
}
@media (max-width:980px) {
    .hbc-booking-heading {
        width: 100%;
        margin: 0 0 14px;
    }
    .hbc-features-strip-wrap {
        width: 100%;
        margin: 16px 0 24px;
    }
    .hbc-features-strip {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .hbc-single-rating.hbc-single-rating-rich {
        grid-template-columns: 64px 1fr;
    }
    .hbc-single-rating-score {
        width: 64px;
        height: 64px;
        font-size: 24px;
        border-radius: 16px;
    }
    .hbc-summary-amenities-box {
        grid-template-columns: 1fr;
    }
    .hbc-rating-map-wrap {
        grid-template-columns: 1fr;
    }
    .hbc-rating-map {
        min-height: 130px;
    }
}
@media (max-width:480px) {
    .hbc-features-strip {
        grid-template-columns: 1fr;
    }
}
@media (max-width:640px) {
    .hbc-single-rating.hbc-single-rating-rich {
        padding: 14px;
        gap: 10px;
    }
    .hbc-single-rating-text strong {
        font-size: 18px;
    }
    .hbc-summary-amenities-box {
        padding: 14px;
        gap: 14px;
    }
}
@media (max-width:390px) {
    .hbc-mobile-quick-actions {
        grid-template-columns: 1fr 1.38fr 1fr;
        margin: 12px 6px 14px;
    }
    .hbc-mobile-quick-action {
        min-height: 44px;
        padding: 0 6px;
        gap: 4px;
        font-size: 13px;
    }
    .hbc-mobile-quick-action-review {
        font-size: 13px;
        padding-inline: 4px;
    }
    .hbc-mobile-quick-action-icon {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }
    .hbc-mobile-quick-action-icon svg {
        width: 16px;
        height: 16px;
    }
}
@media (max-width:360px) {
    .hbc-mobile-quick-actions {
        grid-template-columns: 1fr 1.34fr 1fr;
        margin: 10px 6px 14px;
    }
    .hbc-mobile-quick-action {
        min-height: 42px;
        padding: 0 5px;
        gap: 4px;
        font-size: 12px;
    }
    .hbc-mobile-quick-action-review {
        font-size: 12px;
        padding-inline: 3px;
    }
    .hbc-mobile-quick-action-icon {
        width: 15px;
        height: 15px;
        flex: 0 0 15px;
    }
    .hbc-mobile-quick-action-icon svg {
        width: 15px;
        height: 15px;
    }
}
.hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit {
    grid-column: 1 / -1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 14px !important;
}
.hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit .hbc-btn-primary, .hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit button[type="submit"] {
    margin: 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit button {
    min-height: 46px;
    padding: 0 34px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.hbc-single-thumbs-arrow {
    top: 50% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
    animation: none !important;
    position: absolute;
    cursor: pointer;
    line-height: 1 !important;
    z-index: 20 !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 76px !important;
    min-height: 76px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.97) !important;
    color: #0f172a !important;
    border: 1px solid #dbe3ef !important;
    box-shadow: 0 7px 18px rgba(15,23,42,.16) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    opacity: .98 !important;
    outline: none !important;
}
.hbc-single-thumbs-arrow:active, .hbc-single-thumbs-arrow:focus {
    top: 50% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
    animation: none !important;
    z-index: 999 !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 76px !important;
    min-height: 76px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.97) !important;
    color: #0f172a !important;
    border: 1px solid #dbe3ef !important;
    box-shadow: 0 7px 18px rgba(15,23,42,.16) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    opacity: .98 !important;
    outline: none !important;
}
.hbc-single-thumbs-arrow:focus-visible {
    width: 32px !important;
    min-width: 32px !important;
    height: 76px !important;
    min-height: 76px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.97) !important;
    color: #0f172a !important;
    border: 1px solid #dbe3ef !important;
    box-shadow: 0 7px 18px rgba(15,23,42,.16) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    opacity: .98 !important;
    outline: none !important;
}
.hbc-single-thumbs-arrow.prev::before, .hbc-single-thumbs-arrow.prev:active::before, .hbc-single-thumbs-arrow.prev:focus-visible::before, .hbc-single-thumbs-arrow.prev:focus::before {
    content: "›" !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
.hbc-single-thumbs-arrow.next::before, .hbc-single-thumbs-arrow.next:active::before, .hbc-single-thumbs-arrow.next:focus-visible::before, .hbc-single-thumbs-arrow.next:focus::before {
    content: "‹" !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
@media (min-width:768px) {
    .hbc-single-page .hbc-box form.hbc-lead-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px 12px;
        align-items: end;
    }
    .hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-submit {
        grid-column: 1 / -1;
        justify-content: flex-start;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .hbc-single-page .hbc-box form.hbc-lead-form .hbc-lead-note {
        grid-column: 1 / -1;
    }
    .hbc-side-col .hbc-box:has(.hbc-side-links), .hbc-side-col .hbc-mobile-map-accordion {
        display: none !important;
    }
    .hbc-single-rating.hbc-single-rating-rich {
        position: relative;
        overflow: hidden;
    }
    .hbc-single-rating.hbc-single-rating-rich::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 18% 18%, rgba(37,99,235,.10), transparent 34%),
            linear-gradient(180deg, rgba(248,250,252,.95), rgba(255,255,255,.85));
        pointer-events: none;
    }
    .hbc-single-rating-score {
        position: relative;
        z-index: 1;
        width: 54px;
        height: 54px;
        min-width: 54px;
        border-radius: 15px;
        font-size: 24px;
        font-weight: 900;
        background: linear-gradient(135deg, #0b1730 0%, #1d4ed8 100%);
        box-shadow: 0 12px 24px rgba(29,78,216,.24),
        inset 0 1px 0 rgba(255,255,255,.20);
    }
    .hbc-single-rating-text {
        position: relative;
        z-index: 1;
        text-align: right;
        gap: 5px;
    }
    .hbc-single-rating-text strong {
        font-size: 24px;
        font-weight: 900;
        color: #0f172a;
        line-height: 1.1;
    }
    .hbc-single-rating-text span {
        font-size: 14px;
        font-weight: 700;
        color: #64748b;
    }
    .hbc-single-rating-actions {
        position: relative;
        z-index: 1;
        margin-top: 12px !important;
        justify-content: center;
        gap: 8px;
    }
    .hbc-single-rating-actions .hbc-rating-open-btn {
        min-height: 40px !important;
        padding: 0 16px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        background: #fff !important;
        color: #0f172a !important;
        border: 1px solid #dbe4ee !important;
        box-shadow: 0 8px 18px rgba(15,23,42,.07) !important;
    }
    .hbc-single-rating-actions .hbc-rating-open-btn:hover {
        background: #f8fafc !important;
        color: #1d4ed8 !important;
        border-color: #c7d7ee !important;
        transform: translateY(-1px);
    }
    .hbc-summary-amenities-wrap {
        position: relative;
        overflow: hidden;
        margin-top: 0;
        padding: 14px 16px 16px;
        border-radius: 0 0 24px 24px;
        background: radial-gradient(circle at 18% 12%, rgba(37,99,235,.12), transparent 38%),
            linear-gradient(180deg, rgba(248,250,252,.96), rgba(255,255,255,.88));
    }
    .hbc-summary-amenities-wrap > * {
        position: relative;
        z-index: 1;
    }
    .hbc-single-thumbs {
        overflow: hidden !important;
        overflow-x: hidden !important;
    }
    .hbc-single-thumbs-arrow, .hbc-single-thumbs-arrow:active, .hbc-single-thumbs-arrow:focus, .hbc-single-thumbs-arrow:hover {
        top: 50% !important;
        transform: translateY(-50%) !important;
        translate: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box {
        position: relative !important;
        background: radial-gradient(circle at top right, rgba(31, 59, 99, .07) 0%, rgba(31, 59, 99, 0) 42%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
        border-color: #dfe7f2 !important;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .08),
            inset 0 1px 0 rgba(255, 255, 255, .9) !important;
        overflow: hidden !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        right: 24px !important;
        left: 24px !important;
        height: 3px !important;
        border-radius: 0 0 999px 999px !important;
        background: linear-gradient(90deg, #d6a13d 0%, #1f3b63 100%) !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box h2 {
        color: #172033 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field label {
        color: #475569 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input:not([type="hidden"]), .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field select, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea {
        background: rgba(255, 255, 255, .92) !important;
        border-color: #dbe4ee !important;
        color: #1f2937 !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .035),
            inset 0 1px 0 rgba(255, 255, 255, .9) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input::placeholder, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea::placeholder {
        color: #9aa3b2 !important;
        opacity: 1 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input:not([type="hidden"]):focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field select:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea:focus {
        background: #ffffff !important;
        border-color: #1f3b63 !important;
        box-shadow: 0 0 0 3px rgba(31, 59, 99, .12),
            0 10px 22px rgba(15, 23, 42, .06) !important;
        outline: none !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form button[type="submit"], .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form input[type="submit"], .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit button, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit input[type="submit"] {
        background: linear-gradient(180deg, #1f3b63 0%, #152b4a 100%) !important;
        color: #ffffff !important;
        border-color: rgba(255, 255, 255, .12) !important;
        box-shadow: 0 10px 22px rgba(21, 43, 74, .22) !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form button[type="submit"]:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form button[type="submit"]:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form input[type="submit"]:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form input[type="submit"]:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit button:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit button:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit input[type="submit"]:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit input[type="submit"]:hover {
        background: linear-gradient(180deg, #1f3b63 0%, #152b4a 100%) !important;
        color: #ffffff !important;
        transform: none !important;
        box-shadow: 0 12px 26px rgba(21, 43, 74, .26) !important;
    }
    .hbc-single-thumbs-arrow.prev {
        left: 5px !important;
    }
    .hbc-single-thumbs-arrow.next {
        right: 5px !important;
    }
    .hbc-single-thumbs-wrap {
        position: relative !important;
        overflow: visible !important;
    }
    .hbc-single-thumbs-arrow, .hbc-single-thumbs-arrow:hover, .hbc-single-thumbs-arrow:focus, .hbc-single-thumbs-arrow:active, .hbc-single-thumbs-arrow:focus-visible {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        translate: none !important;
        margin: 0 !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 76px !important;
        min-height: 76px !important;
        max-height: 76px !important;
        border-radius: 16px !important;
        background: rgba(255,255,255,.97) !important;
        color: #0f172a !important;
        border: 1px solid #dbe3ef !important;
        box-shadow: 0 7px 18px rgba(15,23,42,.16) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        font-size: 0 !important;
        line-height: 1 !important;
        opacity: .98 !important;
        outline: none !important;
        transition: none !important;
        animation: none !important;
    }
    .hbc-single-thumbs-arrow.prev, .hbc-single-thumbs-arrow.prev:hover, .hbc-single-thumbs-arrow.prev:focus, .hbc-single-thumbs-arrow.prev:active, .hbc-single-thumbs-arrow.prev:focus-visible {
        left: 5px !important;
        right: auto !important;
    }
    .hbc-single-thumbs-arrow.next, .hbc-single-thumbs-arrow.next:hover, .hbc-single-thumbs-arrow.next:focus, .hbc-single-thumbs-arrow.next:active, .hbc-single-thumbs-arrow.next:focus-visible {
        right: 5px !important;
        left: auto !important;
    }
}
#hbcAbout.hbc-box {
    position: relative;
    overflow: hidden;
}
#hbcAbout.hbc-box h2 {
    position: relative;
    display: block;
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    color: #162033 !important;
    letter-spacing: -0.3px;
}
#hbcAbout.hbc-box h2::before, #hbcAbout.hbc-box h2::after {
    display: none !important;
    content: none !important;
}
#hbcAbout.hbc-box p {
    margin: 0 !important;
    max-width: 92%;
    font-size: 16px !important;
    line-height: 1.95 !important;
    font-weight: 500 !important;
    color: #475569 !important;
    text-align: right !important;
}
@media (max-width:767px) {
    .hbc-breadcrumbs {
        margin-bottom: 14px;
        padding: 10px 14px;
        border-radius: 14px;
    }
    .hbc-breadcrumbs a, .hbc-breadcrumbs span {
        font-size: 13px;
    }
    .hbc-breadcrumbs a + a::before, .hbc-breadcrumbs a + span::before, .hbc-breadcrumbs span::before {
        margin: 0 6px;
    }
    .hbc-faq-box {
        padding: 22px 16px;
        border-radius: 20px;
    }
    .hbc-faq-box h2 {
        margin-bottom: 16px;
        font-size: 23px;
        line-height: 1.3;
    }
    .hbc-faq-columns {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .hbc-faq-col {
        gap: 12px;
    }
    .hbc-faq-item {
        border-radius: 14px;
    }
    .hbc-faq-question::before {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        font-size: 18px;
    }
    .hbc-faq-question {
        padding: 15px 14px;
        line-height: 1.55;
        gap: 12px;
        font-size: 17px;
        font-weight: 600;
    }
    .hbc-faq-answer {
        padding: 0 14px 15px;
        line-height: 1.8;
        font-size: 15px;
    }
    .hbc-gallery-tabs .hbc-gallery-tab, .hbc-gallery-tabs button.hbc-gallery-tab, button.hbc-gallery-tab {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 13px;
        font-weight: 700;
    }
    .hbc-review-verify-form input[type="text"] {
        min-height: 50px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .hbc-single-rating-rich::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0px;
        height: 2px;
        background: #bfc9d6;
    }
    .hbc-single-rating-text {
        gap: 2;
        align-items: center;
        text-align: center;
    }
    .hbc-single-rating-text span {
        text-align: center;
    }
    .hbc-feature-card {
        width: 100%;
        min-height: auto;
    }
    .hbc-side-col .hbc-box.hbc-accordion-box {
        padding: 0 !important;
        overflow: hidden;
    }
    .hbc-side-col .hbc-box.hbc-accordion-box .hbc-side-card-title {
        margin: 0 !important;
    }
    .hbc-side-col .hbc-accordion-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 20px;
        background: transparent;
        border: 0;
        cursor: pointer;
        text-align: right;
        font: inherit;
        color: inherit;
    }
    .hbc-side-col .hbc-accordion-toggle .hbc-accordion-title {
        font: inherit;
        font-weight: 600;
        color: inherit;
    }
    .hbc-side-col .hbc-accordion-toggle .hbc-accordion-icon {
        flex: 0 0 auto;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        color: #1f2937;
        transition: transform .25s ease;
    }
    .hbc-side-col .hbc-accordion-box.is-open .hbc-accordion-toggle .hbc-accordion-icon {
        transform: rotate(45deg);
    }
    .hbc-side-col .hbc-accordion-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .32s ease;
    }
    .hbc-side-col .hbc-accordion-panel-inner {
        padding: 0 20px 20px;
    }
    .hbc-summary-amenities-wrap {
        margin-top: 10px;
        padding-inline: 14px;
    }
    .hbc-summary-amenities-box {
        margin-top: 0 !important;
        padding-top: 8px;
    }
    .hbc-lead-modal {
        padding: 10px;
        align-items: flex-end;
    }
    .hbc-lead-modal-dialog {
        width: 100%;
        max-height: calc(100vh - 12px);
        border-radius: 24px 24px 0 0;
        padding: 22px 16px 18px;
    }
    .hbc-lead-modal-title {
        font-size: 24px;
    }
    .hbc-lead-modal-close {
        top: 10px;
        left: 10px;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }
    .hbc-lead-modal-head {
        padding-left: 40px;
    }
    .hbc-btn {
        width: 100%;
    }
    .hbc-sticky-tabs {
        display: none;
    }
    .hbc-single-page {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding: 16px 0 40px;
    }
    .hbc-single-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }
    .hbc-single-title {
        font-size: 30px;
    }
    .hbc-contact-grid, .hbc-info-list, .hbc-related-grid, .hbc-single-meta {
        grid-template-columns: 1fr;
    }
    .hbc-box {
        padding: 20px;
    }
    .hbc-box h2 {
        font-size: 24px;
    }
    .hbc-video-wrap iframe {
        height: 240px;
    }
    .hbc-article-single-bottom .hbc-btn {
        width: 100%;
    }
    .hbc-review-score {
        min-width: 54px;
        height: 36px;
        padding: 0 12px;
        font-size: 16px;
        border-radius: 10px;
    }
    .hbc-reviews-all-btn {
        width: 100%;
    }
    #hbcReviewVerifyStep .hbc-review-resend-form > .hbc-review-resend-btn {
        max-width: 100%;
    }
    .hbc-review-form-modal {
        min-width: 0;
        max-width: 100%;
        padding: 12px;
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        overflow: hidden;
        box-sizing: border-box;
    }
    .hbc-review-form-modal-head button {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        border: none;
        border-radius: 18px;
        background: #eef2f7;
        color: #0f172a;
        font-size: 28px;
        line-height: 1;
        box-shadow: none;
    }
    .hbc-review-cancel-form, .hbc-review-form-field-full, .hbc-review-resend-form, .hbc-review-verify-form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .hbc-review-verify-box h3 {
        display: block;
        margin: 0 0 8px;
        font-size: 15px;
        font-weight: 800;
        color: #0f172a;
    }
    .hbc-review-verify-box p {
        margin: 0 0 14px;
        font-size: 15px;
        line-height: 1.7;
        color: #64748b;
    }
    .hbc-review-form-field input, .hbc-review-form-field select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-width: 0;
        border: 1px solid #d9e2ec;
        border-radius: 20px;
        background: #fff;
        color: #0f172a;
        font-size: 16px !important;
        font-weight: 700;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
        -webkit-appearance: none;
        appearance: none;
        min-height: 58px;
        padding: 0 18px;
    }
    .hbc-review-form-field textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-width: 0;
        border: 1px solid #d9e2ec;
        border-radius: 20px;
        background: #fff;
        color: #0f172a;
        font-size: 16px !important;
        font-weight: 700;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
        -webkit-appearance: none;
        appearance: none;
        min-height: 132px;
        padding: 16px 18px;
        resize: vertical;
    }
    .hbc-review-form-field input::placeholder, .hbc-review-form-field textarea::placeholder {
        color: #9aa7b8;
        font-weight: 600;
        font-size: 16px;
    }
    .hbc-review-score-btn.is-active {
        border-color: #d3ad43;
        background: linear-gradient(180deg,#f9edc5 0%, #e8cb78 45%, #c9961a 100%);
        color: #162033;
        box-shadow: 0 14px 28px rgba(185,136,26,.24);
    }
    .hbc-review-verify-form > button[type="submit"] {
        max-width: 100%;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px !important;
        margin-top: 14px !important;
        padding: 0 18px !important;
        border: 1px solid #d3b063 !important;
        border-radius: 22px !important;
        background: linear-gradient(180deg,#faefc9 0%, #e8cb78 45%, #c9961a 100%) !important;
        color: #162033 !important;
        font-size: 17px !important;
        font-weight: 900 !important;
        text-shadow: 0 1px 0 rgba(255,255,255,.22);
        box-shadow: 0 16px 32px rgba(180,132,25,.24),
            inset 0 1px 0 rgba(255,255,255,.7) !important;
    }
    .hbc-review-verify-box {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-bottom: 18px;
    }
    #hbcReviewVerifyStep .hbc-review-resend-form {
        margin-top: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    #hbcReviewVerifyStep .hbc-review-resend-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-height: 42px !important;
        padding: 10px 16px !important;
        border: 1px solid #d9e2ec !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #334155 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        box-shadow: 0 8px 18px rgba(15,23,42,.06) !important;
    }
    #hbcReviewVerifyStep .hbc-review-resend-btn::before {
        content: "↻";
        margin-left: 6px;
        font-size: 12px;
    }
    #hbcReviewVerifyStep .hbc-review-resend-form::after {
        content: "לא קיבלתם? אפשר לשלוח קוד חדש למייל";
        display: block;
        text-align: center;
        color: #94a3b8;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
    }
    #hbcReviewVerifyStep .hbc-review-cancel-form {
        display: flex;
        justify-content: center;
        margin-top: 2px;
    }
    #hbcReviewVerifyStep .hbc-review-cancel-btn {
        max-width: 100%;
        width: auto !important;
        min-height: 38px !important;
        padding: 8px 12px !important;
        border: none !important;
        background: transparent !important;
        color: #94a3b8 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }
    #hbcReviewVerifyStep .hbc-review-cancel-btn:active, #hbcReviewVerifyStep .hbc-review-cancel-btn:hover {
        color: #dc2626 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
        text-decoration: underline !important;
    }
    .hbc-review-form-optional .hbc-review-form-field {
        margin: 0;
    }
    .hbc-review-form-optional .hbc-review-form-field label {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 800;
        color: #334155;
        line-height: 1.25;
    }
    .hbc-review-form-optional .hbc-review-form-field select {
        width: 100%;
        min-height: 52px;
        padding: 0 16px;
        border: 1px solid #d9e2ec;
        border-radius: 18px;
        background: #fff;
        color: #0f172a;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0 6px 14px rgba(15,23,42,.04);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
            linear-gradient(135deg, #64748b 50%, transparent 50%);
        background-position: calc(16px) calc(50% - 3px),
            calc(10px) calc(50% - 3px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
        padding-left: 28px;
    }
    .hbc-review-form-optional .hbc-review-form-field select:focus {
        outline: none;
        border-color: #c7d2e0;
        box-shadow: 0 0 0 3px rgba(37,99,235,.08),
            0 8px 18px rgba(15,23,42,.05);
    }
    .hbc-gallery-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 10px 12px 6px;
        scrollbar-width: none;
    }
    .hbc-gallery-tabs::-webkit-scrollbar {
        display: none;
    }
    .hbc-gallery-tabs a, .hbc-gallery-tabs button {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 8px 14px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        color: #0f172a;
        transition: all .2s ease;
    }
    .hbc-gallery-tabs .active {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb;
        box-shadow: 0 6px 14px rgba(37,99,235,.25);
    }
    .hbc-single-rating {
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: 1;
    }
    .hbc-single-rating-rich {
        border-right: none !important;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 18px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: 1;
    }
    .hbc-rating-map {
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: 2;
        min-height: 140px;
    }
    .hbc-rating-map-wrap {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
        min-width: 0;
    }
    .hbc-rating-map-wrap > * {
        min-width: 0;
    }
    .hbc-single-rating-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .hbc-single-rating-actions .hbc-rating-open-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
    }
    .hbc-rating-map-wrap > .hbc-rating-map.hbc-rating-map-static {
        width: 80% !important;
        max-width: 80% !important;
        margin: 0px auto 0 !important;
        margin-bottom: 22px !important;
        display: block !important;
        height: auto !important;
        min-height: auto !important;
        overflow: hidden !important;
        border: 1px solid #e7ecf2 !important;
        border-radius: 12px !important;
        box-shadow: 0 1px 3px rgba(15,23,42,0.06) !important;
    }
    .hbc-map-side-card-inner {
        display: grid;
        grid-template-columns: 84px 1fr;
        height: 100%;
    }
    .hbc-map-side-card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .hbc-map-side-card-title {
        font-size: 18px;
        margin: 0 0 4px;
    }
    .hbc-map-side-card-guests, .hbc-map-side-card-location {
        margin: 0;
    }
    .hbc-map-side-card-link {
        align-self: flex-start;
        margin-top: 6px;
    }
    .hbc-map-side-card {
        top: auto !important;
        position: absolute;
        max-width: none;
        min-height: 86px;
        height: 86px;
        overflow: hidden;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 16px 16px 0 0;
    }
    .hbc-map-side-card-link-mobile-full {
        position: absolute;
        inset: 0;
        z-index: 5;
        font-size: 0;
        color: transparent;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .hbc-map-side-card-close {
        z-index: 8;
    }
    .hbc-map-side-card-body {
        padding: 8px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        position: relative;
        z-index: 2;
    }
    .hbc-map-side-card-thumb {
        width: 84px;
        height: 86px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .hbc-mobile-quick-actions {
        display: grid;
        grid-template-columns: 1fr 1.45fr 1fr;
        margin: 12px 8px 14px;
        background: #fff;
        border-top: 1px solid #e7ecf2;
        border-bottom: 1px solid #e7ecf2;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(15,23,42,.06);
    }
    .hbc-mobile-quick-action {
        appearance: none;
        -webkit-appearance: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 46px;
        padding: 0 8px;
        background: #fff;
        border: 0;
        text-decoration: none;
        color: #0f172a;
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
        transition: background .2s ease, color .2s ease;
        white-space: nowrap;
        min-width: 0;
    }
    .hbc-mobile-quick-action + .hbc-mobile-quick-action {
        border-right: 1px solid #e7ecf2;
    }
    .hbc-mobile-quick-action-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        line-height: 1;
    }
    .hbc-mobile-quick-action-icon svg {
        display: block;
        width: 18px;
        height: 18px;
    }
    .hbc-mobile-quick-action-icon-waze {
        color: #33b5e5;
    }
    .hbc-mobile-quick-action-text {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
    .hbc-mobile-quick-action-review {
        font-size: 14px;
        padding-inline: 6px;
    }
    .hbc-mobile-quick-action:active {
        background: #f8fafc;
    }
    .hbc-booking-top-actions {
        display: none;
    }
    .hbc-booking-heading-top {
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        align-items: start;
        column-gap: 10px;
        row-gap: 4px;
    }
    .hbc-booking-title {
        margin: 0;
        min-width: 0;
    }
    .hbc-booking-rating-mobile-score {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 8px;
        background: #1d4ed8;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 6px 16px rgba(29,78,216,.18);
    }
    .hbc-booking-rating-mobile-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        padding-top: 1px;
    }
    .hbc-booking-rating-mobile-text strong {
        display: block;
        font-size: 14px;
        font-weight: 900;
        color: #0f172a;
        line-height: 1.15;
        white-space: nowrap;
    }
    .hbc-booking-rating-mobile-text span {
        display: block;
        margin-top: 2px;
        font-size: 12px;
        color: #64748b;
        line-height: 1.15;
        white-space: nowrap;
    }
    .hbc-booking-rating-mobile.is-empty .hbc-booking-rating-mobile-score {
        background: #94a3b8;
    }
    .hbc-booking-rating-mobile {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        justify-self: start;
        text-align: left;
        direction: ltr;
        min-width: 0;
        margin: 0;
        position: relative;
        top: 10px;
    }
    .hbc-single-rating.hbc-single-rating-rich {
        gap: 0px;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: none !important;
    }
    .hbc-rating-map-wrap > .hbc-rating-map {
        margin-bottom: 0 !important;
    }
    .hbc-reviews-head {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .hbc-reviews-head-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
    .hbc-reviews-head-actions button {
        flex: 1;
    }
    body.page .hbc-reviews-hub {
        padding: 24px 14px 50px;
    }
    body.page .hbc-reviews-hub::before {
        width: 96%;
        height: 150px;
        top: 0;
        border-radius: 24px;
    }
    body.page .hbc-reviews-hub-head {
        margin-bottom: 20px;
    }
    body.page .hbc-reviews-hub-head h1 {
        font-size: 34px;
        line-height: 1.08;
    }
    body.page .hbc-reviews-hub-head p {
        font-size: 15px;
        line-height: 1.75;
    }
    body.page .hbc-reviews-hub-list-wrap, body.page .hbc-reviews-hub-topbox {
        border-radius: 24px;
        padding: 18px;
    }
    body.page .hbc-reviews-hub-actions {
        grid-template-columns: 1fr;
    }
    body.page .hbc-reviews-hub-actions select, body.page .hbc-reviews-hub-btn {
        min-height: 56px;
        border-radius: 16px;
    }
    body.page .hbc-reviews-hub-list-wrap h2 {
        font-size: 28px;
    }
    body.page .hbc-reviews-hub-card {
        border-radius: 22px;
        padding: 18px;
    }
    body.page .hbc-reviews-hub-card-top {
        align-items: center;
        gap: 12px;
    }
    body.page .hbc-reviews-hub-score {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        font-size: 24px;
        border-radius: 16px;
    }
    body.page .hbc-reviews-hub-title {
        font-size: 20px;
    }
    body.page .hbc-reviews-hub-content {
        font-size: 15px;
        line-height: 1.85;
    }
    body.page .hbc-reviews-hub-bottom {
        flex-direction: column;
    }
    body.page .hbc-reviews-hub-link {
        width: 100%;
    }
    .hbc-reviews-hub-loadmore {
        width: 100%;
        max-width: 100%;
    }
    .hbc-reviews-hub-actions {
        flex-direction: column;
        gap: 8px;
    }
    .hbc-reviews-hall-search-input {
        border-radius: 12px;
        border-left: 1px solid #cfd8e3;
    }
    .hbc-reviews-hub-btn {
        border-radius: 12px;
        width: 100%;
    }
    .hbc-single-summary .hbc-rating-map-wrap > .hbc-rating-map {
        display: none !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion {
        display: block !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-mobile-map-toggle {
        width: 100% !important;
        min-height: 56px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 18px !important;
        border: 0 !important;
        background: #fff !important;
        color: #111827 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-align: right !important;
        cursor: pointer !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-mobile-map-toggle::before {
        content: "+";
        font-size: 18px;
        font-weight: 500;
        color: #111827;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-mobile-map-content {
        display: block !important;
        padding: 0 16px 16px !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-rating-map {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 150px !important;
        min-height: 150px !important;
        margin: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        outline: 0 !important;
        border-radius: 16px !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-rating-map img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-rating-map-badge {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, 28px) !important;
        z-index: 5 !important;
        min-height: 34px !important;
        padding: 0 16px !important;
        border-radius: 999px !important;
        background: #2563eb !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
        box-shadow: 0 8px 20px rgba(37,99,235,.26) !important;
    }
    .hbc-side-col .hbc-mobile-map-accordion .hbc-rating-map-pin {
        display: block !important;
        z-index: 4 !important;
    }
    .hbc-single-summary .hbc-summary-amenities-wrap {
        margin-top: 14px !important;
        padding-inline: 14px !important;
    }
    .hbc-single-summary .hbc-summary-amenities-box-title {
        margin: 0 0 12px !important;
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: right !important;
    }
    .hbc-single-summary .hbc-summary-amenities-list {
        display: grid !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .hbc-single-summary .hbc-summary-amenities-list li {
        font-size: 13px !important;
        line-height: 1.35 !important;
        padding-right: 16px !important;
    }
    .hbc-single-summary .hbc-rating-map-wrap {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }
    .hbc-single-summary .hbc-rating-map-wrap::after, .hbc-single-summary .hbc-rating-map-wrap::before {
        display: none !important;
        content: none !important;
    }
    .hbc-single-summary {
        min-height: auto;
        padding: 20px;
        padding-top: 8px !important;
    }
    .hbc-single-page .hbc-layout {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 16px 0 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .hbc-single-page .hbc-side-col {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .hbc-single-page .hbc-main-col {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-box, .hbc-single-page .hbc-side-col > .hbc-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .hbc-single-page .hbc-box {
        padding: 20px !important;
        border-radius: 22px !important;
    }
    .hbc-single-page #hbcReviews.hbc-reviews-box {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 18px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 14px !important;
        margin: 0 0 16px !important;
        text-align: center !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head h2 {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        font-size: 22px !important;
        line-height: 1.35 !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head-actions {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-featured-grid {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    .hbc-single-page #hbcReviews .hbc-review-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 18px 16px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        text-align: right !important;
    }
    .hbc-single-page #hbcReviews .hbc-review-card * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .hbc-single-page #hbcReviews .hbc-review-card-score, .hbc-single-page #hbcReviews .hbc-review-score {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 58px !important;
        height: 38px !important;
        padding: 0 12px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
    .hbc-single-page #hbcFaq.hbc-box {
        margin-bottom: 18px !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head-actions a, .hbc-single-page #hbcReviews .hbc-reviews-head-actions button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 42px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: center !important;
        box-sizing: border-box !important;
        color: #111827 !important;
        border-color: #dbe3ee !important;
        background: #fff !important;
        box-shadow: none !important;
        outline: none !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head-actions a:active, .hbc-single-page #hbcReviews .hbc-reviews-head-actions a:focus, .hbc-single-page #hbcReviews .hbc-reviews-head-actions a:hover, .hbc-single-page #hbcReviews .hbc-reviews-head-actions button:active, .hbc-single-page #hbcReviews .hbc-reviews-head-actions button:focus, .hbc-single-page #hbcReviews .hbc-reviews-head-actions button:hover {
        color: #111827 !important;
        border-color: #dbe3ee !important;
        background: #fff !important;
        box-shadow: none !important;
        outline: none !important;
    }
    .hbc-single-page #hbcReviews .hbc-reviews-head-actions a[href*="review"], .hbc-single-page #hbcReviews .hbc-reviews-head-actions button[data-hbc-open-review-form-modal] {
        color: #111827 !important;
        border-color: #dbe3ee !important;
        background: #fff !important;
    }
    #hbcOpenReviewFormModalDesktop {
        display: none !important;
    }
    .hbc-review-form-modal-dialog {
        min-width: 0;
        height: auto;
        background: #fff;
        box-shadow: 0 24px 60px rgba(15,23,42,.22);
        display: flex;
        flex-direction: column;
        width: calc(100% - 22px) !important;
        max-width: 430px !important;
        max-height: 92vh !important;
        margin: 3vh auto !important;
        padding: 14px !important;
        border-radius: 18px !important;
        overflow: auto !important;
        box-sizing: border-box !important;
    }
    .hbc-review-form-modal-head {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        padding: 18px 18px 12px;
        flex: 0 0 auto;
        background: #fff;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #edf0f4 !important;
    }
    .hbc-review-form-modal-head h2 {
        color: #0f172a;
        margin: 0 !important;
        font-size: 19px !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
    }
    .hbc-review-form-modal-head button[data-hbc-close-review-form] {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 12px !important;
        font-size: 20px !important;
        line-height: 1 !important;
        padding: 0 !important;
    }
    .hbc-review-form-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        flex-direction: column;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .hbc-review-form-field {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 0;
        gap: 4px !important;
        min-width: 0 !important;
    }
    .hbc-review-form-modal input, .hbc-review-form-modal select {
        width: 100% !important;
        font-size: 16px !important;
        min-height: 44px !important;
        height: 44px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }
    .hbc-review-form-modal textarea {
        width: 100% !important;
        font-size: 16px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
        height: auto !important;
        min-height: 78px !important;
        padding: 10px 12px !important;
        line-height: 1.45 !important;
    }
    .hbc-review-form-field label {
        display: block;
        color: #0f172a;
        font-size: 13px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        font-weight: 700 !important;
    }
    .hbc-review-score-picker {
        min-width: 0;
        box-sizing: border-box;
        max-width: 100%;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
    }
    .hbc-review-score-btn {
        width: 100%;
        border: 1px solid #d9e2ec;
        background: #fff;
        color: #0f172a;
        box-shadow: 0 8px 18px rgba(15,23,42,.05);
        min-width: 0 !important;
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }
    .hbc-review-score-help {
        font-weight: 800 !important;
        color: #64748b !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        margin-top: 1px !important;
        text-align: center !important;
    }
    .hbc-review-form-toggle {
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
        border: none;
        box-shadow: none;
        background: #eef2f7;
        color: #0f172a;
        font-weight: 600;
        min-height: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        padding: 0 12px !important;
    }
    .hbc-review-form-optional {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        margin-top: 6px;
        border: 1px solid #e6ebf2;
        background: #fbfcfe;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
        padding: 9px !important;
        border-radius: 14px !important;
    }
    .hbc-review-form-optional-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .hbc-review-form-modal form > button[type="submit"] {
        width: 100% !important;
        min-height: 46px !important;
        height: 46px !important;
        border-radius: 13px !important;
        font-size: 16px !important;
        margin-top: 2px !important;
    }
    .hbc-previous-reviews-modal {
        padding: 12px !important;
        align-items: flex-end !important;
    }
    .hbc-previous-reviews-dialog {
        width: 100% !important;
        max-height: 90vh !important;
        border-radius: 22px 22px 0 0 !important;
        padding: 22px 16px 18px !important;
    }
    .hbc-previous-reviews-head h3 {
        font-size: 22px !important;
    }
    .hbc-current-review-box-head, .hbc-previous-review-top {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .hbc-single-summary .hbc-summary-amenities-box {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(4, auto) !important;
        grid-auto-flow: column !important;
        align-items: start !important;
        align-content: start !important;
        row-gap: 14px !important;
        columns: unset !important;
        column-count: unset !important;
        column-gap: 22px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .hbc-single-summary .hbc-summary-amenities-group {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        align-self: start !important;
        break-inside: auto !important;
        -webkit-column-break-inside: auto !important;
        page-break-inside: auto !important;
    }
    .hbc-single-summary .hbc-summary-amenities-group-title, .hbc-single-summary .hbc-summary-amenities-title {
        display: block !important;
        margin: 0 0 5px !important;
        padding: 0 0 4px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        font-weight: 900 !important;
        border-bottom: 1px solid #eef2f7 !important;
        margin-top: 0 !important;
    }
    body .hbc-review-form-modal .hbc-review-score-picker {
        gap: 8px !important;
    }
    body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn {
        min-height: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
    }
    body .hbc-review-form-modal .hbc-review-score-picker .hbc-review-score-btn.is-active {
        transform: translateY(-1px) scale(1.04) !important;
        outline-width: 2px !important;
        outline-offset: 1px !important;
    }
    .hbc-single-thumbs::-webkit-scrollbar {
        display: none !important;
    }
    .hbc-single-thumbs-arrow:hover {
        position: static !important;
        inset: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        padding: 0 !important;
        line-height: 1 !important;
        font-size: 0 !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #0f172a !important;
        box-shadow: 0 8px 22px rgba(15,23,42,.18) !important;
        opacity: 1 !important;
        z-index: 999 !important;
        pointer-events: auto !important;
        transition: none !important;
        animation: none !important;
        transform: none !important;
        translate: none !important;
        margin: 0 !important;
        top: auto !important;
    }
    .hbc-single-thumbs {
        --thumb-gap: 8px;
        --thumb-size: 68px;
        gap: var(--thumb-gap);
        box-sizing: border-box;
        grid-auto-columns: var(--thumb-size) !important;
        align-content: start;
        height: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        scroll-behavior: smooth !important;
        grid-column: 2 !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        direction: rtl !important;
    }
    .hbc-single-thumb {
        width: var(--thumb-size);
        height: var(--thumb-size);
        min-width: var(--thumb-size);
        min-height: var(--thumb-size);
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    .hbc-lead-form {
        display: grid !important;
        gap: 10px !important;
        margin-top: 12px !important;
    }
    .hbc-lead-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .hbc-lead-field {
        display: grid !important;
        gap: 5px !important;
    }
    .hbc-lead-field label {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        color: #475569 !important;
    }
    .hbc-lead-field input:not([type="hidden"]):focus, .hbc-lead-field select:focus, .hbc-lead-field textarea:focus {
        outline: none !important;
        background: #ffffff !important;
        border-color: #1f3b63 !important;
        box-shadow: 0 0 0 3px rgba(31,59,99,.12) !important;
    }
    .hbc-lead-submit {
        margin-top: 4px !important;
    }
    .hbc-lead-form button[type="submit"], .hbc-lead-form input[type="submit"], .hbc-lead-submit button, .hbc-lead-submit input[type="submit"] {
        width: 100% !important;
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        cursor: pointer !important;
        transform: none !important;
        transition: none !important;
        background: linear-gradient(180deg, #1f3b63 0%, #152b4a 100%) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255,255,255,.12) !important;
        box-shadow: 0 10px 22px rgba(21,43,74,.22) !important;
    }
    .hbc-lead-field input:not([type="hidden"]), .hbc-lead-field select {
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 8px 13px !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
        border-radius: 14px !important;
        border: 1px solid #e2d5c2 !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
        border-color: #d8dee8 !important;
        color: #1f2937 !important;
        box-shadow: inset 0 1px 0 rgba(15,23,42,.03) !important;
    }
    .hbc-lead-field textarea {
        width: 100% !important;
        min-height: 104px !important;
        height: 104px !important;
        padding: 12px 13px !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
        border-radius: 15px !important;
        border: 1px solid #e2d5c2 !important;
        resize: vertical !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
        border-color: #d8dee8 !important;
        color: #1f2937 !important;
        box-shadow: inset 0 1px 0 rgba(15,23,42,.03) !important;
    }
    .hbc-lead-field input::placeholder, .hbc-lead-field textarea::placeholder {
        color: #9aa3b2 !important;
        opacity: 1 !important;
    }
    .hbc-lead-form button[type="submit"]:focus, .hbc-lead-form button[type="submit"]:hover, .hbc-lead-form input[type="submit"]:focus, .hbc-lead-form input[type="submit"]:hover, .hbc-lead-submit button:focus, .hbc-lead-submit button:hover, .hbc-lead-submit input[type="submit"]:focus, .hbc-lead-submit input[type="submit"]:hover {
        background: linear-gradient(180deg, #1f3b63 0%, #152b4a 100%) !important;
        color: #ffffff !important;
        transform: none !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box {
        position: relative !important;
        padding: 22px 16px 20px !important;
        border-radius: 24px !important;
        background: radial-gradient(circle at top right, rgba(31, 59, 99, .08) 0%, rgba(31, 59, 99, 0) 44%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
        border: 1px solid #dfe7f2 !important;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .09),
            inset 0 1px 0 rgba(255, 255, 255, .9) !important;
        overflow: hidden !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        right: 22px !important;
        left: 22px !important;
        height: 3px !important;
        border-radius: 0 0 999px 999px !important;
        background: linear-gradient(90deg, #d6a13d 0%, #1f3b63 100%) !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box h2 {
        margin: 0 0 15px !important;
        font-size: 23px !important;
        line-height: 1.25 !important;
        text-align: center !important;
        color: #172033 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form {
        display: grid !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field {
        display: grid !important;
        gap: 5px !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field label {
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        color: #334155 !important;
        margin: 0 0 5px !important;
        padding-inline: 4px !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input::placeholder, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea::placeholder {
        color: #9aa3b2 !important;
        opacity: 1 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input:not([type="hidden"]):focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field select:focus, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea:focus {
        outline: none !important;
        border-color: #1f3b63 !important;
        box-shadow: 0 0 0 3px rgba(31, 59, 99, .12),
            0 6px 16px rgba(15, 23, 42, .07) !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit {
        margin-top: 6px !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form button[type="submit"], .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form input[type="submit"], .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit button, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit input[type="submit"] {
        width: 100% !important;
        height: 46px !important;
        min-height: 46px !important;
        border: 0 !important;
        border-radius: 14px !important;
        background: linear-gradient(180deg, #274a79 0%, #142844 100%) !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        box-shadow: 0 12px 24px rgba(20, 40, 68, .28),
            inset 0 1px 0 rgba(255, 255, 255, .16) !important;
        cursor: pointer !important;
        transform: none !important;
        transition: none !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form button[type="submit"]:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-form input[type="submit"]:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit button:hover, .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-submit input[type="submit"]:hover {
        background: linear-gradient(180deg, #274a79 0%, #142844 100%) !important;
        transform: none !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field input:not([type="hidden"]), .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field select {
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 7px 13px !important;
        line-height: 1.25 !important;
        border-radius: 13px !important;
        border: 1px solid #d7e0ec !important;
        background: #ffffff !important;
        color: #1f2937 !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .045),
            inset 0 1px 0 rgba(255, 255, 255, .85) !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .hbc-single-page .hbc-main-col > .hbc-lead-box .hbc-lead-field textarea {
        width: 100% !important;
        height: 104px !important;
        min-height: 104px !important;
        padding: 11px 13px !important;
        line-height: 1.5 !important;
        border-radius: 14px !important;
        border: 1px solid #d7e0ec !important;
        background: #ffffff !important;
        color: #1f2937 !important;
        resize: vertical !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .045),
            inset 0 1px 0 rgba(255, 255, 255, .85) !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .hbc-single-thumbs-wrap {
        margin-top: 0 !important;
        padding: 6px 4px 12px !important;
        display: grid !important;
        grid-template-columns: 26px minmax(0, 1fr) 26px !important;
        column-gap: 6px !important;
        align-items: center !important;
        direction: ltr !important;
        position: relative !important;
        overflow: visible !important;
    }
    
    .hbc-single-thumbs-arrow.prev {
        grid-column: 1 !important;
        grid-row: 1 !important;
        right: 6px !important;
        left: auto !important;
    }
    .hbc-single-thumbs-arrow.prev:active, .hbc-single-thumbs-arrow.prev:focus, .hbc-single-thumbs-arrow.prev:focus-visible {
        right: 6px !important;
        left: auto !important;
    }
    .hbc-single-thumbs-arrow.next {
        grid-column: 3 !important;
        grid-row: 1 !important;
        left: 6px !important;
        right: auto !important;
    }
    .hbc-single-thumbs-arrow.next:active, .hbc-single-thumbs-arrow.next:focus, .hbc-single-thumbs-arrow.next:focus-visible {
        left: 6px !important;
        right: auto !important;
    }
    .hbc-single-thumbs-arrow {
        line-height: 1 !important;
        animation: none !important;
        position: static !important;
        inset: auto !important;
        right: auto !important;
        left: auto !important;
        pointer-events: auto !important;
        translate: none !important;
        transition: none !important;
        z-index: 30 !important;
        background: rgba(255,255,255,.97) !important;
        color: #0f172a !important;
        border: 1px solid #dbe3ef !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        font-weight: 900 !important;
        opacity: .98 !important;
        outline: none !important;
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 68px !important;
        min-height: 68px !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 16px rgba(15,23,42,.18) !important;
    }
    .hbc-single-thumbs-arrow:active, .hbc-single-thumbs-arrow:focus {
        position: static !important;
        inset: auto !important;
        right: auto !important;
        left: auto !important;
        translate: none !important;
        line-height: 1 !important;
        z-index: 999 !important;
        pointer-events: auto !important;
        transition: none !important;
        animation: none !important;
        background: rgba(255,255,255,.97) !important;
        color: #0f172a !important;
        border: 1px solid #dbe3ef !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        font-weight: 900 !important;
        opacity: .98 !important;
        outline: none !important;
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 68px !important;
        min-height: 68px !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 16px rgba(15,23,42,.18) !important;
    }
    .hbc-single-thumbs-arrow:focus-visible {
        background: rgba(255,255,255,.97) !important;
        color: #0f172a !important;
        border: 1px solid #dbe3ef !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0 !important;
        font-weight: 900 !important;
        opacity: .98 !important;
        outline: none !important;
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 68px !important;
        min-height: 68px !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 16px rgba(15,23,42,.18) !important;
    }
    .hbc-single-thumbs-arrow.prev::before {
        display: block !important;
        transform: none !important;
        translate: none !important;
        color: #0f172a !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        font-size: 30px !important;
        content: "‹" !important;
    }
    .hbc-single-thumbs-arrow.prev:active::before, .hbc-single-thumbs-arrow.prev:focus-visible::before, .hbc-single-thumbs-arrow.prev:focus::before {
        font-weight: 900 !important;
        line-height: 1 !important;
        font-size: 30px !important;
        content: "‹" !important;
    }
    .hbc-single-thumbs-arrow.next::before {
        display: block !important;
        transform: none !important;
        translate: none !important;
        color: #0f172a !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        font-size: 30px !important;
        content: "›" !important;
    }
    .hbc-single-thumbs-arrow.next:active::before, .hbc-single-thumbs-arrow.next:focus-visible::before, .hbc-single-thumbs-arrow.next:focus::before {
        font-weight: 900 !important;
        line-height: 1 !important;
        font-size: 30px !important;
        content: "›" !important;
    }
    .hbc-features-strip {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .hbc-single-thumbs-arrow, .hbc-single-thumbs-arrow:hover, .hbc-single-thumbs-arrow:focus, .hbc-single-thumbs-arrow:active, .hbc-single-thumbs-arrow:focus-visible {
        position: static !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        translate: none !important;
        margin: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 68px !important;
        min-height: 68px !important;
        max-height: 68px !important;
        border-radius: 14px !important;
        background: rgba(255,255,255,.97) !important;
        color: #0f172a !important;
        border: 1px solid #dbe3ef !important;
        box-shadow: 0 6px 16px rgba(15,23,42,.18) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        font-size: 0 !important;
        line-height: 1 !important;
        opacity: .98 !important;
        outline: none !important;
        transition: none !important;
        animation: none !important;
    }
    .hbc-single-thumbs-arrow.prev, .hbc-single-thumbs-arrow.prev:hover, .hbc-single-thumbs-arrow.prev:focus, .hbc-single-thumbs-arrow.prev:active, .hbc-single-thumbs-arrow.prev:focus-visible {
        grid-column: 1 !important;
        grid-row: 1 !important;
        right: auto !important;
        left: auto !important;
    }
    .hbc-single-thumbs-arrow.next, .hbc-single-thumbs-arrow.next:hover, .hbc-single-thumbs-arrow.next:focus, .hbc-single-thumbs-arrow.next:active, .hbc-single-thumbs-arrow.next:focus-visible {
        grid-column: 3 !important;
        grid-row: 1 !important;
        right: auto !important;
        left: auto !important;
    }
    .hbc-single-thumbs-arrow.prev::before, .hbc-single-thumbs-arrow.prev:hover::before, .hbc-single-thumbs-arrow.prev:focus::before, .hbc-single-thumbs-arrow.prev:active::before, .hbc-single-thumbs-arrow.prev:focus-visible::before {
        content: "‹" !important;
        display: block !important;
        font-size: 30px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        color: #0f172a !important;
        transform: none !important;
        translate: none !important;
    }
    .hbc-single-thumbs-arrow.next::before, .hbc-single-thumbs-arrow.next:hover::before, .hbc-single-thumbs-arrow.next:focus::before, .hbc-single-thumbs-arrow.next:active::before, .hbc-single-thumbs-arrow.next:focus-visible::before {
        content: "›" !important;
        display: block !important;
        font-size: 30px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        color: #0f172a !important;
        transform: none !important;
        translate: none !important;
    }
    #hbcAbout.hbc-box h2 {
        font-size: 25px !important;
        margin-bottom: 16px !important;
        padding: 0 !important;
    }
    #hbcAbout.hbc-box h2::before, #hbcAbout.hbc-box h2::after {
        display: none !important;
        content: none !important;
    }
    #hbcAbout.hbc-box p {
        max-width: 100%;
        font-size: 15.5px !important;
        line-height: 2.05 !important;
        font-weight: 500 !important;
    }
}
#hbcStickyTabs .hbc-sticky-tab.is-active:not(:hover) {
    background: transparent !important;
    color: #0f172a !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.hbc-review-textarea-pair {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}
.hbc-review-part-field {
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
}
.hbc-review-part-field label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}
.hbc-review-part-field textarea {
    min-height: 96px !important;
    height: auto !important;
    resize: vertical;
}
.hbc-review-form-note {
    grid-column: 1 / -1;
    margin: 0 !important;
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
}
.hbc-review-item-split .hbc-review-top, .hbc-review-item-modal .hbc-review-top {
    align-items: flex-start;
}
.hbc-review-text-block {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 8px;
    align-items: start;
}
.hbc-review-text-body strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
    margin-bottom: 2px;
}
.hbc-review-snippet {
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hbc-review-read-more {
    margin-top: 8px;
    border: 0;
    background: transparent;
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
}
.hbc-review-read-more.is-hidden {
    display: none !important;
}
.hbc-single-review-modal[hidden] {
    display: none !important;
}
.hbc-single-review-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.hbc-single-review-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
}
.hbc-single-review-modal-author {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
}
.hbc-single-review-modal-body .hbc-review-snippet {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}
.hbc-review-form-modal .hbc-review-textarea-pair .hbc-review-part-field textarea {
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}
.hbc-review-form-modal .hbc-review-textarea-pair .hbc-review-part-field textarea::placeholder {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #8a94a6 !important;
}
.hbc-review-category-scales {
    display: grid;
    gap: 12px;
}
.hbc-review-category-scale {
    width: 100%;
}
.hbc-review-category-scale label {
    display: block;
    margin-bottom: 7px;
    font-weight: 800;
    color: #334155;
    font-size: 14px;
}
.hbc-review-category-buttons button {
    background: #fff;
    color: #1e293b;
    position: relative !important;
    border: 1px solid #dbe4ee !important;
    border-radius: 12px;
    min-height: 42px;
    padding: 0 8px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.hbc-review-category-buttons button[data-value="10"] {
    background: #6faf87 !important;
    color: #fff !important;
    border-color: #6faf87 !important;
}
.hbc-review-category-buttons button[data-value="9"] {
    background: #74d898 !important;
    color: #fff !important;
    border-color: #74d898 !important;
}
.hbc-review-category-buttons button[data-value="8"] {
    background: #ffe475 !important;
    color: #475569 !important;
    border-color: #ffe475 !important;
}
.hbc-review-category-buttons button[data-value="7"] {
    background: #ffc760 !important;
    color: #475569 !important;
    border-color: #ffc760 !important;
}
.hbc-review-category-buttons button[data-value="6"] {
    background: #ef7074 !important;
    color: #fff !important;
    border-color: #ef7074 !important;
}
.hbc-review-category-buttons button.is-active {
    outline: 3px solid #0f172a;
    outline-offset: 2px;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .18) !important;
}
.hbc-review-category-buttons button.is-active::before {
    content: "✓";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
}
.hbc-review-category-buttons button[data-value="10"].is-active {
    background: #168447 !important;
    border-color: #168447 !important;
    color: #fff !important;
}
.hbc-review-category-buttons button[data-value="9"].is-active {
    background: #20c463 !important;
    border-color: #20c463 !important;
    color: #fff !important;
}
.hbc-review-category-buttons button[data-value="8"].is-active {
    background: #ffd43b !important;
    border-color: #ffd43b !important;
    color: #1f2937 !important;
}
.hbc-review-category-buttons button[data-value="7"].is-active {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #fff !important;
}
.hbc-review-category-buttons button[data-value="6"].is-active {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #fff !important;
}
.hbc-review-category-buttons .hbc-review-category-default.is-active {
    background: #eef3f8 !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .08) !important;
}
.hbc-review-category-buttons {
    display: grid !important;
    direction: rtl !important;
    grid-template-columns: repeat(5, minmax(38px, 42px)) minmax(78px, 88px) !important;
    gap: 7px !important;
    align-items: center !important;
}
.hbc-review-category-buttons button:not(.hbc-review-category-default) {
    width: auto !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    font-size: 15px !important;
    border-radius: 11px !important;
}
.hbc-review-category-buttons .hbc-review-category-default {
    border-color: #dbe4ee !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    border: 1px solid #dbe4ee !important;
    box-shadow: none !important;
    width: auto !important;
    min-width: 78px !important;
    max-width: 88px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 6px !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    border-radius: 11px !important;
    white-space: nowrap !important;
}
.hbc-review-part-field-positive label::before, .hbc-review-part-field-negative label::before {
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
}
.hbc-review-part-field-negative label::before {
    content: "☹︎" !important;
    background: #fdecec !important;
    color: #c62828 !important;
    border: 1px solid #f3c2c2 !important;
}
.hbc-review-face {
    font-weight: 800;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-top: 1px !important;
    font-size: 0 !important;
    font-family: Arial, sans-serif !important;
}
.hbc-review-face::before {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
}
.hbc-review-face-good {
    background: #eaf8ef !important;
    color: #128047 !important;
    border: 1px solid #c8ead4 !important;
}
.hbc-review-face-good::before {
    content: "☺︎" !important;
}
.hbc-review-face-less {
    background: #fdecec !important;
    color: #c62828 !important;
    border: 1px solid #f3c2c2 !important;
}
.hbc-review-face-less::before {
    content: "☹︎" !important;
}
.hbc-review-face.hbc-review-face-good::before {
    font-size: 19px !important;
    line-height: 1 !important;
    transform: translateY(-2px) scale(1.08);
}
.hbc-review-face.hbc-review-face-good {
    font-size: 0 !important;
}
.hbc-review-part-field-positive label::before {
    content: "☺︎" !important;
    background: #eaf8ef !important;
    color: #128047 !important;
    border: 1px solid #c8ead4 !important;
    font-size: 19px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    padding-bottom: 3px !important;
}
.hbc-single-review-modal-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-inline-start: 42px !important;
    padding-inline-end: 0 !important;
}
html.hbc-single-review-scroll-locked, body.hbc-single-review-scroll-locked {
    overflow: hidden !important;
    overscroll-behavior: contain !important;
}
.hbc-single-review-modal-dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: min(82vh, 680px);
    overflow: auto;
    background: #fff;
    border: 1px solid #dbe4ee;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .25);
    padding: 28px 30px;
    direction: rtl !important;
}
.hbc-single-review-modal-close {
    position: absolute;
    cursor: pointer;
    left: auto !important;
    right: 16px !important;
    top: 16px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    border-radius: 10px !important;
    border: 1px solid #dbe4ee !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
}
.hbc-single-review-modal-close::before {
    content: "×";
    display: block;
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #0f172a !important;
    transform: translateY(-1px);
}
.hbc-single-review-modal-close:hover, .hbc-single-review-modal-close:focus, .hbc-single-review-modal-close:active {
    background: #fff !important;
    color: #0f172a !important;
    border-color: #dbe4ee !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
}
.hbc-review-author-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0;
}
.hbc-review-author-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.hbc-review-author {
    font-size: 17px;
    font-weight: 900;
    color: #111827;
    line-height: 1.2;
}
.hbc-single-review-modal-author-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
@media (max-width:768px) {
    .hbc-single-rating {
        width: 100%;
        justify-content: flex-start;
    }
    .hbc-review-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .hbc-features-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .hbc-feature-card {
        min-height: 52px;
        padding: 10px 14px;
        border-radius: 12px;
    }
    .hbc-feature-card-text {
        font-size: 14px;
        white-space: normal;
    }
    .hbc-booking-title {
        font-size: 24px;
    }
    .hbc-booking-address, .hbc-booking-map-link {
        font-size: 14px;
    }
    .hbc-booking-heading-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .hbc-booking-top-actions {
        width: 100%;
    }
    .hbc-rating-map-wrap {
        margin-top: 12px;
    }
    .hbc-review-textarea-pair {
        grid-template-columns: 1fr !important;
    }
    .hbc-single-review-modal {
        align-items: center !important;
        justify-content: center !important;
        padding: 14px !important;
    }

.hbc-single-review-modal-dialog {
    width: calc(100% - 28px) !important;
    max-width: 720px !important;
    max-height: 82vh !important;
    padding: 24px 18px 20px !important;
    border-radius: 20px !important;
    margin: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
    .hbc-single-review-modal-top {
        padding-inline-start: 38px;
    }
    .hbc-review-category-buttons button {
        min-height: 40px;
        font-size: 14px;
        border-radius: 11px;
    }
    .hbc-review-category-buttons {
        grid-template-columns: repeat(5, minmax(34px, 39px)) minmax(74px, 84px) !important;
        gap: 6px !important;
    }
    .hbc-review-category-buttons button:not(.hbc-review-category-default) {
        min-width: 34px !important;
        height: 36px !important;
        min-height: 36px !important;
        font-size: 14px !important;
    }
    .hbc-review-category-buttons .hbc-review-category-default {
        grid-column: 1 / -1;
        min-width: 74px !important;
        max-width: 84px !important;
        height: 36px !important;
        min-height: 36px !important;
        font-size: 11px !important;
        padding: 0 5px !important;
    }
    .hbc-review-form-modal .hbc-review-textarea-pair .hbc-review-part-field textarea {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    .hbc-review-form-modal .hbc-review-textarea-pair .hbc-review-part-field textarea::placeholder {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    .hbc-review-author-wrap, .hbc-single-review-modal-author-row {
        gap: 8px !important;
    }
    .hbc-review-author-badge {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }
    .hbc-review-author {
        font-size: 15px;
    }
    .hbc-review-meta {
        font-size: 12px;
    }
}
.hbc-review-author-badge {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: Arial, sans-serif !important;
    transform: translateY(-4px) !important;
    box-sizing: border-box !important;
    padding-bottom: 4px !important;
    line-height: 1 !important;
}
.hbc-review-split {
    display: grid;
    gap: 10px;
    margin-top: 14px !important;
}
.hbc-review-score, .hbc-review-item-featured .hbc-review-score, .hbc-review-item-modal .hbc-review-score {
    min-width: 46px !important;
    width: 46px !important;
    height: 36px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #17366d !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(23, 54, 109, .20) !important;
    border: none !important;
}
.hbc-single-review-modal-score {
    min-width: 46px !important;
    width: 46px !important;
    height: 36px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #17366d !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(23, 54, 109, .20) !important;
    border: none !important;
}
.hbc-single-review-modal-author-text {
    gap: 1px !important;
}
.hbc-review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.35 !important;
}
.hbc-single-review-modal-meta {
    color: #64748b;
    font-size: 13px;
    margin-top: 0 !important;
    line-height: 1.25 !important;
}
.hbc-review-meta, .hbc-single-review-modal-meta {
    white-space: pre-line !important;
    line-height: 1.35 !important;
}

/* ================================
   פופאפ כל הביקורות - כותרת + מיון קומפקטי
================================ */

.hbc-reviews-panel-tools.hbc-reviews-panel-tools-compact {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 14px 22px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e7eb !important;
    flex-wrap: nowrap !important;
}

.hbc-reviews-panel-tools-title {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    color: #111827 !important;
    white-space: nowrap !important;
}

.hbc-reviews-panel-sort {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
}

.hbc-reviews-panel-sort label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    white-space: nowrap !important;
}

.hbc-reviews-panel-sort select {
    min-width: 200px !important;
    width: 200px !important;
    min-height: 38px !important;
    height: 38px !important;
    border-radius: 7px !important;
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    color: #111827 !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .hbc-reviews-panel-tools.hbc-reviews-panel-tools-compact {
        padding: 12px 16px !important;
        gap: 10px !important;
    }

    .hbc-reviews-panel-tools-title {
        font-size: 18px !important;
    }

    .hbc-reviews-panel-sort label {
        display: none !important;
    }

    .hbc-reviews-panel-sort select {
        min-width: 150px !important;
        width: 150px !important;
    }
}

/* תיקון סופי לעיגול אות מגיב - גובה ואות ברורה */
.hbc-review-author-wrap .hbc-review-author-badge,
.hbc-review-item .hbc-review-author-badge,
.hbc-review-item-featured .hbc-review-author-badge,
.hbc-review-item-modal .hbc-review-author-badge,
.hbc-single-review-modal-badge {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    position: relative !important;
    top: -10px !important;
    transform: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 21px !important;
    font-weight: 900 !important;
    font-family: Arial, sans-serif !important;
    line-height: 1 !important;

    padding: 0 0 3px 0 !important;
    box-sizing: border-box !important;
}

/* ================================
   מובייל בלבד - חוות דעת בסגנון Booking
   גלילה אופקית, כרטיסים קומפקטיים, ללא ציון בכרטיס
================================ */
@media (max-width: 768px) {

    .hbc-single-page #hbcReviews.hbc-reviews-box {
        overflow: hidden !important;
    }

    .hbc-single-page #hbcReviews .hbc-reviews-featured-grid {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 2px 1px 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        direction: rtl !important;
        scroll-snap-type: x proximity !important;
        overscroll-behavior-x: contain !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        touch-action: pan-x !important;
    }

    .hbc-single-page #hbcReviews .hbc-reviews-featured-grid::-webkit-scrollbar {
        display: none !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured {
        flex: 0 0 clamp(220px, 62vw, 252px) !important;
        width: clamp(220px, 62vw, 252px) !important;
        min-width: clamp(220px, 62vw, 252px) !important;
        max-width: clamp(220px, 62vw, 252px) !important;
        height: 205px !important;
        min-height: 205px !important;
        padding: 12px 11px 4px !important;
        border-radius: 12px !important;
        border: 1px solid #e3e8ef !important;
        background: #fff !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
        scroll-snap-align: start !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        text-align: right !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-score {
        display: none !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-top {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        width: 100% !important;
        min-height: 58px !important;
        margin: 0 0 8px !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-author-wrap,
    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-author-with-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-author-badge {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        border-radius: 999px !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        padding: 0 !important;
        position: relative !important;
        top: -2px !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-author-text {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        gap: 3px !important;
        overflow: visible !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-author {
        font-size: clamp(14px, 4vw, 15.5px) !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        color: #111827 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-meta {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(11.4px, 3.1vw, 13.2px) !important;
        line-height: 1.32 !important;
        color: #6b7280 !important;
        text-align: right !important;
        direction: rtl !important;
        white-space: normal !important;
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
        letter-spacing: -0.25px !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-meta span {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(11.4px, 3.1vw, 13.2px) !important;
        line-height: 1.32 !important;
        white-space: pre !important;
        overflow: visible !important;
        text-overflow: clip !important;
        text-align: right !important;
        direction: rtl !important;
        unicode-bidi: plaintext !important;
        letter-spacing: -0.25px !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-split {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 6px !important;
        margin: 0 !important;
flex: 1 1 auto !important;
min-height: 0 !important;
overflow: hidden !important;
        align-content: start !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-text-block {
        display: grid !important;
        grid-template-columns: 22px 1fr !important;
        gap: 6px !important;
        align-items: start !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-face {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        margin: 0 !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-face::before {
        font-size: 15px !important;
        transform: none !important;
    }

    .hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-snippet {
        font-size: clamp(13px, 3.4vw, 14px) !important;
        line-height: 1.48 !important;
        color: #374151 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        overflow: hidden !important;
    }

.hbc-single-page #hbcReviews .hbc-review-item-featured .hbc-review-read-more {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;

    align-self: flex-end !important;

    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    border: 0 !important;
    background: transparent !important;
    color: #2563eb !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

    /* פופאפ כל הביקורות - מיקום הציון בלבד, בלי שינוי צבע/עיצוב */
    .hbc-single-page .hbc-review-item-modal {
        position: relative !important;
    }

    .hbc-single-page .hbc-review-item-modal .hbc-review-top {
        position: relative !important;
        padding-left: 56px !important;
    }

    .hbc-single-page .hbc-review-item-modal .hbc-review-score {
        position: absolute !important;
        top: 16px !important;
        left: 14px !important;
        right: auto !important;
        z-index: 3 !important;
    }
}

/* ================================
   מובייל בלבד - פופאפ השארת חוות דעת על כל המסך
================================ */
@media (max-width: 768px) {

    .hbc-review-form-modal.is-open {
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        z-index: 100000 !important;
    }

    .hbc-review-form-modal-overlay {
        display: none !important;
    }

    .hbc-review-form-modal-dialog {
        position: fixed !important;
        inset: 0 !important;

        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;

        height: 100vh !important;
        height: 100dvh !important;
        max-height: 100dvh !important;

        margin: 0 !important;
        padding: 14px 14px calc(16px + env(safe-area-inset-bottom)) !important;

        border-radius: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .hbc-review-form-modal-head {
        position: sticky !important;
        top: 0 !important;
        z-index: 5 !important;
        background: #fff !important;
        padding: 4px 0 12px !important;
        margin: 0 0 10px !important;
    }
}

/* מובייל בלבד - כפתורי דירוג + ברירת מחדל בשורה אחת עם רווחים */
@media (max-width: 768px) {

    .hbc-review-form-modal .hbc-review-category-buttons {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: clamp(5px, 1.6vw, 8px) !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .hbc-review-form-modal .hbc-review-category-buttons button {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none !important;
        height: clamp(30px, 8vw, 35px) !important;
        min-height: clamp(30px, 8vw, 35px) !important;
        padding: 0 clamp(2px, .8vw, 6px) !important;
        font-size: clamp(10.5px, 3vw, 13px) !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .hbc-review-form-modal .hbc-review-category-buttons .hbc-review-category-default {
        grid-column: auto !important;
        flex: 1.55 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none !important;
        font-size: clamp(9px, 2.55vw, 11.5px) !important;
        padding: 0 clamp(2px, .8vw, 5px) !important;
        white-space: nowrap !important;
    }
}

/* צמצום רווח בין טאבי הגלריה לתמונות הקטנות */
.hbc-gallery-tabs {
    padding: 12px 16px 4px !important;
}

.hbc-single-thumbs {
    margin-top: 4px !important;
    padding-top: 0 !important;
}

