.content {
    text-align: center;
}

.support-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 8px 16px rgba(0, 122, 255, 0.2);
}

.email-link {
    padding: 16px 32px;
    font-size: 18px;
    box-shadow: 0 8px 24px rgba(0, 122, 255, 0.25);
    margin-top: 24px;
}

.email-link:hover {
    box-shadow: 0 12px 32px rgba(0, 122, 255, 0.35);
}

.response-time {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    color: var(--text-light);
    font-size: 14px;
}
