.payment-summary .help-block,
.rabat-group .help-block,
.rabat-group .rabat-owner,
.payment-summary-text {
    color: #333 !important;
}

.rabat-group {
    margin-top: 15px;
}
.discount-inline-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: auto;      
    max-width: none;  
}


.discount-inline-wrapper .form-control {
    flex: 1 1 140px;
    min-width: 100px;
    max-width: 180px;
    height: 44px !important;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    margin: 0;
}

.discount-inline-amount{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    background: none;
    border: none;
    padding: 0;
    margin-left: 4px;
    height: 44px;
    line-height: 44px;
}

#currentPrice {
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    color: #111;
    margin-top: 6px;
}

.payment-due-line {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.reservations .no-padding {
    padding: 0;
}

.reservations .karta-hop {
    margin-bottom: 6px;
}

.reservations #rabat-card-error {
    margin-top: 4px;
    margin-bottom: 0;
    display: block;
}

.reservations #card-response-row {
    display: none;
}

.reservations #card-api-response {
    min-height: 60px;
}

.reservations .hidden-calendar {
    display: none;
}

.reservations .filter-spacing {
    margin-right: 10px;
}

.reservations .ticket-group-select {
    margin-bottom: 14px;
}

.reservations .ticket-group-select label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #2c3445;
    margin-bottom: 6px;
}

.reservations .ticket-group-select select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #c7cfdd;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(36, 48, 71, 0.05);
    background: linear-gradient(180deg, #fafbfc 0%, #f2f4f7 100%);
    color: #1f2532;
}

.reservations .ticket-group-select select:focus {
    outline: none;
    border-color: #3e6dd8;
    box-shadow: 0 4px 10px rgba(62, 109, 216, 0.14);
}

.reservations .ticket-filter {
    margin-bottom: 14px;
}

.reservations .payment-summary {
    font-size: 18px;
    line-height: 1.4;
}

.reservations .payment-summary .total-price-line {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
}

.reservations .payment-summary .total-price-line strong {
    font-weight: 700;
}

.reservations #deposit-required {
    display: none;
    margin: 12px 0;
}

.reservations #deposit-required-input {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

.reservations .payment-action {
    font-size: 18px;
    min-width: 200px;
}

.reservations .total-price-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.reservations .rabat-owner {
    color: #777;
}

.reservations .chart-loading {
    padding: 80px 0;
}
