/*
Theme Name: Echooo
Theme URI: https://echooo.ai
Author: Echooo Team
Author URI: https://echooo.ai
Description: A professional custom theme for Echooo.AI - AI Powered Influencer Marketing Platform. Built with modern standards, optimized for performance and extensibility.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: echooo
Tags: one-column, custom-menu, featured-images, translation-ready, custom-logo

Echooo WordPress Theme, Copyright 2024 Echooo Team
Echooo is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   Theme Core Styles
   ========================================================================== */

/* Reset and base styles are loaded from assets/css/main.css */

/* WordPress Core Alignment Classes */
.alignwide {
    margin-left: -80px;
    margin-right: -80px;
    max-width: unset;
    width: unset;
}

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

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5rem;
}

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

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

.wp-caption-text {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    padding: 0.5rem 0;
}

/* Screen Reader Text */
.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;
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress Admin Bar Fix */
body.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}

/* WordPress Block Editor Styles */
.entry-content > *,
.wp-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Gallery */
.wp-block-gallery {
    margin-bottom: 1.5rem;
}

/* Quote */
.wp-block-quote {
    border-left: 4px solid #379595;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
}

/* Code */
.wp-block-code {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

/* Table */
.wp-block-table {
    width: 100%;
    margin-bottom: 1.5rem;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #ddd;
    padding: 0.75rem;
}

/* Button */
.wp-block-button__link {
    background: linear-gradient(102.23deg, #379595 0%, #3575A9 23.5%, #A42CA9 64%, #E69C49 97.5%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.wp-block-button__link:hover {
    opacity: 0.9;
    color: #fff;
}
