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

.page-title .breadcrumb-title.expert-list-title {
    padding-top: 25px;
}

.grid_agents .grid_agents-wrap {
    position: relative;
}

.grid_agents .fr-grid-thumb {
    border-radius: 8px;
    border: 3px solid #c39b00;
    box-shadow: none;
    overflow: hidden;
}

.grid_agents .fr-grid-thumb a {
    border-radius: 8px;
}

.grid_agents .fr-grid-thumb img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid_agents .fr-grid-deatil {
    min-height: 110px;
}

.grid_agents .fr-infos-deatil {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

.grid_agents .expert-contact-icons {
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.grid_agents .expert-contact-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 56px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.grid_agents .expert-contact-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    flex-shrink: 0;
}

.grid_agents .expert-contact-media i {
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.grid_agents .expert-contact-media img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.grid_agents .expert-contact-media--dark {
    background: #1f2937;
}

.grid_agents .expert-contact-media--whatsapp {
    background: #25d366;
}

.grid_agents .expert-contact-media--whatsapp img {
    width: 30px;
    height: 30px;
}

.grid_agents .expert-contact-media--bale {
    background: transparent;
}

.grid_agents .expert-contact-media--bale img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.grid_agents .expert-contact-label {
    font-size: 12px;
    line-height: 1.2;
    color: #6b7280;
    text-align: center;
}

.grid_agents .expert-ads-btn {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
}

.expert-share-modal .close span {
    line-height: 0;
}

.expert-share-modal .expert-share-actions > [class*="col-"] {
    width: 50% !important;
    padding: 5px;
}

.expert-share-modal .expert-share-actions .expert-share-dismiss {
    text-align: left;
}
