.vpnland-slidein-root,
.vpnland-slidein-root * {
    box-sizing: border-box;
}

.vpnland-slidein-root [hidden] {
    display: none !important;
}

.vpnland-slidein {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    width: 300px;
    max-width: calc(100vw - 40px);
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.vpnland-slidein__link {
    display: block;
    line-height: 0;
}

.vpnland-slidein__image {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.vpnland-slidein__close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.vpnland-slidein__close:hover,
.vpnland-slidein__close:focus-visible {
    background: #fff;
}

.vpnland-slidein__close:focus-visible,
.vpnland-slidein-minimized__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.vpnland-slidein-minimized {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
}

.vpnland-slidein-minimized__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 30px;
    background: #fdb913;
    color: #004630;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .vpnland-slidein {
        right: 5%;
        bottom: 10px;
        width: 90%;
        max-width: none;
    }

    .vpnland-slidein-minimized {
        right: 5%;
        bottom: 10px;
    }

    .vpnland-slidein-minimized__button {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vpnland-slidein,
    .vpnland-slidein-minimized {
        scroll-behavior: auto;
    }
}
