.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mihan-aparat-widget-error {
    color: #b32d2e;
    font-size: 14px;
}

.mihan-aparat-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mihan-aparat-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 17, 21, 0.7);
}

.mihan-aparat-modal__content {
    position: relative;
    width: min(900px, 92vw);
    background: #11141b;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.mihan-aparat-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.mihan-aparat-modal__close:hover {
    background: rgba(255, 255, 255, 0.18);
}

.mihan-aparat-hidden {
    display: none;
}
