/*
Theme Name: bit2bemusic
Theme URI: https://bit2bemusic.co.il/
Author: bit2bemusic
Author URI: https://dlions.co.il/
Description: תבנית מגזין מוזיקה, תרבות, בידור ולייף סטייל פרימיום בעיצוב חדשני ומותאם ל-RTL עם תמיכה מלאה בנגישות, עוגיות, קטגוריות דינמיות ורספונסיביות מלאה.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bit2bemusic
Tags: news, magazine, music, rtl-language-support, entertainment, blog, custom-menu, featured-images, accessibility-ready
*/

/* Reset & WP Base Alignment Rules */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #f9f1ff;
    border: 1px solid #ede5f4;
    max-width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
    border-radius: 0.5rem;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 6px 0 0;
    color: #4a4455;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Accessibility Modes */
body.acc-grayscale {
    filter: grayscale(100%) !important;
}
body.acc-high-contrast {
    background-color: #000000 !important;
    color: #ffff00 !important;
}
body.acc-high-contrast * {
    background-color: #000000 !important;
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}
body.acc-high-contrast a {
    color: #00ffff !important;
    text-decoration: underline !important;
}
body.acc-invert {
    filter: invert(100%) hue-rotate(180deg) !important;
}
body.acc-invert img,
body.acc-invert video,
body.acc-invert [style*="background-image"] {
    filter: invert(100%) hue-rotate(180deg) !important;
}
body.acc-underline-links a {
    text-decoration: underline !important;
    font-weight: 700 !important;
}
body.acc-readable-font * {
    font-family: Arial, Helvetica, sans-serif !important;
}
body.acc-font-lg {
    font-size: 115% !important;
}
body.acc-font-xl {
    font-size: 130% !important;
}
body.acc-font-sm {
    font-size: 90% !important;
}

/* Single Post Content Styling */
.entry-content p {
    margin-bottom: 1.5rem;
    line-height: 1.85;
}
.entry-content h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1d1a24;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.entry-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1d1a24;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.entry-content ul, .entry-content ol {
    margin-bottom: 1.5rem;
    padding-right: 1.5rem;
}
.entry-content ul {
    list-style-type: disc;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}
.entry-content blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    background-color: #f3ebfa;
    border-right: 4px solid #630ed4;
    border-radius: 0.5rem;
    font-size: 1.15rem;
    font-style: italic;
    color: #1d1a24;
}
.entry-content img {
    border-radius: 0.75rem;
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}
