.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item.gbf-booking-box__panel-item--selectable {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 8px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
    width: 100%;
    transition: background-color 0.2s ease;
}
.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item.gbf-booking-box__panel-item--selectable.gbf-booking-box__panel-item--active {
    background: rgba(247, 192, 8, 0.08);
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item.gbf-booking-box__panel-item--selectable:last-child {
    border-bottom-color: transparent;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item.gbf-booking-box__panel-item--selectable:hover {
    background: rgba(148, 163, 184, 0.12);
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--disabled:hover {
    background: transparent;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--disabled .gbf-booking-box__policy-trigger {
    cursor: pointer;
    opacity: 1;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item.gbf-booking-box__panel-item--selectable:focus-visible {
    outline: 2px solid rgba(247, 192, 8, 0.6);
    outline-offset: 2px;
}

.gbf-booking-box__panel--rate-plans .gbf-rate-option__radio {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 2px solid rgba(100, 116, 139, 0.8);
    position: relative;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--active .gbf-rate-option__radio {
    border-color: #f7c008;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--active .gbf-rate-option__radio::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #f7c008;
}

.gbf-booking-box__panel--rate-plans .gbf-rate-option__price {
    font-weight: 700;
    color: #1f2a3a;
    font-size: 14px;
    min-width: 72px;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--active .gbf-rate-option__price {
    font-weight: 800;
}

.gbf-booking-box__panel--rate-plans .gbf-rate-option__label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 11px;
    color: #4b5563;
    text-align: right;
}

.gbf-booking-box__panel--rate-plans .gbf-rate-option__label--dim {
    opacity: 0.4;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__panel-item--active .gbf-rate-option__label {
    color: #1f2a3a;
}

.gbf-booking-box__panel--rate-plans .gbf-rate-option__info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 28px;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__policy-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.25);
    border: 1px solid rgba(148, 163, 184, 0.6);
    color: #1f2a3a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__policy-trigger:hover,
.gbf-booking-box__panel--rate-plans .gbf-booking-box__policy-trigger:focus {
    background: rgba(148, 163, 184, 0.45);
}

.gbf-booking-box__panel--rate-plans .gbf-booking-box__meta {
    display: none;
}
