.profile-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e9ecef}.profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.profile-section .section-header h3{font-size:26px;font-weight:600;color:#000;margin:0}.profile-section .section-header .edit-link{color:#d88507;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:color .3s}.profile-section .section-header .edit-link:hover{color:#fc9e13}.profile-section .section-header .edit-link i{font-size:14px}.profile-edit-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 768px){.profile-edit-form .form-row{grid-template-columns:1fr}}.profile-edit-form .form-group{margin-bottom:20px}.profile-edit-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.profile-edit-form .form-group .form-control{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#f8f9fa;transition:all .3s}.profile-edit-form .form-group .form-control:focus{outline:none;border-color:#f5a42e;background:#000;box-shadow:0 0 0 3px #ff8c001a}.profile-edit-form .form-group .form-control.is-invalid{border-color:#dc3545}.profile-edit-form .form-group .form-control[readonly],.profile-edit-form .form-group .form-control.readonly-field{background:#e9ecef;cursor:not-allowed;color:#6c757d}.profile-edit-form .form-group .invalid-feedback{display:block;color:#dc3545;font-size:12px;margin-top:4px}.profile-edit-form .radio-group{display:flex;gap:30px;margin-top:10px}.profile-edit-form .radio-group .radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}.profile-edit-form .radio-group .radio-label input[type=radio]{display:none}.profile-edit-form .radio-group .radio-label input[type=radio]:checked+.radio-custom{border-color:#f5a42e}.profile-edit-form .radio-group .radio-label input[type=radio]:checked+.radio-custom:after{opacity:1}.profile-edit-form .radio-group .radio-label .radio-custom{width:20px;height:20px;border:2px solid #ddd;border-radius:50%;position:relative;transition:all .3s}.profile-edit-form .radio-group .radio-label .radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#f5a42e;border-radius:50%;opacity:0;transition:opacity .3s}.profile-edit-form .form-actions{display:flex;gap:12px;margin-top:25px}.profile-edit-form .form-actions .btn{padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-family:jostmedium;cursor:pointer;transition:all .3s}.profile-edit-form .form-actions .btn.btn-primary{background:#f5a42e;color:#000}.profile-edit-form .form-actions .btn.btn-primary:hover:not(:disabled){background:#fcb447}.profile-edit-form .form-actions .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.profile-edit-form .form-actions .btn.btn-secondary{background:#6c757d;color:#fff}.profile-edit-form .form-actions .btn.btn-secondary:hover{background:#5a6268}.profile-view .form-group{margin-bottom:20px}.profile-view .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#393d3c;font-size:17px}.profile-view .form-group .form-value{padding:12px 16px;background:#f8f9fa;border-radius:4px;color:#000;font-size:18px;min-height:44px;display:flex;align-items:center}.profile-view .radio-group{display:flex;gap:30px;margin-top:10px}.profile-view .radio-group .radio-label{display:flex;align-items:center;gap:10px;font-size:18px;color:#000}.profile-view .radio-group .radio-label input[type=radio]{width:20px;height:20px;cursor:not-allowed;accent-color:#F5A42E}.loading-state{text-align:center;padding:40px;color:#6c757d}.address-form-container{margin-top:20px;padding:20px;background:#f8f9fa;border-radius:8px}.required{color:#dc3545}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#F5A42E}.checkbox-label.same-as-billing{margin-bottom:20px;padding:12px;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef;font-weight:500}.checkbox-label.same-as-billing:hover{background:#e9ecef}.checkbox-label.same-as-billing input[type=checkbox]{width:20px;height:20px}.checkbox-label.same-as-billing span{font-size:15px;color:#2d5016}.address-cards{margin-top:30px}.address-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:24px;height:100%;display:flex;flex-direction:column;transition:box-shadow .3s}.address-card:hover{box-shadow:0 4px 12px #0000001a}.address-card .address-card-title{font-size:18px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.address-card .address-card-content{flex:1;display:flex;flex-direction:column}.address-card .address-text{color:#555;font-size:14px;line-height:1.6;margin-bottom:20px;flex:1;white-space:pre-line}.address-card .address-actions{display:flex;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #f0f0f0}.address-card .address-actions .btn-edit,.address-card .address-actions .btn-delete{padding:8px 20px;border:1px solid #ddd;background:#fff;color:#333;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s}.address-card .address-actions .btn-edit:hover:not(:disabled),.address-card .address-actions .btn-delete:hover:not(:disabled){background:#f8f9fa;border-color:#ccc}.address-card .address-actions .btn-edit:disabled,.address-card .address-actions .btn-delete:disabled{opacity:.5;cursor:not-allowed}.address-card .address-actions .btn-delete{color:#dc3545;border-color:#dc3545}.address-card .address-actions .btn-delete:hover:not(:disabled){background:#dc3545;color:#fff}.address-card .no-address{color:#6c757d;font-size:14px;margin-bottom:16px;font-style:italic}.address-card .btn-add-address{padding:10px 20px;border:1px solid #162D25;background:#fff;color:#162d25;border-radius:4px;font-size:14px;font-family:jostmedium;cursor:pointer;transition:all .3s;width:100%}.address-card .btn-add-address:hover{background:#fcb447;color:#000;border:1px solid #F5A42E}.section-header .btn-primary{padding:10px 20px;background:#162d25;color:#fff;border:none;border-radius:4px;font-size:14px;font-family:jostmedium;cursor:pointer;transition:all .3s}.section-header .btn-primary:hover{background:#0d533b;cursor:pointer}textarea.form-control{resize:vertical;min-height:80px;font-family:inherit}
