.fab-9774999c-wrapper {
    padding: 20px;
    background-color: #fafafa;
}

.fab-9774999c-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    min-height: 160px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    overflow: hidden;
}

.fab-9774999c-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.fab-9774999c-sec1 {
    flex: 1.2;
    align-items: flex-start;
}

.fab-9774999c-sec2, .fab-9774999c-sec3 {
    flex: 1.5;
}

.fab-9774999c-sec4 {
    flex: 1;
    align-items: center;
}

.fab-9774999c-divider {
    width: 1px;
    background-color: #e5e7eb;
    margin: 30px 0;
}

.fab-9774999c-heading {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fab-9774999c-heading-line {
    width: 40px;
    height: 3px;
    margin-bottom: 15px;
}

.fab-9774999c-subtext {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
    max-width: 250px;
}

.fab-9774999c-agent {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.fab-9774999c-photo-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #d1d5db;
    background-color: #f3f4f6;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fab-9774999c-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.fab-9774999c-agent-details {
    display: flex;
    flex-direction: column;
}

.fab-9774999c-agent-header {
    margin-bottom: 12px;
}

.fab-9774999c-agent-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.fab-9774999c-agent-brokerage {
    font-size: 14px;
    color: #6b7280;
}

.fab-9774999c-agent-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fab-9774999c-agent-info-list li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #374151;
    font-weight: 500;
}

.fab-9774999c-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    width: 14px;
}

.fab-9774999c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 220px;
    height: 48px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.fab-9774999c-btn:hover {
    opacity: 0.9;
}

.fab-9774999c-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .fab-9774999c-container {
        flex-direction: column;
        height: auto !important;
        padding: 0;
    }
    .fab-9774999c-divider {
        width: auto;
        height: 1px;
        margin: 0 30px;
    }
    .fab-9774999c-sec1, .fab-9774999c-sec4 {
        align-items: center;
        text-align: center;
    }
    .fab-9774999c-subtext {
        max-width: none;
    }
    .fab-9774999c-heading-line {
        margin: 0 auto 15px auto;
    }
    .fab-9774999c-agent {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .fab-9774999c-agent-info-list {
        align-items: center;
    }
}