.a179-naver-login-wrap {
    margin: 0 0 24px;
}

.a179-naver-login-button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
    box-sizing: border-box;
    background: #03c75a;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
}

.a179-naver-login-button:hover,
.a179-naver-login-button:focus {
    background: #02b351;
    color: #fff !important;
}

.a179-naver-login-n {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.a179-naver-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: #777;
    font-size: 12px;
}

.a179-naver-divider::before,
.a179-naver-divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid #ddd;
}

.a179-naver-consent-page {
    padding: 64px 20px;
    min-height: 60vh;
    background: #fafafa;
}

.a179-naver-consent-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.a179-naver-consent-card h1 {
    margin: 0 0 10px;
    font-size: 30px;
}

.a179-naver-consent-intro {
    margin: 0 0 28px;
}

.a179-naver-profile-summary {
    margin: 0 0 14px;
    border-top: 1px solid #e5e5e5;
}

.a179-naver-profile-summary > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.a179-naver-profile-summary dt {
    font-weight: 700;
}

.a179-naver-profile-summary dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.a179-naver-small-note {
    margin: 0 0 24px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.a179-naver-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0;
    line-height: 1.6;
}

.a179-naver-consent-row input {
    margin-top: 5px;
}

.a179-naver-consent-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 600px) {
    .a179-naver-consent-page {
        padding: 32px 14px;
    }

    .a179-naver-consent-card {
        padding: 26px 20px;
    }

    .a179-naver-profile-summary > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
