#gpx_content {
    margin: 20px;
    padding: 0;
    list-style: none;
}

.hb-rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0 50px 0;
}

.hb-room-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.hb-room-card-media {
    display: block;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.hb-room-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.hb-room-card:hover .hb-room-card-img {
    transform: scale(1.05);
}

.hb-room-card-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hb-room-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
}

.hb-room-title a {
    text-decoration: none;
    color: inherit;
}

.hb-room-meta {
    margin-bottom: 8px;
    color: #555;
}

.hb-room-price {
    margin-bottom: 12px;
    color: #555;
}

.hb-room-meta-icon {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.hb-room-desc {
    margin-bottom: 12px;
    color: #666;
    font-size: 1em;
    line-height: 1.4;
}

.hb-room-features {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hb-room-feature-chip {
    background: #f1f3f5;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #495057;
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

.hb-room-feature-icon {
    margin-right: 4px;
    color: #339af0;
}

.hb-room-feature-more {
    color: #999;
    align-self: center;
}

.hb-room-cta-wrap {
    margin-top: auto;
}

.hb-room-cta {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.bordered.hb-detail-selection .gpbutton {
    background: #1B423F;
    color: #fff;
    border-radius: 4px;
    padding: 4px 20px;
    margin-bottom: 7px;
}

div.hb-detail-selection-row div:last-of-type {
    padding: 6px 0px;
    margin-bottom: 5px;
}

div.hb-detail-selection-row div:last-of-type .gpbutton {
    padding: 8px 20px;
}

.hb-rooms-grid .hb-room-cta, .gpbutton {
    background: #1B423F;
    color: #fff;
    border-radius: 4px;
}

.hb-room-cta:hover, .gpbutton:hover {
    background: #4ea8a1;
    color: #1B423F;
}

.hb-search-gadget {
    --hb-search-max-width: 100%;
    --hb-search-padding: 12px;
    --hb-search-bg: transparent;
    --hb-search-color: inherit;
    --hb-search-border: 0;
    --hb-search-radius: 0;
    --hb-search-gap: 12px;
    max-width: var(--hb-search-max-width);
    padding: var(--hb-search-padding);
    background: var(--hb-search-bg);
    color: var(--hb-search-color);
    border: var(--hb-search-border);
    border-radius: var(--hb-search-radius);
}

.hb-search-wrapper,
.hb-search-inner,
.hb-search-gadget,
.hb-search-form,
.hb-search-fields,
.hb-search-field,
.hb-search-field .gpinput,
.hb-search-field input,
.hb-search-field select,
.hb-search-submit {
    box-sizing: border-box;
}

.hb-search-wrapper,
.hb-search-inner,
.hb-search-gadget,
.hb-search-form {
    width: 100%;
    max-width: 100%;
}

.hb-search-field .gpinput,
.hb-search-field input,
.hb-search-field select {
    max-width: 100%;
}

.hb-search-field {
    min-width: 0;
}

.hb-search-inner>.bordered.hb-search-gadget {
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.hb-search-title {
    margin-top: 0;
}

.hb-search-fields {
    display: flex;
    gap: var(--hb-search-gap);
    flex-wrap: wrap;
    align-items: flex-end;
}

.hb-search-field label {
    display: block;
}

.hb-search-submit-wrap {
    margin-left: 0;
}

.hb-search-submit {
    white-space: nowrap;
}

.hb-slideshow {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.hb-special-table {
    width: 100%;
    max-width: 100%;
}

.hb-special-note,
.hb-room-note {
    margin-top: 12px;
}

.hb-search-extra-top {
    margin-bottom: 20px;
}

.hb-inline-option {
    display: inline-block;
    margin-right: 12px;
}

.hb-search-results-grid {
    margin-top: 20px;
}

.hb-room-detail-desc {
    margin-top: 6px;
}

.hb-room-detail-features {
    margin-top: 12px;
    gap: 8px;
}

.hb-room-detail-feature {
    display: inline-flex;
    align-items: center;
    background: #f1f3f5;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #dee2e6;
}

.hb-room-detail-feature-icon {
    margin-right: 8px;
    color: #339af0;
}

.hb-room-detail-feature-icon-muted {
    color: #adb5bd;
}

.hb-room-extra-block {
    margin: 20px 0;
}

.hb-room-slideshow {
    margin: 12px 0;
}

.hb-room-slideshow-frame {
    position: relative;
    overflow: hidden;
}

.hb-slide {
    width: 100%;
    height: auto;
    display: none;
    cursor: pointer;
}

.hb-slide-nav {
    position: absolute;
    top: 10px;
}

.hb-prev.hb-slide-nav {
    left: 10px;
}

.hb-next.hb-slide-nav {
    right: 10px;
}

.hb-lb {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hb-lb img {
    max-width: 95vw;
    max-height: 90vh;
    height: auto;
}

.hb-lb .hb-lb-close {
    position: absolute;
    right: 16px;
    top: 16px;
}

.hb-room-single-image {
    margin: 12px 0;
}

.hb-room-single-image-img {
    max-width: 100%;
    height: auto;
}

.hb-detail-selection {
    padding: 12px;
}

.hb-detail-selection-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.hb-date-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f9fa;
}

.hbcalnav {
    margin: 6px 0 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hbcalnav .gpbutton {
    display: inline-block;
    min-width: 60px;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.hbcal table {
    width: 100%;
    border-collapse: collapse;
}

.hbcal th,
.hbcal td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.hbcal th {
    background: #f8f9fa;
    font-weight: 600;
}

.hbcal .weekend {
    background: #e9ecef;
}

.hbcal button {
    width: 100%;
    padding: 8px 0;
    border: 0;
    background: transparent;
}

.hbcal .busy td:hover {
    background-color: transparent !important;
}

.hbcal .busy-full {
    background: #f8d7da;
    color: #842029;
}

.hbcal .busy-am {
    background: linear-gradient(to bottom right, #f8d7da 50%, transparent 50%);
}

.hbcal .busy-pm {
    background: linear-gradient(to bottom right, transparent 50%, #f8d7da 50%);
}

.hbcal .busy-mix {
    background: linear-gradient(to bottom right, #f8d7da 48%, #fff 48%, #fff 52%, #f8d7da 52%);
}

.hbcal .busy .hbdaynum,
.hbcal .busy-full .hbdaynum,
.hbcal .busy-am .hbdaynum,
.hbcal .busy-pm .hbdaynum,
.hbcal .busy-mix .hbdaynum {
    font-weight: 700;
}

.hbcal td div.hbstat {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 2px;
    color: #842029;
}

.hbcal .free {
    cursor: pointer;
}

.hbcal .today {
    background: #fff9db;
    box-shadow: inset 0 0 0 2px #fa5252;
    position: relative;
    z-index: 1;
}

.hbcal .sel {
    background-color: #cfe2ff !important;
}

.hbday-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    border: 0;
    opacity: 0;
}

.hbstat-hint {
    pointer-events: none;
}

.hb-booking-extras {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hb-extra-label {
    display: flex;
    align-items: center;
}

.hb-extra-label .hb-extra {
    margin-right: 6px;
}

.hb-extra-icon {
    margin-right: 4px;
}

.hb-extra-price {
    color: #666;
    font-size: 0.9em;
}

.hb-price-cell {
    background: #f8f9fa;
    padding: 16px;
}

.hb-price-box {
    display: none;
}

.hb-price-title {
    margin-top: 0;
}

.hb-calc-details {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.hb-price-table {
    width: 100%;
    font-size: 0.9em;
    color: #555;
}

.hb-price-net {
    width: 100px;
}

.hb-price-total-label,
.hb-price-total-value {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    padding-top: 4px;
}

.hb-price-footnote,
.hb-price-hint {
    color: #777;
}

.hb-price-footnote {
    display: block;
    margin-top: 8px;
}

.hb-booking-success {
    position: relative;
    margin: 12px 0 16px;
    padding: 12px 44px 12px 14px;
    border: 1px solid #b7dfb7;
    border-radius: 6px;
    background: #edf9ed;
    color: #1e5f1e;
}

.hb-booking-success-title {
    margin-bottom: 4px;
    font-weight: 700;
}

.hb-booking-success-text {
    line-height: 1.45;
}

.hb-booking-success-close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #1e5f1e;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.hb-booking-success-close:hover,
.hb-booking-success-close:focus {
    color: #134113;
}

.hbinv-meta-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.hbinv-meta-col {
    flex: 1;
}

.hbinv-meta-right {
    font-size: 14px;
}

.hbinv-meta-label {
    width: 100px;
}

.hbinv-total-muted {
    text-align: right;
    color: #555;
}

.hbinv-total-top {
    border-top: 1px solid #ccc;
}

.hbinv-total-no-border {
    border: 0;
}

.hbinv-total-strong {
    border-top: 2px solid #000;
}

.bordered.hb-detail-selection {
    -margin: 0px auto;
    border-top: 0px solid #eee;
    -width: 600px;
    background-color: #a4cfc6;
}

.hb-search-wrapper {
    margin: 20px auto;
    padding: 0px;
    max-width: 580px !important;
    background-color: #a4cfc6;
    border-radius: 8px;
}