.signpost__item__wrapper {
    position: relative;
    /* Ensure relative positioning for absolute child */
}

.signpost-image img {
    height: 233px !important;
    width: 100% !important;
    transition: all 1s cubic-bezier(.35, 0, .08, 1);
    object-fit: cover;
}

.signpost__content__wrapper {
    margin: 0;
    padding: 40px 25px !important;
    background-color: var(--main-blue);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.signpost-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px !important;
    color: var(--white-color);
    font-family: "Gotham A", "Gotham B";
}

.signpost-link {
    /* padding-left: 15px; */
    font-size: 1.4rem !important;
    /* position: absolute; */
    bottom: 40px;
}

.signpost__item__wrapper:hover .signpost-image img {
    transform: scale(1.04);
    transition: all 1s cubic-bezier(.35, 0, .08, 1);
}

.signpost-image {
    overflow: hidden;
}

.signpost__cta__wrapper .cta-primary {
    position: unset !important;
    border-left: 1px solid white;
    font-weight:400;
}

.signpost__cta__wrapper .cta-primary.white-cta:before {
    background-color: transparent;
    height: 15px;
    height: 100% !important;
    width: 100%;
    bottom: 0;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
}

.simple-signpost-image {
    min-height: 154px;
}
.simple-signpost-image img{
width: 100%;
    height: 153px;
    object-fit: cover;
}
.simple-signpost-item-wrapper {
    min-height: 163px;
}

/* .simple-signpost-item-wrapper .simple-signpost-image{
        width: 370px;
        height: 154px;
    } */
.simple-signpost-content-wrapper {
    /*position: relative;*/
    margin: 0;
    padding: 15px !important;
    background-color: transparent;
}

.simple-signpost-item-wrapper .simple-signpost-title {
    font-size: 2.4rem;
    color: var(--black-color);
    margin-bottom: 0;
    padding-top: 3px;
    margin-top: 0;
    line-height: 24px;
	font-family: var(--font-gotham);
}

.signpost__cta__wrapper .simple-signpost-cta {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400 !important;
    color: var(--main-blue);
    text-decoration: none;
}

.signpost__cta__wrapper .simple-signpost-cta:after {
    content: "";
    border: none;
    left: 15px;
    -webkit-transform: none;
    transform: none;
    top: 7px;
    width: 27px;
    height: 27px;
    background: url('/~/media/Images/W/WH-Smith/wh-icons/arrow-blue');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}
.simple-signpost-content-wrapper .simple-signpost-description p{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #9f9f9f;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.item-cta-wrapper .cta-primary{position: unset; padding: 5px 0 5px 15px; border-left: 1px solid var(--main-blue) ;}
/* Full width Signpost - Start*/
.full-width-signpost-wrapper{
    min-height: 263px;
    position: relative;

    overflow: hidden;
}
.full-width-signpost-wrapper:hover .full-width-signpost-image{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 1s cubic-bezier(.35,0,.08,1);
    transition: all 1s cubic-bezier(.35,0,.08,1);
    z-index: 0;
}
.full-width-signpost-image{
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.35,0,.08,1);
    transition: all 1s cubic-bezier(.35,0,.08,1);
    background-size: cover;
    box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
    -webkit-transition: all 2s cubic-bezier(.35,0,.08,1);
    transition: all 2s cubic-bezier(.35,0,.08,1);
}
.full-width-signpost-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 1s cubic-bezier(.35,0,.08,1);
    transition: all 1s cubic-bezier(.35,0,.08,1);
    margin-top: 15px;
    padding: 18px 20px;
}
.full-width-signpost-title{
    font-size: 2rem;
    color: var(--white-color);
    line-height: 2.4rem;
    font-family: "Gotham A","Gotham B";
    margin-top: 0;
    line-height: 24px;
}
.full-width-signpost-link-wrapper{
    font-family: "Gotham A","Gotham B";
    font-size: 1.2rem;
     color: var(--white-color); 
    line-height: 1.8rem;
    margin-bottom: 0;
    display: inline-block;
}
.full-width-signpost-link-wrapper::after{
    border-color: var(--white-color);
    display: inline-block;
    content: "";
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 2px;
    left: 10px;
    bottom: 1px;
}
.full-width-signpost-link{
    color: var(--white-color);
    text-decoration: none;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.full-width-signpost-content::after{
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
    background: var(--white-color);
    content: "";
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
}
.full-width-signpost-wrapper:hover .full-width-signpost-content:after{
    height: 100%;
    opacity: 1;
}
.full-width-signpost-wrapper:hover .full-width-signpost-title{
    color:var(--dark-blue) ;
}
.full-width-signpost-wrapper:hover .full-width-signpost-link{
    color: #2fdf95;
}
.full-width-signpost-wrapper:hover .full-width-signpost-link-wrapper::after{
    border-color: #2fdf95 ;
}
/* Full width Signpost - End*/

/* Signpost With Contentborder Start */

.signpost__content__wrapper.signpost-content-border{
    padding: 30px 35px 35px 55px!important;
    position: relative;
}
.signpost__content__wrapper.signpost-content-border .signpost-title{
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 300;
}
.signpost__content__wrapper.signpost-content-border .signpost-link{
    position: absolute;
    bottom: 35px;
} 
.signpost__content__wrapper.signpost-content-border .signpost-link::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    background-color: var(--white-color);
    left: -17px;
    bottom: 2px;
} 
.signpost__content__wrapper.signpost-content-border .signpost-link a.cta-primary{
border: none;
padding-left: 0;
font-family: Roboto,Arial,sans-serif!important;
}
.signpost-content-border-wrapper .signpost__image__wrapper img{
    height: 280px !important;
    object-fit: cover;
}
.ip3-edit .signpost__wrapper .component-wrapper{width:50%}
.ip3-edit .signpost__wrapper .component-wrapper [class*=col-]{width:100%}
/* Signpost With Contentborder End */
@media screen and (max-width:767px){
    .full-width-signpost-image{
        height: auto;
    min-height: 197px !important;
    }
}
@media screen and (max-width:991px){
    .full-width-signpost-content{
        position: relative;
        bottom: auto;
        margin-top: 0;
        padding-top: 11px;
    }
    .full-width-signpost-wrapper{
        height: auto!important;
        min-height: auto!important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .full-width-signpost-image{
        height: auto;    
        min-height: 164px;    
        position: relative;
    }
    .full-width-signpost-title{
        color:var(--dark-blue) ;
    }
    .full-width-signpost-link{
        color: #2fdf95;
    }
    .full-width-signpost-link-wrapper::after{
        border-color: #2fdf95;
    }
    .full-width-signpost-image{
box-shadow:none;
}
.full-width-signpost-content{
background-color:var(--white-color);
}
}
@media screen and (max-width:1199px){
.signpost__wrapper .full-container{
padding:0 !important;
}
.signpost__wrapper .full-container .heading.h2{
padding:0 15px;
}
}
@media screen and (min-width:768px) {
    .signpost__item__wrapper .simple-signpost-title {
        margin-bottom: 4px;
    }
    .full-width-signpost-title{
        margin-bottom: 4px;
    }
}

@media screen and (min-width:992px){
    .full-width-signpost-content{
        padding: 14px 20px;
    }

}