.newsletter-card-f13d4814 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #ffffff;
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    max-width: 1000px;
    margin: 0 auto;
    font-family: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-left-f13d4814 {
    flex: 1;
    min-width: 280px;
    text-align: left;
}

.newsletter-right-f13d4814 {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}

.newsletter-title-f13d4814 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
    color: #111827;
}

.newsletter-desc-f13d4814 {
    font-size: 0.95rem;
    color: #9ca3af;
    margin: 0;
    line-height: 1.4;
}

.newsletter-input-group-f13d4814 {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 6px;
}

.newsletter-input-f13d4814 {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 14px;
    font-size: 0.95rem;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
}

.newsletter-btn-f13d4814 {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.newsletter-btn-f13d4814:hover {
    opacity: 0.9;
}

.newsletter-feedback-f13d4814 {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
}

.newsletter-feedback-f13d4814.success {
    color: #10b981;
}

.newsletter-feedback-f13d4814.error {
    color: #ef4444;
}

@media (max-width: 768px) {
    .newsletter-card-f13d4814 {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .newsletter-left-f13d4814 {
        text-align: center;
    }
    .newsletter-input-group-f13d4814 {
        flex-direction: column;
        background: transparent;
        border: none;
        padding: 0;
    }
    .newsletter-input-f13d4814 {
        background: #f9fafb !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px;
        padding: 12px;
    }
    .newsletter-btn-f13d4814 {
        width: 100%;
        padding: 14px;
    }
}
