.cash-payments-container {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    position: relative;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cash-payments-text {
    font-size: 1.4em;
    font-weight: bold;
    margin: 60px 0 40px 0;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
}

.answer {
    font-size: 1.3em;
    color: #2c3e50;
    margin: 20px 0;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.answer.show {
    opacity: 1;
}

.answer span.label {
    color: #28a745;
}

.action-btn {
    margin-top: auto;
    margin-bottom: 20px;
}
