.author-team{ 
    border-radius: 10px;
    background: #FFF;
    padding: 24px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.author-team-top {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-team-image {
    width: 121px;
    min-width: 121px;
    margin-right: 24px;
    height: 58px;
    position: relative;
    background-image: url('../../img/author-team-image-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.author-team-image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    max-width: 88px;
    max-height: 108px;
    object-fit: contain;
    object-position: center bottom;
}

.author-team-top-social-list {
    width: 280px;
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: -16px;
    margin-left: auto;
}

.author-team-top-social-list a {
    margin-left: 16px;
    margin-top: 16px;
    display: block;
    width: 40px;
    height: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    border: 1px solid  #F0EFF8;
    background: #FFF;
}

.author-team-top-name {
    color: #3B316E;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.author-team-top-job {
    color: #626273;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.author-team-description {
    color: #626273;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.author-team-separate-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.author-team-separate-title {
    color: #626273;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 12px;
}

.author-team-separate-line:after {
    content:'';
    display: block;
    width: 10px;
    flex-grow: 2;
    background: #E7EAF1;
    height: 1px;
}

.author-team-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-team-tags {
    width: calc(100% - 190px);
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

.author-team-tags a {
    margin-right: 10px;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 36px;
    padding: 0 12px;
    white-space: nowrap;
    background: #F0EFF8;
    border-radius: 4px;
    transform: skewX(-10deg);
    text-transform: uppercase;
    color: #9797B2;
    font-weight: 600;
    border: 1px solid #F0EFF8;
    transition: background-color .2s, color .2s;
    text-decoration: none !important;
}

@media screen and (min-width: 992px) {
    .author-team-tags a:hover {
        background-color: #573B97;
        color: #ffffff;
        border-color: #573B97;
    }
}

.author-team-author-permalink a{
    color:  #9797B2 !important;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    text-decoration: none !important;
    align-items: center;
}

.author-team-author-permalink a:after {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 12px;
    background-image: url('../../img/author-team-btn-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.author-team-top-social-list-item  {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.author-team-top-social-list-item  svg  {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .author-team-top-social-list-item:hover {
        background: #9797B2;
    }

    .author-team-top-social-list-item:hover svg {
        fill: #ffffff;
    }
}
 
@media screen and (max-width: 767px) {
    .author-team-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .author-team {
        margin-bottom: 48px;
        padding: 16px;
    }
    .author-team-image {
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .author-team-top-box {
        width: 100%;
        margin-bottom: 13px;
    }
    .author-team-top-name {
        font-size: 18px;
        font-style: italic;
        font-weight: 800;
        line-height: 24px; 
        text-align: center;
        margin-bottom: 4px;
    }
    .author-team-top-job{ 
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    .author-team-top-social-list {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .author-team-top-social-list a {
        margin-left: 8px;
        margin-right: 8px;
    }
    .author-team-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        text-align: center;
    }
    .author-team-separate-line {
        margin-bottom: 8px;
    }
    .author-team-separate-title {
        font-size: 14px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
    }
    .author-team-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .author-team-tags {
        width: 100%;
        margin-bottom: 16px;
    }
    .author-team-tags a {
        margin-right: 8px;
        margin-top: 8px;
    }
    .author-team-tags {
        margin-top: -8px;
    }
    .author-team-top {
        margin-bottom: 17px;
    }
    
}