.gym-reservas-modal .gym-access-entry-section {
    margin: 0;
    text-align: left;
}

.gym-reservas-modal .gym-bonos-reserva-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-width: 150px;
}

.gym-reservas-modal .gym-access-entry-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid #0f766e;
    border-radius: 6px;
    background: #0f766e;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.gym-reservas-modal .gym-access-entry-btn:hover,
.gym-reservas-modal .gym-access-entry-btn:focus {
    background: #115e59;
    border-color: #115e59;
    color: #fff;
}

.gym-reservas-modal .gym-access-entry-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.gym-reservas-modal .gym-access-entry-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    stroke: currentColor;
    fill: none;
}

.gym-reservas-modal .gym-access-entry-message {
    display: none;
    margin-top: 8px;
    padding: 9px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 560px) {
    .gym-reservas-modal .gym-bonos-reserva-actions {
        width: 100%;
    }
}

.gym-reservas-modal .gym-access-entry-message.is-visible {
    display: block;
}

.gym-reservas-modal .gym-access-entry-message.is-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.gym-reservas-modal .gym-access-entry-message.is-warning {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.gym-reservas-modal .gym-access-entry-message.is-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
