/*
Theme Name: Zeeacdemy
Description: Tailwind-powered custom news/archive theme for academy.zeevest.com with RTL Persian support. A modern, responsive theme designed for educational content and news articles.
Author: Zeevest Academy
Version: 1.0
Text Domain: zeeacdemy
Domain Path: /languages
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
Tags: blog, news, education, rtl-language-support, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 
 * This theme uses Tailwind CSS for styling.
 * All visual styles are handled by Tailwind classes in the template files.
 * This file only contains the theme header information required by WordPress.
 */

/* Basic reset for WordPress admin compatibility */
body {
    margin: 0;
    padding: 0;
}

/* Ensure RTL support */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin-right: 1rem;
}

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

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

/* WordPress caption styles */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.5rem;
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Single post title underline */
.single-post-title::after {
    width: 47px;
    height: 6px;
    background-color: #c5161d;
    margin: 21px 0;
    content: "";
    display: block;
}