/*
Theme Name: Dirayeh
Description: A modern education theme based on Histudy template with Gutenberg and Spectra support
Version: 1.0.3
Author: Dirayeh Team
Text Domain: dirayeh
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Import template styles */


/* RTL Support */
.rtl {
    direction: rtl;
}

.rtl .rbt-header-left {
    text-align: right;
}

.rtl .rbt-header-right {
    text-align: left;
}

/* WordPress specific styles */
.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-top: 0.5em;
}

/* Gutenberg block styles */
.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-columns {
    display: flex;
    gap: 2rem;
}

/* Spectra integration */
.uagb-container {
    margin-bottom: 2rem;
}
