
.newsletter {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 8px 48px;
}

.newsletter .body {
    align-items: center;
}

.email {
    box-sizing: border-box;
    margin-top: 16px;
    padding: 8px 16px;
    width: 320px;
}

.notice {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666666;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    gap: 4px;
    margin-top: 10px;
    padding: 16px 24px;
    width: 320px;
} 

.notice > b {
    color: #333333;
    display: block;
}

.notice.notice-success {
    border: 2px solid #4caf50;
}

.notice.notice-warning {
    border: 2px solid #FFC107;
}

.notice.notice-fail {
    border: 2px solid #ff5151;
}

.links .externals {
    display: flex;
    flex-direction: row;
    padding: 0 32px 16px;
    gap: 25px;
}

.links .externals .external {
    color: #585858;
    font-size: 1.5rem;
    margin: initial;
}

@media only screen and (max-width: 1024px) {
    .body-splitter,
    .body.links {
        display: none;
        padding: 0;
    }
}
