/*
Theme Name: Kadence — ET&T Cenzorat
Theme URI: https://ettcenzorat.ro
Description: Kadence child theme for ET&T Cenzorat. Minimal CSS scaffolding; primary styling (colours, typography, header/footer layouts) lives in Appearance → Customize. Violet palette: #883195 primary, #641E6E dark, #B97ABF light, #E8B14D gold accent.
Author: eugentugui.ro -> ettcenzorat.ro migration
Author URI: https://ettcenzorat.ro
Template: kadence
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-ettcenzorat
*/

/* Child CSS is intentionally minimal. Configure colours, fonts, header/footer
   layouts via Appearance → Customize → Kadence. Anything you add here wins
   against the parent theme via cascade order. */

/* Make document links (PDF/DOC/XLS/PPT) recognisable without rewriting content. */
.entry-content a[href$=".pdf"]::after,
.entry-content a[href$=".PDF"]::after,
.entry-content a[href$=".doc"]::after,
.entry-content a[href$=".docx"]::after,
.entry-content a[href$=".DOC"]::after,
.entry-content a[href$=".xls"]::after,
.entry-content a[href$=".xlsx"]::after,
.entry-content a[href$=".ppt"]::after,
.entry-content a[href$=".pptx"]::after {
    /*content: " ↓";*/
    opacity: 0.55;
    font-size: 0.9em;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.1em;
}

/* Hover pop for links in post content — uses Kadence's accent var if set,
   falls back to our primary violet. */
.entry-content a:hover {
    color: var(--global-palette1, #883195);
}

/* Gentle visual separation for article bodies on the category listing pages. */
.loop-entry {
    border-bottom: 1px solid var(--global-palette7, #E8DDEA);
}
