/*!
Theme Name: Madoy Theme
Theme URI: https://madoy.es
Author: rcrdortiz
Author URI: https://github.com/rcrdortiz
Description: Modern editorial theme for Madoy — vibrant, playful, card-based layout with integrated ads.
Version: 1.1.0
Text Domain: madoy

This theme is licensed under the GPL.
*/

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #111;
    background:
        radial-gradient(circle at top, rgba(168, 85, 247, 0.14), transparent 24%),
        linear-gradient(180deg, #faf7ff 0%, #f8fafc 30%, #f8fafc 100%);
    line-height: 1.6;
}
a { color: #7c3aed; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === Layout === */
.madoy-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === Header === */
.madoy-header {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(124, 58, 237, 0.3);
}
.madoy-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    height: 60px;
}
.madoy-logo {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    display: flex;
    align-items: center;
}
.madoy-logo a { color: #fff; text-decoration: none; }
.madoy-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,245,255,0.88));
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 24px rgba(49, 16, 101, 0.14);
}
.madoy-logo .custom-logo {
    display: block;
    width: auto;
    max-width: min(240px, 42vw);
    max-height: 34px;
}
.madoy-nav ul {
    display: flex;
    gap: 24px;
    align-items: center;
}
.madoy-header .madoy-nav {
    display: none;
}
.madoy-nav a {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}
.madoy-nav a:hover,
.madoy-nav .current-menu-item a {
    color: #fff;
    border-bottom-color: #fff;
    text-decoration: none;
}

/* Mobile menu toggle */
.madoy-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 4px;
}

/* === Category Tabs === */
.madoy-category-tabs {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e9d5ff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.madoy-category-tabs::-webkit-scrollbar { display: none; }
.madoy-category-tabs-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 48px;
}
.madoy-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
    flex: 0 0 auto;
}
.madoy-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}
.madoy-tab-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}
.madoy-tab:hover {
    background: #f3e8ff;
    color: #6d28d9;
    text-decoration: none;
}
.madoy-tab.active {
    background: #7c3aed;
    color: #fff;
}
.madoy-tab.active:hover { background: #6d28d9; color: #fff; }

/* === Discovery Hero === */
.madoy-hero {
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 20px;
}
.madoy-discovery-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
}
.madoy-discovery-panel,
.madoy-discovery-highlights {
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(233, 213, 255, 0.9);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(76, 29, 149, 0.09);
}
.madoy-discovery-panel {
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(236, 72, 153, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,245,255,0.95));
}
.madoy-discovery-highlights {
    padding: 28px;
}
.madoy-eyebrow,
.madoy-results-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9333ea;
    margin-bottom: 12px;
}
.madoy-discovery-panel h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    max-width: 10ch;
    margin-bottom: 16px;
    color: #1f1147;
}
.madoy-discovery-copy {
    max-width: 54ch;
    color: #5b6476;
    font-size: 17px;
    margin-bottom: 24px;
}
.madoy-finder-form {
    display: grid;
    gap: 20px;
}
.madoy-finder-group {
    border: 0;
}
.madoy-finder-group legend {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2937;
}
.madoy-finder-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.madoy-finder-chip {
    position: relative;
}
.madoy-finder-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.madoy-finder-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e9d5ff;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.madoy-finder-chip input:checked + span {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.25);
}
.madoy-finder-chip span:hover {
    border-color: #c084fc;
    transform: translateY(-1px);
}
.madoy-finder-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
}
.madoy-finder-actions button,
.madoy-results-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 0;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.madoy-finder-actions button:hover,
.madoy-results-reset:hover {
    background: #030712;
    color: #fff;
    text-decoration: none;
}
.madoy-finder-actions a {
    font-size: 14px;
    font-weight: 600;
    color: #6d28d9;
}
.madoy-finder-note {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    padding-top: 2px;
}
.madoy-discovery-headline h2,
.madoy-results-intro h2 {
    font-size: 28px;
    line-height: 1.15;
    color: #111827;
    font-weight: 800;
}
.madoy-discovery-cards {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}
.madoy-discovery-card {
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    gap: 14px;
    border-radius: 18px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.madoy-discovery-card-thumb {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
}
.madoy-discovery-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.madoy-discovery-card-body h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.madoy-discovery-card-body h3 a {
    color: #111827;
    text-decoration: none;
}
.madoy-discovery-card-body p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

/* === Results Intro === */
.madoy-results-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px 0;
}
.madoy-results-intro-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 8px;
}
.madoy-results-intro p {
    color: #64748b;
    max-width: 58ch;
    margin-top: 10px;
}

