.edelweiss-newsletter-form-container {
    width: 90%;
    max-width: 90%;
    margin: 20px 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.edelweiss-newsletter-form-container .edelweiss-form-row {
    margin-bottom: 20px;
}

.edelweiss-newsletter-form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    color: #374151;
    font-family: inherit;
}

.edelweiss-newsletter-form-container input[type="text"],
.edelweiss-newsletter-form-container input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: transparent;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.edelweiss-newsletter-form-container input[type="text"]:focus,
.edelweiss-newsletter-form-container input[type="email"]:focus {
    border-color: #c3c828;
    outline: none;
    box-shadow: 0 0 0 3px rgba(195, 200, 40, 0.1);
}

.edelweiss-newsletter-form-container .edelweiss-button {
    background-color: #c3c828;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: inherit;
}

.edelweiss-newsletter-form-container .edelweiss-button:hover {
    background-color: #aeb224;
    color: #fff;
}

.edelweiss-newsletter-form-container .edelweiss-button:disabled {
    background-color: #d1d5db;
    cursor: not-allowed;
}

.edelweiss-newsletter-form-container .unsubscribe-info {
    margin-bottom: 15px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    font-family: inherit;
}

.edelweiss-newsletter-form-container .unsubscribe-notice {
    font-style: italic;
    color: #6b7280;
    margin-top: 8px;
    font-family: inherit;
}

.edelweiss-newsletter-form-container .success-message {
    color: #16a34a;
    padding: 10px;
    background-color: #f0fdf4;
    border: 1px solid #16a34a;
    border-radius: 4px;
}

.edelweiss-newsletter-form-container .error-message {
    color: #dc2626;
    padding: 10px;
    background-color: #fef2f2;
    border: 1px solid #dc2626;
    border-radius: 4px;
}
