.pwak-install[hidden],
.pwak-install-ios[hidden] {
    display: none;
}

.pwak-install {
    align-items: center;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    bottom: 84px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    color: #fff;
    display: flex;
    gap: 16px;
    left: 16px;
    max-width: 440px;
    padding: 14px;
    position: fixed;
    right: 16px;
    z-index: 1001;
}

.pwak-install__content {
    flex: 1 1 auto;
    min-width: 0;
}

.pwak-install__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.pwak-install__text {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 3px;
}

.pwak-install__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.pwak-install__button,
.pwak-install__close,
.pwak-install-ios__close {
    appearance: none;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.pwak-install__button {
    background: #facc15;
    border-radius: 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 12px;
}

.pwak-install__close,
.pwak-install-ios__close {
    background: transparent;
    color: inherit;
    font-size: 24px;
    height: 32px;
    line-height: 1;
    width: 32px;
}

.pwak-install-ios {
    align-items: flex-end;
    background: rgba(17, 24, 39, .48);
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
}

.pwak-install-ios__panel {
    background: #fff;
    border-radius: 8px 8px 0 0;
    color: #111827;
    padding: 20px;
    position: relative;
    width: 100%;
}

.pwak-install-ios__panel h2 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 36px 12px 0;
}

.pwak-install-ios__panel ol {
    margin: 0 0 0 20px;
}

.pwak-install-ios__panel li {
    margin: 8px 0;
}

.pwak-install-ios__close {
    color: #111827;
    position: absolute;
    right: 12px;
    top: 10px;
}

@media (min-width: 640px) {
    .pwak-install {
        left: auto;
        right: 24px;
    }

    .pwak-install-ios {
        align-items: center;
        justify-content: center;
    }

    .pwak-install-ios__panel {
        border-radius: 8px;
        max-width: 420px;
    }
}
