/* Estilos para el formulario de transferencia bancaria – copiados del plugin original */
.bank-transfer-form {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.bank-transfer-instructions {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
}

.lp-file-input-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.2s ease;
    min-height: 120px;
    width: 100%;
    margin: 0.5rem 0;
}

.lp-file-input-label:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.lp-file-input-label input[type="file"] {
    position: absolute;
    left: 100px;
    top: 288px;
    width: 87%;
    height: 23%;
    opacity: 0;
    cursor: pointer;
}

.lp-icon.lp-icon-upload {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

#lpBankTransferMessageBox {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

#bankDetails {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #e7f5ff;
    border: 1px solid #d0ebff;
    border-radius: 0.5rem;
    color: #1864ab;
}

.latepoint-bank-transfer-form .os-form-group label {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.5rem;
    display: block;
}

.latepoint-bank-transfer-form .os-form-control {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.latepoint-bank-transfer-form .os-form-control:focus {
    border-color: #4dabf7;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
    outline: none;
}

.payment-method-bank_transfer-selected .latepoint-next-btn,
.payment-method-bank_transfer-selected .os-next-btn {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
} 