/**
 * Expert Contact Display Stylesheet
 * Layout for inline and sidebar expert contact info components.
 */

.expert-contact-inline {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    gap: 0.75rem !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
}

.expert-info-side {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
    text-align: left !important;
    flex: 1 !important;
}

.expert-label {
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.expert-details {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.4rem !important;
    line-height: 1.3 !important;
}

.expert-name {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.expert-separator {
    color: #cbd5e1 !important;
    font-size: 0.8rem !important;
}

.expert-phone {
    font-size: 0.85rem !important;
    color: #1e293b !important;
    font-weight: 500 !important;
}

.expert-icons {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    margin-left: 0.25rem !important;
}

.expert-icon-link {
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.expert-icon-link:hover {
    transform: scale(1.15) !important;
    opacity: 0.85 !important;
}

.expert-icon-link .fab {
    font-size: 1rem !important;
}

.expert-icon-link.whatsapp .fab {
    color: #25D366 !important;
}

.expert-icon-link.viber .fab {
    color: #7360F2 !important;
}

.expert-photo {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.expert-contact-sidebar {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
}

.expert-contact-sidebar img {
    display: block !important;
}

.expert-contact-sidebar h4 {
    line-height: 1.3 !important;
}

.expert-contact-sidebar a:hover {
    transform: scale(1.1) !important;
}

.wp-block-shortcode .expert-contact-inline,
p .expert-contact-inline,
div .expert-contact-inline {
    display: flex !important;
}

.expert-contact-inline > p {
    margin: 0 !important;
    padding: 0 !important;
    display: contents !important;
}

.expert-contact-inline br {
    display: none !important;
}
