.post-type-24h .header .logo {
    top: -9px;
    padding: 10px 17px;
}
.post-type-24h .header .bars .icon-bar{
    background-color: #f77fa6ff;
}
.post-type-24h .footer{
    background-color: #f77fa6ff;
}
.post-type-24h .footer .right_links a:after {
    content: '';
    background: none;
  
    background-color: #ffffffff;
  
    -webkit-mask-image: url('../img/arrow-right-green.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  
    mask-image: url('../img/arrow-right-green.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
.post-type-24h .footer .footer_logo {
    width: 90%;
}
.post-type-24h .btn_links li:first-child a{
    background-color: #f77fa6ff;;
}
.post-type-24h a:hover, .post-type-24h a:link:hover{
    opacity: 0.5;
}
.post-type-24h .main-menu a:hover,
.post-type-24h .main-menu a:link:hover{
    color: #fff;
}
.post-type-24h .sec_ttl {
    color: #f77fa6ff;
}
.post-type-24h .more .btn{
    background-color: #f77fa6ff;
    border: 3px solid #f77fa6ff;
}
.post-type-24h .drop-down-menu{
    background-color: #f77fa6ff;
    border-radius: 0px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 6.2);
}
.post-type-24h .drop-down-menu .main-menu li a:after{
    display: none;
}

.overlay-container-24h{
    align-content: center;
    align-items: center;
    bottom: auto;
    flex: none;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100vh;
    justify-content: center;
    left: auto;
    margin: 0 0 0 0;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.overlay-container-24h__list{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    padding: 0px;
}

.overlay-container-24h__item{
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    height: auto;
    justify-content: center;
    padding: 20px 0px 15px 0px;
    width: 53px;
    background: #ffffffff;
    border: 1px solid #f77fa6ff;
    border-right: 0px;
    position: relative;
}

.overlay-container-24h__item:nth-child(2){
    background: #b38856ff;
    border: none;
}
.overlay-container-24h__item:nth-child(3){
    background: #4cc764ff;
    border: none;
}

.overlay-container-24h__item a p{
    color: #f13969ff;
    font-weight: 700;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: center;
}

.overlay-container-24h__item a:link{
    color: #f13969ff;
    font-weight: 700;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: center;
}
.overlay-container-24h__item:nth-child(2) a:link,
.overlay-container-24h__item:nth-child(3) a:link{
 color: #fff;
}
.overlay-container-24h__item:nth-child(2) a p,
.overlay-container-24h__item:nth-child(3) a p{
 color: #fff;
}


.overlay-container-24h__item a:link p{
    width: 18px;
}

.overlay-container-24h__item .icon {
    width: 1.2em;
    height: 1.2em;
    color: #f13969ff;
}
.overlay-container-24h__item:nth-child(2) .icon,
.overlay-container-24h__item:nth-child(3) .icon{
 color: #fff;
}

.overlay-container-24h__item .footer-line-icon{
    height: auto;
    margin: 0px 0px 5px 0px;
    width: 30px;
    max-width: 100%;
}


@media screen and (max-width: 980px) {
    .overlay-container-24h{
        align-items: flex-end;
        bottom: 0px;
        height: auto;
        margin: 0 0 0 0;
        position: sticky;
        width: 100%;
        max-width: 100%;
    }
    .overlay-container-24h__list{
        flex-direction: row;
        gap: 0px;
        width: 100%;
        max-width: 100%;
    }
    .overlay-container-24h__item{
        border: none;
        height: 70px;
        width: 33.3%;
        border-radius: 0px 10px 0px 0px;
        box-shadow: none;
    }
    .overlay-container-24h__item:nth-child(2){
        border-radius: 10px 10px 0px 0px;
    }
    .overlay-container-24h__item:nth-child(3){
        border-radius: 10px 0px 0px 0px;
    }
    .overlay-container-24h__item a:link{
        letter-spacing: 0px;
        flex-direction: row;
    }
    .overlay-container-24h__item a:link p{
        width: 100%;
        font-size: 12px;
    }
    .overlay-container-24h__item .footer-line-icon{
        margin: 0px;
    }
    
}


@media (max-width: 767px) {
    .post-type-24h .header .logo {
        top: -7px;
    }
    
}