.t-popup__container {
    border-radius: 12px;
}
.t851__table {
    border-radius: 12px;
}
.t1061 *:not(.t-text, .t-descr) {
    border-radius: 12px;
}
.t706__cartwin-content{
    border-radius: 12px !important;
    overflow: hidden; 
}
.videozero .tn-atom {
        border-radius: 24px;
        overflow: hidden;
        background: rgba(0,0,0,.0) !important;

}
}
.ytp-cued-thumbnail-overlay { 
    border-radius: 20px;
}
.t786__bgimg { 
    border-radius: 24px;
}
.t668__wrapper{
        border-radius: 24px !important;
        overflow: hidden;
}
.t545__textwrapper { 
    border-radius: 24px;
}
.t545__blockimg { 
    border-radius: 24px;
}

.btn {
    background-color: #FFE02E;
    border: none;
    border-radius: 12px;
    color: #000000 !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn:hover {
    background-color: #FFC400; /* Green */
    color: #000000;
}
.t-feed__post-popup__text-wrapper a {
    color: #000000;
}