.dealkipedia-a2hs-backdrop[hidden],
.dealkipedia-a2hs-dialog[hidden] { display: none !important; }

.dealkipedia-a2hs-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(8, 18, 34, .58);
    backdrop-filter: blur(2px);
}

.dealkipedia-a2hs-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: min(520px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    overflow: auto;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(4, 19, 44, .32);
    overscroll-behavior: contain;
}

.dealkipedia-a2hs-dialog img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.dealkipedia-a2hs-close {
    position: sticky;
    top: 4px;
    z-index: 1;
    float: right;
    width: 40px;
    height: 40px;
    margin: 3px 3px -43px 0;
    padding: 0;
    border: 1px solid rgba(16, 33, 58, .13);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #10213a;
    box-shadow: 0 4px 16px rgba(16, 33, 58, .16);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.dealkipedia-a2hs-open { overflow: hidden; }

@media (max-width: 420px) {
    .dealkipedia-a2hs-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 7px; border-radius: 17px; }
}
