.mu-subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.mu-subscribe-form input[type="email"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.mu-subscribe-btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.mu-subscribe-btn:hover {
    background-color: #0056b3;
}