/* =========================
   Account layout
   ========================= */

.kud-account-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 32px;
    max-width: 1240px;
    margin: 48px auto 72px;
    padding: 0 24px;
}

.kud-account-content {
    min-width: 0;
}

.kud-account-section {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.kud-account-section__title {
    margin: 0 0 24px;
    color: #0f2a4c;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.kud-account-section__description {
    max-width: 720px;
    margin: 0 0 24px;
    color: #52647a;
    font-size: 17px;
    line-height: 1.6;
}