.onphi-push-prompt {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1045;
    max-width: 320px;
    padding: 16px 18px 14px;
    background: #fff;
    color: #3d4449;
    border: 1px solid rgba(210, 215, 217, 0.85);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.onphi-push-prompt__title {
    margin: 0 0 6px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #3d4449;
}

.onphi-push-prompt__text {
    margin: 0 0 12px;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #7f888f;
}

.onphi-push-prompt__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.onphi-push-prompt__enable,
.onphi-push-prompt__later {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.onphi-push-prompt__enable {
    color: #f56a6a;
    font-weight: 700;
}

.onphi-push-prompt__enable:hover,
.onphi-push-prompt__enable:focus {
    color: #f45c5c;
    text-decoration: underline;
}

.onphi-push-prompt__later {
    color: #7f888f;
}

.onphi-push-prompt__later:hover,
.onphi-push-prompt__later:focus {
    color: #3d4449;
}

@media screen and (max-width: 736px) {
    .onphi-push-prompt {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
    }
}
