.pp-maintenance-form {
    max-width: 420px;
    margin: 0 auto;
}

.pp-maintenance-form input {
    background: rgba(0,0,0,.65);
    color: #fff;
    border: 1px solid #e08821;
    height: 48px;
    border-radius: 0;
}

.pp-maintenance-form input:focus {
    background: rgba(0,0,0,.85);
    color: #fff;
    border-color: #e08821;
    box-shadow: none;
}

.pp-side-buttons {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 50;
}

.pp-side-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pp-discord-btn .fa-discord {
    margin-right: 8px;
}

.pp-footer-clean {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 25;
    text-align: center;
    color: #999;
    font-size: 13px;
    pointer-events: none;
}

.pp-footer-clean a {
    color: #ddd;
    pointer-events: auto;
}

.pp-footer-line {
    margin-bottom: 4px;
}

.pp-legal-wrap {
    min-height: 100vh;
    padding: 120px 0 80px;
}

.pp-legal-box {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(8,8,8,.78);
    border: 1px solid rgba(232,136,33,.35);
    padding: 42px;
}

.pp-legal-box p,
.pp-legal-box li {
    color: #ccc;
}

.pp-legal-back {
    margin-bottom: 25px;
}

.nk-countdown > div {
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

.nk-countdown > div > span {
    display: block;
    font-size: 4rem;
    line-height: 1;
}

.nk-countdown > div > small {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.pp-maintenance-error {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .pp-side-buttons {
        right: 14px;
        bottom: 14px;
    }

    .pp-footer-clean {
        position: static;
        padding: 20px 0;
    }

    .pp-legal-box {
        padding: 28px 20px;
    }
}