/*
Theme Name: TekTheme
Author: TekMAG
Description: Tema minima pentru navigare fara refresh si player audio persistent.
Version: 1.0
*/

body { margin: 0; font-family: sans-serif; line-height: 1.6; background: #f4f4f4; }
.tm-container { max-width: 1100px; margin: 0 auto; padding: 20px; }
header { background: #fff; padding: 10px 0; border-bottom: 1px solid #ddd; position: sticky; top: 0; z-index: 100; }
/* Stilul tau pentru player */
.pill-player { background: #000; color: #fff; display: flex; align-items: center; border-radius: 10px; width: 350px; height: 60px; margin: 10px auto; overflow: hidden; }
#p-play-btn { background: #fff; color: red; border: none; padding: 10px 20px; cursor: pointer; font-weight: bold; height: 100%; }

/* Container principal */
.tm-container {
    max-width: 900px; /* Latime optima pentru citit */
    margin: 0 auto;
    padding: 40px 20px;
}

/* Breadcrumbs (stilul din imaginea 3) */
.tek-breadcrumbs {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}
.tek-breadcrumbs a { color: #555; text-decoration: none; }
.tek-breadcrumbs .active { color: #000; font-weight: 500; }

/* Titlul Articolului */
.tek-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0 40px 0;
    color: #1a1a1a;
}

/* Imaginea principala */
.tek-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
}

/* Textul articolului (Gutenberg) */
.tek-content {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
}

/* Curatam erorile de aliniere ale blocurilor Gutenberg */
.tek-content p { margin-bottom: 25px; }
.tek-content h2 { margin-top: 50px; font-weight: 700; }


main {
    margin-top: 80px !important; /* Ajustează valoarea (ex: 70px sau 80px) până îți place cum arată */
    padding-top: 10px !important;
    min-height: 60vh;
}
