.elementor-315 .elementor-element.elementor-element-2eac9ed{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:20px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-315 .elementor-element.elementor-element-70bc66b .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:30px;font-weight:700;line-height:32px;color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-315 .elementor-element.elementor-element-2eac9ed{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-315 .elementor-element.elementor-element-70bc66b .elementor-heading-title{font-size:22px;}}/* Start custom CSS for shortcode, class: .elementor-element-afabb8d */.ekit_creative_button_text	
{font-family:inter; font-size:18px;
}
.author-post-count{font-weight:400;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2eac9ed *//* GRID */
.authors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

/* CARD */
.author-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.author-image {
		min-width: 160px;
	}

/* IMAGE */
.author-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

/* CONTENT */
.author-content {
    margin-left: 0px;
}

.author-name {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
}

/* Hover State */
.author-name a:hover {
    color: var( --e-global-color-primary );
 text-decoration: none !important;
}

.author-name a {
    color: var( --e-global-color-text );
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    font-family: "Georgia", Sans-serif;
}

.author-bio {
    margin-top: 8px !important;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    font-family: "Georgia", Sans-serif;
}

.author-bio a {
    color: var( --e-global-color-primary );
}


.author-more {
    display: inline-block;
    /*margin-top: 6px;*/
    color: var( --e-global-color-primary );
    font-size: 16px;
    text-decoration: none;
    font-weight: 700 !important;
}

/* MOBILE */
@media (max-width: 767px) {
    .authors-grid {
        grid-template-columns: 1fr;
    }
    
    .author-name a{
    font-size: 22px !important;
        
    }
    
    .author-bio {
    font-size: 16px;
    line-height: 26px;
}

    .author-card {
    flex-direction: column;
        text-align: left;
        gap: 0px;
    }

    .author-content {
    margin-left: 0;
       text-align: left;
    }

    .author-image img {
        margin: 0 auto;
    }
    
    .authors-filter {
    margin-bottom: 25px !important;
}
.author-image {
    min-width: 100px !important;
}
.author-image img {
    width: 100px !important;
    height: 100px !important;
}
.author-content {
    margin-left: 0px !important;
}

.authors-grid {
    gap: 30px 20px !important;
}
}



/* A–Z Filter Wrapper */
.authors-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;

}

/* Alphabet Boxes */
.authors-filter a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;

    color: #020202;
    text-decoration: none;

    border: 1px solid #D7D7D7;
    box-sizing: border-box;

    transition: all 0.2s ease;
    background: white;
}

/* Hover State */
.authors-filter a:hover {
    background-color: var( --e-global-color-primary );
    color: #fff;
    border-color: #D7D7D7;
}

/* Active State */
.authors-filter a.active {
    background-color: var( --e-global-color-primary );
    color: #fff;
    border-color: #D7D7D7;
}



@media (max-width: 1024px) and (min-width: 768px){
    
        .authors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
.authors-filter {
    margin-bottom: 40px;
}
.author-image {
    min-width: 130px !important;
}
.author-image img {
    width: 130px !important;
    height: 130px !important;
}
.author-content {
    margin-left: 0px !important;
}
.authors-grid {
    gap: 40px 30px !important;
}

}/* End custom CSS */