.contacts-page .legal-card {
    max-width: 560px;
}

.contacts-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.contacts-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.contacts-value {
    font-size: 16px;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
}

.contacts-value:hover {
    text-decoration: underline;
}

.contacts-empty {
    margin-top: 20px;
    color: #64748b;
    line-height: 1.55;
}
