.back-link-cta{
    margin-bottom: 60px;
    margin-top: 30px;
}

.back-link-cta a::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url(images/icons/icon-chevron-left-teal.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transition: all 0.4s ease !important;
}
.back-link-cta a:hover::before{
    background-image: url(images/icons/icon-chevron-left-light-teal.svg);
}
.single-header-left{
    padding-right: 30px;
}
/* Post title is now an <h1> for SEO/AEO. It must read as the largest heading on the
   page — bigger than the in-body section <h2>s (36px). Scales down on small screens
   but never below the body headings. */
.single-header-left h1{
    font-size: clamp(38px, 3.2vw, 46px);
    line-height: 1.25;
    font-weight: 700;
}
.single-header-right{
    padding-left: 30px;
}
.customer-logo{
    border-radius: 12px;
    border: 1px solid rgba(0, 53, 72, 0.10);
    box-shadow: 0px 9px 14px -10px rgba(0, 53, 72, 0.10);
    padding: 12px 22px;
    background: #fff;
    max-width: 178px;
    height: 65px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.customer-logo img {
    height: 41px;
    width: 100%;
    object-fit: contain;
}
.single-header .separator-line{
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-header-image{
    min-height: 310px;
    height: 100%;
    box-shadow: 0px 4px 70px 30px rgba(33, 188, 204, 0.10);
    border-radius: 12px;
}
.single-case-studies .single-header-image{
    min-height: 366px;
}
.single-header-image img{
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.auther-share-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auther-detail{
    display: flex;
    align-items: center;
}
.author-image{
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.auther-detail .auther-name{
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: var(--primary-teal);
}
.author-deatil p{
    font-size: 14px;
    line-height: 20px;
}
.author-image img{
    border-radius: 50%;
}

/* .share-link-box{
    display: none;
} */

.share-link-wrap{
    display: flex;
}

.share-link-wrap p{
    color: var(--primary-dark-40);
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    font-weight: 700;
}

.share-link-box .share-list ul {
    margin-top: 10px;
    background-color: #fff;
    box-shadow: var(--box-shadow-10);
    border: var(--border-10);
    padding: 22px;
    margin-bottom: 0;
    border-radius: 12px;
}
.share-link-box .share-list ul li a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-dark);
    cursor: pointer;
}
.share-link-box .share-list ul li:not(:last-child){
    margin-bottom: 12px;
}
.share-link-box .share-list ul li a img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.share-link-box .share-link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--primary-teal);
    font-weight: 700;
}
.share-link-box .share-link:hover{
    color: var(--light-teal);
}
.share-link-box .share-link::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(images/icons/icon-share.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    transition: all 0.4s ease !important;
}
.share-link-box .share-link:hover::before{
    background-image: url(images/icons/icon-share-light-teal.svg);   
}
.share-link-wrap-main{
    display: flex;
}
.share-link-box .share-link-wrap-main span{
    color: var(--primary-dark-40);
    margin: 0px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.share-link-box{
    position: relative;
}
.share-link-box .share-list {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    display: none;
    transition: .3s all;
    min-width: 222px;
}
.share-link-box .share-list.active{
    display: block;
}
.share-link-wrap{
    display: flex;
    align-items: center;
}

.single-header{
    position: relative;
    z-index: 1;
}

.page-template-page-event-single .single-header-image {
    min-height: 310px;
}