/* Fix small touch targets like close-menu button */
.close-menu {
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
}

/* Fix small touch area for logo link */
.logo-wrapper {
    padding: 8px 12px !important;
    display: inline-block;
}

/* افزایش کنتراست برای فرم‌ها */
div.row > div.col-md-6 > div.input-field > input,
div.row > div.col-md-6 > div.input-field > textarea {
    color: #000000 !important; /* متن تیره */
    background-color: #ffffff !important; /* پس‌زمینه روشن */
}

/* تغییر رنگ placeholder */
div.row > div.col-md-6 > div.input-field > input::placeholder,
div.row > div.col-md-6 > div.input-field > textarea::placeholder {
    color: #333333 !important; /* متن خاکستری تیره */
    opacity: 1 !important; /* اطمینان از دیدن placeholder */
}
