/*
Theme Name: ED Records – Glitch Mode
Theme URI: https://edrecords.com
Author: ED Records
Author URI: https://edrecords.com
Description: A bold, glitch-aesthetic music studio theme for ED Records. Fully editable via WordPress Customizer and Menus. Responsive and dark by default.
Version: 2.0.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ed-records
Tags: dark, music, custom-menu, custom-logo, full-width-template, theme-options, translation-ready
*/

/* =========================================================
   ED RECORDS — GLITCH MODE
   Base stylesheet (WordPress body classes, editor alignment)
   All main styles are in assets/css/main.css
   ========================================================= */

.wp-block-image img,
.wp-block-cover,
.wp-block-group {
    max-width: 100%;
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

.alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
    max-width: calc(100% + 4rem);
}

.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;
    width: 1px;
    word-wrap: normal !important;
}
