.classino-newsletter-wrapper {
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
}

#classino-newsletter-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

#classino-email-input {
    flex-grow: 1;
    border: none !important;
    background: transparent !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    outline: none !important;
    color: #333333 !important;
    text-align: right !important;
    box-shadow: none !important;
}

#classino-email-input::placeholder {
    color: #a0aec0;
    text-align: right;
}

#classino-submit-btn {
    background-color: #3b66ff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 36px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

#classino-submit-btn:hover {
    background-color: #254edb !important;
}

#classino-newsletter-message {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.classino-success { color: #10b981; }
.classino-error { color: #ef4444; }