/*
Theme Name: Headshot Market
Theme URI: Author: David Perera Gonzalez
Author URI: https://dpereragonzalez.ieti.site/
Description: The best valorant market and blog.
Tags: Version: 1.0
Requires at least: 5.0 Tested up to: 5.4 Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titoxavio is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}





html, body {height: 100%;}
header {background-color: cyan;}
main {background-color: burlywood;}
aside {background-color: goldenrod;}
section {background-color: LightPink;}
footer {background-color: coral;}

/* Estilos del dem */

/* Estilos mas generales del dom */

header, main, aside, article, footer, nav{
    padding:20px;
    background-color: #1A1A1D;
    color: #E6E6E6;
    margin:20px;
}

nav{
    text-align: center;
    margin-bottom: 0;
}

nav ul{
    display: inline-flex;
    gap: 15px;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
}

h6 {
    font-size: 20px;
    line-height: 27px;
}

p {
    font-size: 18px;
    line-height: 24px;
}


a:link {
  color: #9D4EDD;
}

a:visited {
  color: #6A0DAD;
}

a:hover {
  color: #FFFFFF;
}

a:active {
  color: #D90429;
}

p{
    margin: 0 0 10px;
}

ul, ol{
    margin: 0 0 0 10px;
}


/* FRONT PAGE */

body.home{

}


/* Clases BLog */

body.blog > div#container > div,
body.wp-singular > div#container > div,
body.archive > div#container > div,
body.search > div#container > div{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
body.blog > div#container > div > main,
body.wp-singular > div#container > div > main,
body.archive > div#container > div > main,
body.search > div#container > div > main{
    width: 70%;
    margin-right: 0;
}
body.blog > div#container > div > aside,
body.wp-singular > div#container > div > aside,
body.archive > div#container > div > aside,
body.search > div#container > div > aside{
    width: 30%;
    margin-left: 0;
    padding-left: 30px;
}


/* =========================
   ESTILOS GENERALES
========================= */

body {
    background-color: #0F0F14;
    color: #F5F5F5;
    line-height: 1.6;
    font-family: system-ui, -apple-system, sans-serif;
}

#container {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
   HEADER
========================= */

header {
    background-color: #1A1A1D;
    padding: 40px 20px;
    margin: 20px;
    text-align: center;
    border-radius: 8px;
}

header h1 a {
    color: #9D4EDD;
    text-decoration: none;
    transition: 0.3s ease;
}

header h1 a:hover {
    color: #FFFFFF;
}

.description {
    color: #B3B3B3;
    margin-top: 10px;
}

/* =========================
   NAV
========================= */

nav {
    background-color: #1A1A1D;
    padding: 15px;
    margin: 0 20px 20px 20px;
    border-radius: 8px;
    text-align: center;
}

nav ul {
    display: inline-flex;
    gap: 25px;
}

nav a {
    color: #F5F5F5;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

nav a:hover {
    color: #9D4EDD;
}

/* =========================
   MAIN
========================= */

main {
    background-color: #1A1A1D;
    padding: 30px;
    margin: 20px;
    border-radius: 8px;
}

/* =========================
   ARTICLE
========================= */

article {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2A2A30;
}

.entry-title a {
    color: #9D4EDD;
    text-decoration: none;
    transition: 0.3s ease;
}

.entry-title a:hover {
    color: #FFFFFF;
}

.entry-content {
    color: #B3B3B3;
    margin-top: 15px;
}

/* =========================
   SIDEBAR
========================= */

aside {
    background-color: #1A1A1D;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
}

/* =========================
   FOOTER
========================= */

footer {
    background-color: #1A1A1D;
    padding: 25px;
    margin: 20px;
    text-align: center;
    border-radius: 8px;
    color: #B3B3B3;
}

/* =========================
   TIPOGRAFÍA
========================= */

h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 26px; }

p {
    margin-bottom: 15px;
}

/* =========================
   LINKS GENERALES
========================= */

a:link { color: #9D4EDD; }
a:visited { color: #6A0DAD; }
a:hover { color: #FFFFFF; }
a:active { color: #D90429; }

/* =========================
   BLOG LAYOUT (mantengo tu lógica)
========================= */

body.blog > div#container > div,
body.wp-singular > div#container > div,
body.archive > div#container > div,
body.search > div#container > div{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

body.blog > div#container > div > main,
body.wp-singular > div#container > div > main,
body.archive > div#container > div > main,
body.search > div#container > div > main{
    width: 70%;
    margin-right: 0;
}

body.blog > div#container > div > aside,
body.wp-singular > div#container > div > aside,
body.archive > div#container > div > aside,
body.search > div#container > div > aside{
    width: 30%;
    margin-left: 0;
    padding-left: 20px;
}


.related,
.products{
background-color:#1A1A1D;
}
