/* קובץ: m_style-layout.css */
/* תיאור: סגנונות פריסה לגרסת המובייל */

.m-container {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #e5e7eb;
}

.m-middle {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

/* קובץ: m_style-layout.css */