.at-contact-card-7431d129 {
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    font-family: inherit;
    max-width: 450px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.at-contact-card-7431d129:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.at-studio-title-7431d129 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.at-owner-name-7431d129 {
    font-size: 16px;
    opacity: 0.8;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.at-contact-details-7431d129 {
    margin-bottom: 24px;
}

.at-contact-item-7431d129 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
}

.at-contact-item-7431d129 a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.at-contact-item-7431d129 a:hover {
    opacity: 0.7;
}

.at-icon-7431d129 {
    font-size: 18px;
}

.at-actions-7431d129 {
    margin-top: 20px;
}

.at-whatsapp-btn-7431d129 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 24px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.at-whatsapp-btn-7431d129:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.at-whatsapp-icon-7431d129 {
    display: flex;
    align-items: center;
}
