.contact-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-card {
    padding: 1.75rem;
}

.contact-card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(55, 71, 79, 0.08);
    color: var(--primary-color);
}

.contact-wecom-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    margin-bottom: 1rem;
    border: 1px dashed rgba(55, 71, 79, 0.25);
    border-radius: 12px;
    background-color: #f6f8f9;
    color: #60717a;
    font-weight: 600;
    text-align: center;
}

.contact-wecom-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background-color: #f6f8f9;
}

.contact-wecom-image {
    width: 100%;
    max-width: 260px;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
}
