.clova-next-card button {
    min-width: 38px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--clova-teal) !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
}

.clova-next-card button:hover,
.clova-next-card button:focus {
    background: transparent !important;
    box-shadow: none !important;
    color: #176f66 !important;
    transform: none;
}

.clova-profile-link {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 4px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--clova-ink) !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.clova-profile-link:hover,
.clova-profile-link:focus {
    color: var(--clova-teal) !important;
    background: transparent !important;
}

.clova-profile-page {
    max-width: 920px;
    min-height: 650px;
    margin: 0 auto;
    padding: 70px 24px 100px;
}

.clova-profile-page h1 {
    margin-bottom: 10px;
    font-size: clamp(38px, 5vw, 62px);
    letter-spacing: -.04em;
}

.clova-profile-intro {
    color: var(--clova-muted);
    margin-bottom: 30px;
}

.clova-profile-card {
    overflow: hidden;
    border: 1px solid var(--clova-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px #19463c12;
}

.clova-profile-row {
    display: grid;
    grid-template-columns: minmax(150px, 35%) 1fr;
    gap: 24px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--clova-line);
}

.clova-profile-row:last-child { border-bottom: 0; }
.clova-profile-row span { color: var(--clova-muted); }
.clova-profile-row strong { overflow-wrap: anywhere; }
.clova-profile-empty { margin: 0; padding: 24px; color: var(--clova-muted); }

@media (max-width: 600px) {
    .clova-profile-row { grid-template-columns: 1fr; gap: 5px; }
}

.clova-plan-rows { display: grid; gap: 11px; }
.clova-plan-row {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
}
.clova-plan-row > span { padding-top: 9px; }
.clova-plan-row input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #b9cbc5;
    border-radius: 8px;
    background: #fbfcfa;
    padding: 9px 12px;
    color: var(--clova-ink);
    font: inherit;
    font-weight: 400;
}
.clova-plan-row input:focus { outline: 3px solid #bfe5dc; border-color: var(--clova-teal); }

@media (max-width: 480px) {
    .clova-plan-row { grid-template-columns: 1fr; gap: 0; }
}

.clova-lesson-actions .clova-previous {
    margin-right: auto;
    border: 0;
    background: transparent;
    color: var(--clova-teal);
    padding: 13px 0;
    font-weight: 700;
}
.clova-lesson-actions .clova-previous:hover,
.clova-lesson-actions .clova-previous:focus { color: #176f66; text-decoration: underline; }

@media (max-width: 480px) {
    .clova-lesson-actions .clova-previous { margin-right: 0; text-align: left; }
}
