.dashboard-section .dashboard-profile{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin:50px auto;width:100%;max-width:900px}@media (max-width:992px){.dashboard-section .dashboard-profile{grid-template-columns:repeat(1,1fr);padding:25px 20px}}.dashboard-section .dashboard-profile .card{background-color:#effbed;border-color:#effbed;padding:20px;border-radius:8px}.dashboard-section .dashboard-profile .card h3{font-size:16px;margin-bottom:12px;color:#0a4c36;font-weight:600}.dashboard-section .dashboard-profile .grid-section .card p{font-size:14px;color:#666;margin-bottom:15px}.dashboard-section .dashboard-profile .address-card{background-color:#d2facf;padding:20px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-top:20px}.dashboard-section .dashboard-profile .grid-section .card .address-card .name{font-weight:600;font-size:15px;color:#2c3e50}.address-card .address-line,.address-card .phone,.dashboard-section .dashboard-profile .grid-section .card .address-card .email{font-size:14px;color:#555;margin:4px 0}.dashboard-section .dashboard-profile .grid-section .card .address-card .btn{margin-top:15px}.dashboard-page .dashboard-profile .btn{display:inline-block;background-color:#0a4c36;color:#fff;padding:8px 16px;font-size:16px;border-radius:4px;cursor:pointer;text-decoration:none;transition:.3s;margin-top:20px}.dashboard-section .add-to-address{margin-top:50px;text-align:center;padding:50px}.dashboard-section .add-to-address .btn-add{font-size:20px;color:#0a4c36;background-color:#fcede8;padding:20px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}