.header #player-wraper,
#play,
#myv,
.header form {
    display:none!important;
}

.header {
    justify-content: space-between;
}

.header .logo {
    padding-left: 10px;
    font-size: 18px!important;
    margin-right: 0!important;
}

#fluid-player,
.post a img {
    aspect-ratio: 16 / 9;
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}

.post {
    height: auto!important;
}

@media (max-width: 768px) {
    .post {
        flex: 0 calc(100% - 6px)!important;
    }
    
    .mbn a {
        font-size: 12px!important;
    }
}

.custom-tooltip {
    position: fixed;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
    pointer-events: none;
    white-space: nowrap;
    z-index: 999999;
    opacity: 0;
    transform: translate(10px, 10px); /* лёгкое смещение */
    transition: opacity 0.05s ease;
}
