/*
Theme Name: 3rb.me Child Theme
Theme URI: https://3rb.me/
Description: Custom RTL News & Content Child Theme for Astra.
Author: Custom Developer
Template: astra
Version: 1.0.0
Text Domain: 3rb-me-child
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

/* Arabic Font Overrides */
body, button, input, select, textarea {
    font-family: 'Cairo', system-ui, -apple-system, sans-serif !important;
}

/* Base RTL Fixes */
body {
    direction: rtl;
    text-align: right;
    background-color: #f8f9fa;
    color: #212529;
}

/* Post Cards Layout Optimization */
.ast-blog-layout-1 .post-content {
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.entry-title a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s ease;
}

.entry-title a:hover {
    color: #0066cc;
}

/* Ad & Widget Containers */
.widget-area .widget {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