/* === Card Grid === */
.madoy-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.madoy-card {
    background: rgba(255,255,255,0.92);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.madoy-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}
.madoy-card-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.madoy-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.madoy-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}
.madoy-card-body { padding: 16px; }
.madoy-card-body h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}
.madoy-card-body h3 a { color: #111; text-decoration: none; }
.madoy-card-body h3 a:hover { color: #7c3aed; }
.madoy-card-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}
.madoy-card-signals span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f5f3ff;
    color: #6d28d9;
    font-size: 12px;
    font-weight: 700;
}
.madoy-card-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.madoy-card-meta {
    font-size: 12px;
    color: #94a3b8;
}

/* === Ad Card === */
.madoy-card-ad {
    background: rgba(255,255,255,0.92);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
}
.madoy-card-ad-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 12px;
}
.madoy-card-ad-label {
    text-align: center;
    padding: 6px;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* === Article Page === */
.madoy-article-hero {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.madoy-article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.madoy-article-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 24px 32px;
    background: linear-gradient(transparent, rgba(17, 17, 17, 0.85));
    color: #fff;
}
.madoy-article-hero-overlay .madoy-category-pill {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #7c3aed, #ec4899);
}
.madoy-article-hero-overlay h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 720px;
    margin-bottom: 12px;
}
.madoy-article-meta {
    font-size: 14px;
    opacity: 0.8;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Article body */
.madoy-article-body {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
}
.madoy-article-body h2 { font-size: 24px; font-weight: 700; margin: 32px 0 16px; }
.madoy-article-body h3 { font-size: 20px; font-weight: 700; margin: 24px 0 12px; }
.madoy-article-body p { margin-bottom: 20px; line-height: 1.8; color: #334155; }
.madoy-article-body ul, .madoy-article-body ol { margin: 0 0 20px 24px; }
.madoy-article-body li { margin-bottom: 8px; line-height: 1.7; color: #334155; }
.madoy-article-body ul { list-style: disc; }
.madoy-article-body ol { list-style: decimal; }
.madoy-article-body blockquote {
    border-left: 4px solid #7c3aed;
    padding: 16px 24px;
    margin: 24px 0;
    background: #faf5ff;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #4c1d95;
}
.madoy-article-body img { border-radius: 8px; margin: 24px 0; }
.madoy-article-body figure { margin: 24px 0; }
.madoy-article-body figcaption {
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
    margin-top: 8px;
}
.madoy-article-body a { color: #7c3aed; text-decoration: underline; }

/* In-article ad */
.madoy-in-article-ad {
    margin: 32px 0;
    text-align: center;
}
.madoy-in-article-ad-label {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* Tags */
.madoy-article-tags {
    max-width: 720px;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.madoy-article-tags a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    background: #f1f5f9;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s;
}
.madoy-article-tags a:hover { background: #7c3aed; color: #fff; }

/* === Recirculation === */
.madoy-recirculation {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    border-top: 1px solid #e2e8f0;
}
.madoy-recirculation h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #111;
}
.madoy-recirculation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* === Archive/Search Page === */
.madoy-page-header {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 0 20px;
}
.madoy-page-header h1 {
    font-size: 32px;
    font-weight: 800;
    color: #111;
}
.madoy-page-header p {
    font-size: 16px;
    color: #64748b;
    margin-top: 8px;
}
.madoy-search-bar {
    max-width: 1200px;
    margin: 24px auto 0;
    padding: 0 20px;
}
.madoy-search-bar form {
    display: flex;
    gap: 8px;
    max-width: 500px;
}
.madoy-search-bar input[type="search"] {
    flex: 1;
    padding: 10px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}
.madoy-search-bar input[type="search"]:focus { border-color: #7c3aed; }
.madoy-search-bar button {
    padding: 10px 24px;
    background: #7c3aed;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.madoy-search-bar button:hover { background: #6d28d9; }

/* === 404 === */
.madoy-404 {
    max-width: 600px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
}
.madoy-404 h1 { font-size: 48px; font-weight: 800; color: #7c3aed; margin-bottom: 16px; }
.madoy-404 p { font-size: 18px; color: #64748b; margin-bottom: 20px; }
.madoy-404-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}
.madoy-404-categories a {
    padding: 8px 20px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #7c3aed;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}
.madoy-404-categories a:hover { background: #7c3aed; color: #fff; }

/* === Load More Button === */
.madoy-load-more {
    text-align: center;
    padding: 32px 20px;
}
.madoy-load-more a {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}
.madoy-load-more a:hover { background: #6d28d9; }

/* === Comments === */
.madoy-comments {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
    border-top: 1px solid #e2e8f0;
}
.madoy-comments h3 { font-size: 22px; font-weight: 700; margin-bottom: 24px; }
.madoy-comments .comment { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #f1f5f9; }
.madoy-comments .comment-author { font-weight: 600; margin-bottom: 4px; }
.madoy-comments .comment-meta { font-size: 12px; color: #94a3b8; margin-bottom: 8px; }
.madoy-comments .comment-content p { color: #334155; line-height: 1.7; }
.madoy-comments .comment-form label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 14px; }
.madoy-comments .comment-form input[type="text"],
.madoy-comments .comment-form input[type="email"],
.madoy-comments .comment-form input[type="url"],
.madoy-comments .comment-form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 16px;
    outline: none;
}
.madoy-comments .comment-form textarea:focus,
.madoy-comments .comment-form input:focus { border-color: #7c3aed; }
.madoy-comments .comment-form .submit {
    padding: 10px 24px;
    background: #7c3aed;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* === Footer === */
.madoy-footer {
    background: #1e1b4b;
    color: rgba(255,255,255,0.7);
    padding: 40px 0 24px;
    margin-top: 48px;
}
.madoy-footer a { color: rgba(255,255,255,0.7); text-decoration: none; }
.madoy-footer a:hover { color: #fff; text-decoration: none; }
.madoy-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.madoy-footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 32px;
}
.madoy-footer-widgets h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.madoy-footer-widgets ul { display: flex; flex-direction: column; gap: 8px; }
.madoy-footer-widgets li a { font-size: 14px; }
.madoy-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
}

/* === Static Page === */
.madoy-page-body {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
}
.madoy-page-body h1 { font-size: 32px; font-weight: 800; margin-bottom: 24px; }
.madoy-page-body h2 { font-size: 24px; font-weight: 700; margin: 32px 0 16px; }
.madoy-page-body p { margin-bottom: 20px; line-height: 1.8; color: #334155; }
.madoy-page-body ul, .madoy-page-body ol { margin: 0 0 20px 24px; }
.madoy-page-body li { margin-bottom: 8px; line-height: 1.7; color: #334155; }
.madoy-page-body ul { list-style: disc; }
.madoy-page-body ol { list-style: decimal; }

/* === Responsive === */
@media (max-width: 1024px) {
    .madoy-discovery-hero { grid-template-columns: 1fr; }
    .madoy-grid { grid-template-columns: repeat(2, 1fr); }
    .madoy-recirculation-grid { grid-template-columns: repeat(2, 1fr); }
    .madoy-footer-widgets { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .madoy-discovery-panel,
    .madoy-discovery-highlights { padding: 22px; border-radius: 22px; }
    .madoy-discovery-panel h1 { font-size: 34px; max-width: none; }
    .madoy-discovery-card { grid-template-columns: 1fr; }
    .madoy-discovery-card-thumb { aspect-ratio: 16 / 10; }
    .madoy-results-intro-inner {
        flex-direction: column;
        align-items: start;
        padding: 0;
    }
    .madoy-grid { grid-template-columns: 1fr; }
    .madoy-recirculation-grid { grid-template-columns: 1fr; }
    .madoy-header .adsbygoogle,
    .madoy-header iframe,
    .madoy-header ins,
    .madoy-header [id*="google_ads_iframe"],
    .madoy-header .google-auto-placed {
        display: none !important;
        visibility: hidden !important;
    }
    .madoy-nav { display: none; }
    .madoy-nav.open { display: flex; }
    .madoy-menu-toggle { display: block; }
    .madoy-nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #7c3aed, #a855f7);
        padding: 16px 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .madoy-nav ul { flex-direction: column; gap: 12px; }
    .madoy-header-inner {
        position: relative;
        justify-content: space-between;
        gap: 12px;
    }
    .madoy-logo .custom-logo-link {
        padding: 8px 10px;
        border-radius: 14px;
    }
    .madoy-logo .custom-logo {
        max-width: min(190px, 54vw);
        max-height: 28px;
    }
    .madoy-category-tabs-inner {
        padding: 0 14px;
        gap: 8px;
    }
    .madoy-tab {
        gap: 7px;
        padding: 8px 14px;
    }
    .madoy-article-hero { min-height: 300px; }
    .madoy-article-hero-overlay h1 { font-size: 24px; }
    .madoy-footer-widgets { grid-template-columns: 1fr; }
}

/* === WordPress defaults === */
.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;
}
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: 100%; }
.aligncenter { text-align: center; }
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }
.alignright { float: right; margin-left: 20px; margin-bottom: 20px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #94a3b8; text-align: center; margin-top: 8px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }
.gallery-item { margin: 0; }
