/* About/Contact 페이지 공통 스타일 */
.back-link {
    display: inline-flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 20px;
    transition: color 0.2s;
}

.back-link:hover {
    color: #000;
}

.back-link svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
