/*
Theme Name: Al Shohoubi Mireya
Theme URI: https://example.com/
Author: GitHub Copilot
Description: WordPress-ready version of the Al Shohoubi bilingual portfolio website.
Version: 1.0.0
Text Domain: al-shohoubi-mireya
*/

:root {
    color-scheme: dark light;
}

.logged-in .mry-top-panel {
    top: 32px;
}

@media (max-width: 782px) {
    .logged-in .mry-top-panel {
        top: 46px;
    }
}

.mry-wp-editor {
    max-width: 900px;
    margin: 0 auto;
}

.mry-wp-editor h1,
.mry-wp-editor h2,
.mry-wp-editor h3,
.mry-wp-editor h4,
.mry-wp-editor p,
.mry-wp-editor li {
    direction: inherit;
}

/* Global center alignment for the theme pages */
.mry-banner,
.mry-about,
.mry-portfolio,
.mry-main-title,
.mry-title-center,
.mry-text-center,
.mry-item-descr,
.mry-portfolio-frame,
.mry-portfolio .mry-card-item,
.mry-portfolio .mry-filter,
.mry-footer .mry-main-title,
.mry-footer .mry-fo,
.mry-contact,
.mry-contact .mry-text,
.mry-contact .mry-form,
.mry-contact .mry-info-box,
.mry-team-member,
.mry-blog-item,
.mry-blog-item .mry-text,
.mry-blog-item h4 {
    text-align: center !important;
}

.mry-banner *,
.mry-about *,
.mry-portfolio *,
.mry-main-title *,
.mry-title-center *,
.mry-text-center *,
.mry-item-descr *,
.mry-portfolio-frame *,
.mry-portfolio .mry-card-item *,
.mry-portfolio .mry-filter *,
.mry-footer .mry-main-title *,
.mry-footer .mry-fo *,
.mry-contact *,
.mry-contact .mry-text *,
.mry-contact .mry-form *,
.mry-contact .mry-info-box *,
.mry-team-member *,
.mry-blog-item *,
.mry-blog-item .mry-text * {
    text-align: center !important;
}
