.els-wrapper { width:100%; }
#els-btn { padding:12px 20px; cursor:pointer; }
#els-results { margin-top:20px; }
.els-item { padding:15px; }
.els-link { text-decoration:none; color:inherit; display:block; }
.els-item:hover { background:#f5f5f5; }

.agent-card { background: #fff; border-radius: 12px; }
.agent-image img { width: 100%; object-fit: cover; height: 400px; }
.agent-name { margin: 12px 0 4px; font-weight: 700; }
.agent-role { color: #000000; font-size: 14px; margin-bottom: 10px !important; margin-top: 10px !important; }
.agent-info h4 a { color: #000; }
.agent-contact p { font-size: 14px; margin: 4px 0; font-weight: 600; color: #000000; margin-bottom: 10px !important; margin-top: 10px !important; }
.agent-phone a { font-size: 14px; margin: 4px 0; font-weight: 600; color: #000000; margin-bottom: 10px !important; margin-top: 10px !important; }
.agent-email a { font-size: 14px; margin: 4px 0; }

.els-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; }
.els-search { position: relative; width: 100%; max-width: 100%; display: flex; align-items: center; }
#els-input { width: 100%; font-size: 16px; border-radius: 0px; border: 1px solid #d0d0d0; outline: none; background: #f5f5f5; color: #000000; height: 64px;}

#els-input::placeholder {
    color: #000000;
}

#els-input:focus {
    border-color: #000;
}

.els-search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    height: 100%;
    text-align: center;
    background-color: #d8292f;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    font-weight: 400;
    font-family: 'Inter';
}

.els-clear {
    position: absolute;
    right: 170px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #000000;
    display: none;
}

.els-clear:hover {
    color: #000;
}

.els-pagination {
    margin-top: 50px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}