.amount-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #333;
}

.sa-amount-form input[type="number"] {
    padding-left: 25px;
}

.amount-limits {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}

#sa-payment-container {
    margin-top: 20px;
    min-height: 600px;
}

#hosted-payment-iframe {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sa-authorizenet-form-wrapper {
    width:100%;
    max-width: 1024px !important;
    margin: 0 auto;
} 