.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-22327 .elementor-element.elementor-element-bd9bdbf .elementor-author-box__avatar img{border-style:solid;border-color:#000;border-width:1px;}.elementor-22327 .elementor-element.elementor-element-bd9bdbf > .elementor-widget-container{border-radius:1px 1px 1px 1px;}@media(max-width:1024px){.elementor-widget-author-box .elementor-author-box__name{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-author-box .elementor-author-box__name{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for author-box, class: .elementor-element-bd9bdbf */.custom-author-bio .elementor-author-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 640px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border: 1px solid #eef0f3;
    position: relative;
    overflow: hidden;
}

.custom-author-bio .elementor-author-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #BF3538, #BF3538);
}

.custom-author-bio .elementor-author-box__avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #263d8a;
    box-shadow: 0 4px 10px rgba(38,61,138,0.25);
}

.custom-author-bio .elementor-author-box__name {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
}

.custom-author-bio .elementor-author-box__name::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #263d8a;
    margin-top: 6px;
    border-radius: 2px;
}

.custom-author-bio .elementor-author-box__bio p {
    margin: 14px 0 0 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 480px) {
    .custom-author-bio .elementor-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px;
    }
    .custom-author-bio .elementor-author-box::before {
        width: 100%;
        height: 6px;
    }
    .custom-author-bio .elementor-author-box__name::after {
        margin-left: auto;
        margin-right: auto;
    }
}/* End custom CSS */