.main-wrapper-ag {
    padding: 40px 100px;
}

.logout-section-ag {
    margin-bottom: 30px;
}

.logout-link-ag {
    text-decoration: none;
    color: #444;
    font-size: 15px;
}

.account-heading-ag {
    font-size: 32px;
    margin: 0 0 10px;
}

.account-subtext-ag {
    font-size: 15px;
    margin-bottom: 40px;
    color: #333;
}

.content-wrapper-ag {
    display: flex;
    justify-content: space-between;
    gap: 180px;
}

.orders-section-ag {
    width: 70%;
}
.address-section-ag {
    width: 25%;
}

.section-title-ag {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.line-ag {
    border: none;
    border-top: 1px solid #979797;
    margin: 10px 0 30px;
}

.orders-text-ag {
    margin-bottom: 40px;
    font-size: 15px;
}

.address-name-ag,
.address-country-ag {
    font-size: 15px;
    margin: 0;
}

.btn-ag {
    padding: 12px 28px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-ag:hover {
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
    .main-wrapper-ag {
        padding: 30px 20px;
    }

    .content-wrapper-ag {
        flex-direction: column;
        gap: 50px;
    }

    .orders-section-ag,
    .address-section-ag {
        width: 100%;
    }
}
