/* AI_hair_Rankings.php — 좌측 intro 제거, 단일 컬럼 800px */
body.hair-rank-landing-page #main_intro {
    display: none !important;
}

body.hair-rank-landing-page #main_content {
    width: 100%;
    max-width: 800px;
}

.hair-rank-copy-address {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 18px auto 24px;
    box-sizing: border-box;
}

.hair-rank-copy-address__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 26px;
    border: 1px solid #ddd6f3;
    border-radius: 999px;
    background: linear-gradient(135deg, #faf8ff 0%, #f2f4ff 100%);
    color: #6545a4;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 5px 14px rgba(76, 29, 149, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.hair-rank-copy-address__button:hover {
    border-color: #c9bdf0;
    background: linear-gradient(135deg, #f5f1ff 0%, #ebeefe 100%);
    transform: translateY(-1px);
    box-shadow: 0 7px 17px rgba(76, 29, 149, 0.14);
}

.hair-rank-copy-address__button:focus-visible {
    outline: 3px solid rgba(124, 58, 237, 0.25);
    outline-offset: 2px;
}

.hair-rank-copy-address__button:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(76, 29, 149, 0.1);
}
