/* Expert single page only — loaded from frontend/expert/single.blade.php */

.expert-profile-title {
    padding-top: 25px;
    font-size: 30px;
}

.expert-profile-section {
    padding-top: 0;
}

.expert-profile-row {
    margin-top: 20px;
}

.expert-profile-avatar-wrap {
    text-align: center;
}

.expert-profile-avatar {
    max-width: 200px;
}

.expert-profile-avatar--lg {
    max-width: 250px;
}

.expert-profile-panel-col {
    min-width: 0;
}

.expert-profile-panel._prtis_list {
    overflow: hidden;
    max-width: 100%;
}

.expert-profile-panel__content {
    padding: 1.5rem;
    max-width: 100%;
    overflow: hidden;
}

.expert-profile-panel__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.expert-profile-panel__item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

.expert-profile-panel__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f4f5f7;
    color: #5c6678;
}

.expert-profile-panel__body {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.expert-profile-panel__value {
    display: block;
    font-size: 16px;
    color: #1b2132;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.expert-profile-panel__label {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: #7a8394;
    line-height: 1.4;
}

.expert-profile-panel__action {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f0f2f6;
}

.expert-profile-panel__contact-btn {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    max-width: 96px;
    padding: 0.35rem 0.25rem;
    text-decoration: none;
    color: #5c6678;
    transition: color 0.2s ease, transform 0.2s ease;
}

.expert-profile-panel__contact-btn:hover {
    color: #1b2132;
    transform: translateY(-1px);
}

.expert-profile-panel__contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.expert-profile-panel__contact-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
}

.expert-profile-panel__contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.expert-profile-panel__contact-btn:hover .expert-profile-panel__contact-icon {
    opacity: 0.92;
    box-shadow: 0 4px 12px rgba(27, 33, 50, 0.12);
}

.expert-profile-panel__contact-btn--whatsapp .expert-profile-panel__contact-icon {
    background: #25d366;
}

.expert-profile-panel__contact-btn--call .expert-profile-panel__contact-icon {
    background: #05af78;
}

.expert-profile-panel__contact-btn--bale .expert-profile-panel__contact-icon {
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.expert-profile-panel__contact-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
}

.expert-profile-listings {
    margin-bottom: 50px;
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    .expert-profile-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.5rem;
    }

    .expert-profile-panel__action {
        gap: 1rem;
    }

    .expert-profile-panel__contact-btn {
        max-width: 112px;
    }

    .expert-profile-panel__contact-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .expert-profile-panel__contact-icon svg {
        width: 24px;
        height: 24px;
    }

    .expert-profile-panel__contact-label {
        font-size: 13px;
    }
}

.expert-profile-panel__activity {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f2f6;
}

.expert-profile-panel__activity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.expert-profile-panel__activity-tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    background: #f4f5f7;
    color: #1b2132;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
