.news-submitter-page {
    width: 100%;
    padding: 18px 20px 28px;
    color: #ffffff;
}

.news-submitter-page * {
    box-sizing: border-box;
}

.news-submitter-heading {
    min-height: 98px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    background: #0b1728;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 5px 5px 0 0;
}

.news-submitter-heading span {
    display: block;
    margin-bottom: 7px;
    color: var(--ffo-gold, #f0c545);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.news-submitter-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.news-submitter-heading p {
    margin: 8px 0 0;
    color: #9eabc0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.news-submitter-content {
    padding: 14px;
    background: #07111f;
    border-radius: 0 0 5px 5px;
}

.news-submitter-message {
    margin-bottom: 14px;
    padding: 16px 18px;
    display: grid;
    gap: 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.35;
}

.news-submitter-message strong {
    font-size: 17px;
    font-weight: 900;
}

.news-submitter-message--success {
    background: #0d2118;
    border: 1px solid rgba(46, 139, 87, 0.75);
    color: #d9f7e5;
}

.news-submitter-message--error {
    background: #2a1116;
    border: 1px solid rgba(168, 63, 72, 0.8);
    color: #ffd7dc;
}

.news-submitter-form {
    display: grid;
    gap: 14px;
}

.news-submitter-section {
    overflow: hidden;
    background: #0b1728;
    border-radius: 4px;
}

.news-submitter-section > header {
    min-height: 62px;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: #101d31;
    border-top: 3px solid var(--ffo-gold, #f0c545);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-submitter-section > header h2 {
    margin: 0;
    flex: 0 0 auto;
    color: var(--ffo-gold, #f0c545);
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.news-submitter-section > header span {
    color: #9eabc0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
}

.news-submitter-grid {
    padding: 16px;
    display: grid;
    gap: 14px;
}

.news-submitter-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-submitter-form label > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
    color: #dce4f2;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
}

.news-submitter-form label > span small {
    color: #708198;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.news-submitter-form input[type="text"],
.news-submitter-form input[type="email"],
.news-submitter-form textarea {
    width: 100%;
    padding: 13px 14px;
    color: #ffffff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    background: #0d1a2c;
    border: 1px solid #2a3d58;
    border-radius: 3px;
    outline: none;
}

.news-submitter-form input[type="text"],
.news-submitter-form input[type="email"] {
    height: 54px;
}

.news-submitter-form input:focus,
.news-submitter-form textarea:focus {
    border-color: var(--ffo-gold, #f0c545);
    box-shadow: 0 0 0 2px rgba(240, 197, 69, 0.15);
}

.news-submitter-form input::placeholder,
.news-submitter-form textarea::placeholder {
    color: #708198;
    opacity: 1;
}

.news-submitter-article-field textarea {
    min-height: 440px;
    resize: vertical;
    font-size: 16px;
    line-height: 1.55;
}

#newsSubmitterWordCount {
    color: var(--ffo-gold, #f0c545);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.news-submitter-ticker-row {
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: end;
    gap: 14px;
}

.news-submitter-check {
    min-height: 54px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0d1a2c;
    border: 1px solid #2a3d58;
    border-radius: 3px;
    cursor: pointer;
}

.news-submitter-check input {
    width: 20px;
    height: 20px;
    accent-color: var(--ffo-gold, #f0c545);
}

.news-submitter-check span {
    margin: 0 !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap;
}

.news-submitter-actions {
    min-height: 88px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #101d31;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
}

.news-submitter-actions p {
    margin: 0;
    max-width: 610px;
    color: #9eabc0;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.news-submitter-actions button {
    min-width: 215px;
    min-height: 56px;
    padding: 0 20px;
    color: #07111f;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    cursor: pointer;
    background: var(--ffo-gold, #f0c545);
    border: 1px solid var(--ffo-gold, #f0c545);
    border-radius: 3px;
}

.news-submitter-actions button:hover,
.news-submitter-actions button:focus-visible {
    background: #f7d15a;
    outline: none;
}

.news-submitter-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
