.mag-newsletter-box {
    background-color: rgba(197, 160, 89, 0.1); /* primary-gold/10 fallback */
    padding: 2.5rem;
    border-radius: 2rem;
    text-align: center;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.mag-nl-icon {
    color: var(--mag-c-primary-gold);
    font-size: 2.25rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.mag-nl-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mag-nl-desc {
    font-size: 0.75rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.625;
}

.mag-nl-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mag-nl-input {
    width: 100%;
    background-color: white;
    border: none;
    border-radius: 9999px;
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
    text-align: center;
    font-family: inherit;
}

.mag-nl-input:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--mag-c-primary-gold);
}

.mag-nl-btn {
    width: 100%;
    background-color: var(--mag-c-deep-charcoal);
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 1rem 0;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: inherit;
}

.mag-nl-btn:hover {
    background-color: var(--mag-c-primary-gold);
}
