.taxarchive {
    --tax-ink: #1a2634;
    --tax-slate: #2c3e50;
    --tax-gold: #c5a059;
    --tax-muted: #64748b;
    --tax-line: #dce4ed;
    min-height: 70vh;
    overflow: hidden;
    background: #f8f9fa;
    color: var(--tax-ink);
    font-family: "Inter", Arial, sans-serif;
}

body.tag .ebd360-text-editor-toggle,
body.tax-ebd360_devocional_tag .ebd360-text-editor-toggle {
    display: none !important;
}

.taxarchive .container { width: min(1260px, calc(100% - 56px)); margin-inline: auto; }
.taxarchive-hero { 
    padding: 64px 0 72px; 
    border-bottom: 3px solid rgba(197, 160, 89, 0.8); 
    background: radial-gradient(circle at 80% 20%, rgba(197, 160, 89, 0.06), transparent 50%), linear-gradient(180deg, #1a2634 0%, #0f172a 100%); 
    color: #fff; 
    position: relative;
}
.taxarchive-breadcrumb { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
    align-items: center; 
    margin-bottom: 24px; 
    color: #94a3b8; 
    font-size: 13px; 
    font-weight: 500; 
}
.taxarchive-breadcrumb a { 
    color: #cbd5e1; 
    text-decoration: none; 
    transition: color 0.2s ease;
}
.taxarchive-breadcrumb a:hover { 
    color: #e2c47f; 
}
.taxarchive-eyebrow { 
    display: inline-flex; 
    gap: 6px; 
    align-items: center; 
    color: #e2c47f; 
    font-size: 11px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.08em;
    background: rgba(197, 160, 89, 0.12);
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    margin-bottom: 8px;
}
.taxarchive-eyebrow .dashicons { 
    width: 14px; 
    height: 14px; 
    font-size: 14px; 
}
.taxarchive-hero h1 { 
    max-width: 950px; 
    margin: 12px 0 16px; 
    color: #fff; 
    font: 800 clamp(36px, 4.5vw, 54px)/1.15 "Merriweather", Georgia, serif; 
    letter-spacing: -0.02em; 
    text-transform: capitalize;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.taxarchive-hero p { 
    max-width: 780px; 
    margin: 0 0 24px; 
    color: #94a3b8; 
    font-size: 16px; 
    line-height: 1.7; 
}
.taxarchive-hero > .container > strong { 
    display: inline-flex; 
    align-items: center; 
    padding: 6px 16px; 
    border: 1px solid rgba(255, 255, 255, 0.08); 
    border-radius: 100px; 
    color: #e2e8f0; 
    background: rgba(255, 255, 255, 0.04); 
    font-size: 12px; 
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.taxarchive-results { padding: 62px 0 72px; background: #fff; }
.taxarchive-results__heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.taxarchive-results__heading > div > span { color: #94702f; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.taxarchive-results__heading h2 { margin: 8px 0 0; font: 700 30px/1.25 "Merriweather", Georgia, serif; }
.taxarchive-results__heading > span { color: var(--tax-muted); font-size: 13px; }
.taxarchive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.taxarchive-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--tax-line); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(26,38,52,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.taxarchive-card:hover { transform: translateY(-3px); border-color: #c9d4df; box-shadow: 0 14px 30px rgba(26,38,52,.09); }
.taxarchive-card__media { aspect-ratio: 3 / 2; display: block; overflow: hidden; background: #e8edf2; }
.taxarchive-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.taxarchive-card:hover .taxarchive-card__media img { transform: scale(1.025); }
.taxarchive-card__fallback { width: 100%; height: 100%; display: grid; place-items: center; color: #b58c43; background: #edf1f4; }
.taxarchive-card__fallback--2 { background: #e9efee; }
.taxarchive-card__fallback--3 { background: #f2eee7; }
.taxarchive-card__fallback--4 { background: #e9edf3; }
.taxarchive-card__fallback .dashicons { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(197,160,89,.28); border-radius: 50%; background: rgba(255,255,255,.68); font-size: 32px; }
.taxarchive-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.taxarchive-card__type { align-self: flex-start; margin-bottom: 13px; color: #8b6728; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.taxarchive-card h2 { display: -webkit-box; overflow: hidden; margin: 0; font: 700 19px/1.42 "Merriweather", Georgia, serif; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.taxarchive-card h2 a { color: var(--tax-ink); text-decoration: none; }
.taxarchive-card h2 a:hover { color: #7b5b23; }
.taxarchive-card__body > p { display: -webkit-box; overflow: hidden; margin: 14px 0 22px; color: #5f7084; font-size: 15px; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.taxarchive-card__footer { margin-top: auto; padding-top: 17px; border-top: 1px solid #e7edf2; }
.taxarchive-card__meta { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 12px; color: #617287; font-size: 12px; font-weight: 600; }
.taxarchive-card__meta span { display: inline-flex; gap: 6px; align-items: center; }
.taxarchive-card__meta .dashicons { width: 15px; height: 15px; font-size: 15px; }
.taxarchive-card__link { min-height: 44px; display: inline-flex; gap: 6px; align-items: center; color: #79591f; font-size: 14px; font-weight: 800; text-decoration: none; }
.taxarchive-card__link .dashicons { font-size: 16px; }
.taxarchive a:focus-visible { outline: 3px solid rgba(197,160,89,.55); outline-offset: 3px; }
.taxarchive-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 46px; }
.taxarchive-pagination .page-numbers { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 13px; border: 1px solid var(--tax-line); border-radius: 5px; background: #fff; color: var(--tax-slate); font-size: 13px; font-weight: 700; text-decoration: none; }
.taxarchive-pagination .current, .taxarchive-pagination a:hover { border-color: var(--tax-ink); background: var(--tax-ink); color: #fff; }
.taxarchive-empty { padding: 66px 24px; border: 1px dashed #cbd5e1; border-radius: 8px; background: #f8f9fa; text-align: center; }
.taxarchive-empty > .dashicons { width: auto; height: auto; color: var(--tax-gold); font-size: 42px; }
.taxarchive-empty h2 { margin: 18px 0 10px; font: 700 27px "Merriweather", Georgia, serif; }
.taxarchive-empty p { margin: 0 auto 24px; color: var(--tax-muted); }
.taxarchive-empty div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.taxarchive-empty a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--tax-line); border-radius: 5px; background: #fff; color: var(--tax-ink); font-weight: 700; text-decoration: none; }

@media (max-width: 1024px) {
    .taxarchive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .taxarchive .container { width: calc(100% - 32px); }
    .taxarchive-hero { padding: 34px 0 44px; }
    .taxarchive-hero h1 { font-size: 34px; }
    .taxarchive-hero p { font-size: 16px; }
    .taxarchive-results { padding: 44px 0 52px; }
    .taxarchive-results__heading { align-items: flex-start; flex-direction: column; }
    .taxarchive-grid { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
    .taxarchive .container { width: calc(100% - 24px); }
    .taxarchive-hero h1 { font-size: 30px; }
    .taxarchive-card__body { padding: 21px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .taxarchive *, .taxarchive *::before, .taxarchive *::after { transition: none !important; }
}
