.sk-block-item-top{
    display:flex;
    gap:35px;
    align-items: flex-start;
    padding: 30px;
}
.sk-block-item-top--image{
    width: 210px;
    aspect-ratio: 210/280;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 auto;
}
.sk-block-item-top--image img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.sk-block-item-top--data{
    display:flex;
    gap:20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.sk-block-item-top--data--top{
    display:flex;
    gap:11px;
    flex-direction: column;
    align-items: flex-start;
}

.sk-block-item-top--title{
    color: #FFF;

    font-family: "Smooch Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 85.417% */
    margin:0;
}
.sk-block-item-top--description{
    color: #d5d5d5;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    max-height: 100px;
    overflow: hidden;
}
.sk-block-item-top--description.expanded {
    max-height: none;
}
.sk-block-item-top--description__more{
    color:#44E5B5;
    font-weight:bold;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    transition: color 0.25s ease;
    cursor: pointer;

}
.sk-block-item-top--description__more:hover{
    color:#39b993;
}

/* -- */

.sk-block-item-top--main-like{
    background: #0C4131;
    color: #44E5B5;
    cursor: pointer;

    display: inline-flex;
    padding: 12px 18px;
    align-items: center;
    gap: 7px;
    border-radius: 29px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.sk-block-item-top--main-like span{
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sk-block-item-top--main-like svg,
.sk-block-item-top--main-like i{
    --fa-primary-color: #44E5B5;
    --fa-secondary-color: #44E5B5;
    --fa-primary-opacity: 1;
    --fa-secondary-opacity:0;
    transition: all 0.25s ease;
    font-size:16px;
}
.sk-block-item-top--main-like:hover svg,
.sk-block-item-top--main-like:hover i{    
    --fa-secondary-color: #44e5b5;
    --fa-secondary-opacity: 0.42;
    transform: translateX(0);
}
.sk-block-item-top--main-like.liked{
    background: #44E5B5;
}
.sk-block-item-top--main-like.liked span{
    color: #0a3629;
}
.sk-block-item-top--main-like.liked svg,
.sk-block-item-top--main-like.liked i{  
    --fa-primary-color: #0a3629;  
    --fa-secondary-color: #0a3629;
    --fa-secondary-opacity: 0.42;
}


/* --- */

.sk-block-item-top--actions{
    display:flex;
    gap:14px;
    align-items: center;
}
.sk-block-item-top--action{
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 29px;
    background: #111;
    text-decoration: none;
    transition: all 0.25s ease;
}
.sk-block-item-top--action:hover{
    background: #262626;
}
.sk-block-item-top--action span{
    color: white;

    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sk-block-item-top--action svg,
.sk-block-item-top--action i{
    color: #44E5B5;
    transition: all 0.25s ease;
}


/* --- */

.sk-block-item-top--metas{
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: column;
    gap:13px;
}
.sk-block-item-top--metas--inline{
    flex-direction: row;
    flex-wrap:wrap;
}
.sk-block-item-top--meta{
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
    gap:6px;
}
.sk-block-item-top--meta-content{
    text-decoration: none;
    display: inline-flex;
    gap:6px;
}
a.sk-block-item-top--meta-content:hover span{
    text-decoration: underline;
}
.sk-block-item-top--meta-content svg,
.sk-block-item-top--meta-content i{
    width: 25px;
    color: #44E5B5;
    font-size: 18px;
    text-align: center;
}
.sk-block-item-top--meta-content span{
    color: #FFF;

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: inline-flex;
    align-items: center;
}
.sk-block-item-top--meta-content span.timezone{
    color: #ddd;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    text-align: center;
    padding-left:5px;
    text-shadow: 1px 1px black;
}
.sk-block-item-top--meta-content span.timezone svg,
.sk-block-item-top--meta-content span.timezone i{
    color: #ddd;
    font-size: 12px;
    flex: 0;
}

/* --- */

.sk-block-item-top--meta .skedul-item--like{
    cursor:pointer;
    border-radius: 29px;
    background: #111;
    display: inline-flex;
    padding: 5px 10px;
    align-items: center;
    gap: 4px;
    color: #44E5B5;
}
.sk-block-item-top--meta .skedul-item--like span{
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sk-block-item-top--meta .skedul-item--like svg,
.sk-block-item-top--meta .skedul-item--like i{
    font-size: 11px;
    --fa-primary-color: #44E5B5;
    --fa-secondary-color: #44E5B5;
    --fa-primary-opacity: 1;
    --fa-secondary-opacity:0;
}
.sk-block-item-top--meta .skedul-item--like:hover svg,
.sk-block-item-top--meta .skedul-item--like:hover i{    
    --fa-secondary-color: #44e5b5;
    --fa-secondary-opacity: 0.42;
    transform: translateX(0);
}
.sk-block-item-top--meta .skedul-item--like.liked{
    background: #44E5B5;
}
.sk-block-item-top--meta .skedul-item--like.liked span{
    color: #0a3629;
}
.sk-block-item-top--meta .skedul-item--like.liked svg,
.sk-block-item-top--meta .skedul-item--like.liked i{  
    --fa-primary-color: #0a3629;  
    --fa-secondary-color: #0a3629;
    --fa-secondary-opacity: 0.42;
}


.sk-block-item-top--player{
    max-width: 475px;
    aspect-ratio: 337 / 190;
    width: 100%;
    align-self: center;
}
.sk-block-item-top--player iframe{
    border:none;
    background-color: black;
    border-radius:5px;
    overflow: hidden;
    width:100%;
    height:100%;
}



@media screen and (max-width: 768px) { 
    .sk-block-item-top {
        flex-direction:column;
        padding: 20px 0 0 0;
    }
    .sk-block-item-top .sk-block-item-top--image{
        align-self: center;
    }
    .sk-block-search-modal .sk-block-item-top{
        padding: 20px 10px;
        gap: 20px;
    }
}