@import url("https://cdnjs.cloudflare.com/ajax/libs/Iosevka/6.0.0/iosevka-aile/iosevka-aile.min.css") !important;

*,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
}

.header + section {
    border: none !important;
    background: transparent !important;
}

section {
    border: none !important;
}

body,
input,
button,
select,
textarea,
label,
.altcha,
.form,
.container,
.lists li,
.captcha,
footer,
a {
    font-family: "Iosevka Aile Web", monospace !important;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
section > h2,
.lists > h2 {
    font-weight: 700 !important;
}

button,
button.button {
    font-weight: 500 !important;
}

body {
    background: #040404 !important;
    color: #bcbcbc !important;
}

input,
button,
select,
textarea,
.altcha,
.form,
.container,
.lists li,
.captcha {
    border-radius: 0 !important;
}

.header {
    display: block !important;
    border-bottom: 1px dotted #444 !important;
    margin: 12px 10px 16px 10px !important;
    position: relative !important;
}

input[type="email"],
input[type="text"],
textarea {
    background-color: #040404 !important;
    color: #bcbcbc !important;
    border: 1px solid #333 !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
    outline: none !important;
}

input[type="email"]:hover,
input[type="email"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
    background-color: #0a0a0a !important;
    border-color: #444 !important;
}

input[type="checkbox"] {
    accent-color: #bcbcbc !important;
}

.lists h2 {
    font-weight: 700 !important;
}

.lists li label {
    color: #bcbcbc !important;
    font-weight: 400 !important;
}

a {
    color: #bcbcbc !important;
    text-decoration: none !important;
}

a:hover {
    color: #9a9aa2 !important;
    text-decoration: underline !important;
}

button,
button.button {
    display: block !important;
    margin: 16px auto !important;
    text-align: center !important;
    background-color: #040404 !important;
    color: #bcbcbc !important;
    border: 1px solid #333 !important;
    box-sizing: border-box !important;
    text-transform: uppercase !important;
    padding: 20px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

button:hover,
button:focus,
button.button:hover,
button.button:focus {
    background-color: #0a0a0a !important;
    border-color: #444 !important;
    color: #ffffff !important;
    outline: none !important;
}

.captcha {
    display: flex !important;
    justify-content: center !important;
}

.altcha {
    color: #bcbcbc !important;
}

.altcha-footer {
    display: none !important;
}

.altcha .altcha-logo {
    display: flex !important;
    align-items: center !important;
}

.container.wrap {
    background: #040404 !important;
    color: #bcbcbc !important;
    border: none !important;
    box-shadow: none !important;
}

.logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.logo img {
    display: block !important;
    margin: 0 auto !important;
}

section > h2,
.lists > h2 {
    text-transform: uppercase !important;
    color: #bcbcbc !important;
    background: none !important;
    padding: 6px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 20px !important;
}

footer {
    color: #bcbcbc !important;
}

footer.container {
    display: none !important;
}

a[href="https://abx.zeabur.app/archive"] {
    visibility: hidden !important;
}

a[href="https://abx.zeabur.app/archive"]::after {
    content: "Newsletter Archive" !important;
    visibility: visible !important;
    display: inline !important;
}

.nav-section:not(:last-child)::after {
    content: '' !important;
    display: block !important;
    border-bottom: 1px dotted #444 !important;
    margin: 15px 10px !important;
}
