/*
Theme Name: Teltoku Like - Nia Khera Colors
Theme URI: https://example.com/
Author: Tú
Author URI: https://example.com/
Description: Tema tipo blog con sidebar derecha, con paleta cálida inspirada en Nia Khera
Version: 1.1-niakhera
Text Domain: teltoku-like
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%),
    repeating-linear-gradient(
      45deg,
      #f5f8ff 0,
      #f5f8ff 10px,
      #f0f4ff 10px,
      #f0f4ff 20px
    );
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  background: transparent;
  border-bottom: none;
  margin-top: 12px;
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.header-box {
  position: relative;
  border-radius: 6px;
  border: 2px solid #0a4fa5;
  box-shadow: 0 2px 0 #00224a;
  overflow: visible;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0050b0, #00a6ff);
}

.header-banner-content {
  position: relative;
  z-index: 2;
  padding: 16px 18px 8px 18px;
  background-image: url("img/header-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 225px;
}

.site-branding {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.site-logo img {
  max-height: 64px;
  width: auto;
  display: block;
}

.site-title {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 0 #00152f;
}

.site-title a {
  color: #ffffff;
  text-decoration: none;
}

.site-description {
  font-size: 0.85rem;
  color: #e2ebff;
  margin: 2px 0 0;
  text-shadow: 0 1px 0 #00152f;
}

.header-menu-bar {
  position: relative;
  z-index: 3;
  background: linear-gradient(#b8e2ff, #9bc5ff);
  border-top: 2px solid #0a4fa5;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}

.menu-toggle,
.submenu-toggle {
  display: none;
}

.menu-toggle {
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 2px solid #8ad0ff;
  background: linear-gradient(#0050b0, #002a60);
  box-shadow: 0 2px 0 #00152f;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-shadow: 0 1px 0 #001020;
  cursor: pointer;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.menu-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 #00152f;
}

.menu-toggle-icon {
  position: relative;
  width: 22px;
  height: 16px;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle-icon::before {
  top: 0;
  box-shadow: 0 7px 0 #ffffff;
}

.menu-toggle-icon::after {
  bottom: 0;
}

.menu-toggle-icon span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transform: translateY(-50%);
}

.header-menu-bar.is-menu-open .menu-toggle-icon::before {
  top: 7px;
  box-shadow: none;
  transform: rotate(45deg);
}

.header-menu-bar.is-menu-open .menu-toggle-icon::after {
  bottom: auto;
  top: 7px;
  transform: rotate(-45deg);
}

.main-navigation {
  font-size: 1.05rem;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.main-navigation > ul > li {
  position: relative;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(#0050b0, #002a60);
  border: 2px solid #8ad0ff;
  box-shadow: 0 2px 0 #00152f;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #001020;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, filter 0.1s ease-out;
}

.main-navigation a:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 #00152f;
  filter: brightness(1.1);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  background: linear-gradient(#002a60, #001335);
  border-color: #c4e4ff;
}

@media (min-width: 769px) {
  .main-navigation li ul {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    min-width: 180px;
    margin: 0;
    padding: 8px 6px;
    background: rgba(2, 12, 35, 0.96);
    border-radius: 8px;
    border: 2px solid #0a4fa5;
    box-shadow: 0 2px 0 #000813;
    display: none;
    flex-direction: column;
    gap: 4px;
    z-index: 200;
  }

  .main-navigation li:hover > ul,
  .main-navigation li ul:hover,
  .main-navigation li:hover > ul.sub-menu {
    display: flex;
  }

  .main-navigation li ul ul {
    top: 0;
    left: 100%;
    margin-left: 4px;
  }
}

.main-navigation li ul a {
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 0.85rem;
  box-shadow: 0 2px 0 #000813;
  width: 100%;
}

.site-header {
  position: relative;
  z-index: 100;
}

.main-navigation li ul {
  z-index: 200;
}

@media (min-width: 769px) {
  .header-banner-content {
    min-height: 300px;
  }

  .main-navigation li:hover > ul,
  .main-navigation li ul:hover {
    display: flex;
  }
}

@media (max-width: 768px) {
  .site-branding {
    flex-direction: column;
    align-items: center;
  }

  .site-title {
    font-size: 1.3rem;
  }

  .header-menu-bar {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 14px 14px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-top: 4px;
    align-self: flex-start;
  }

  .main-navigation {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 0 2px;
  }

  .header-menu-bar.is-menu-open .main-navigation {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 8px;
  }

  .main-navigation > ul > li {
    width: 100%;
    margin-bottom: 4px;
  }

  .main-navigation > ul > li.menu-item-has-children {
    display: block;
  }

  .main-navigation > ul > li.menu-item-has-children > a {
    flex: 1;
  }

  .main-navigation a {
    width: 300px;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 8px 16px;
  }

  .main-navigation li ul {
    position: static;
    margin: 6px 0 0 0;
    padding: 6px 10px 8px 18px;
    background: rgba(2, 12, 35, 0.9);
    border-radius: 8px;
    border: 1px solid #0a4fa5;
    box-shadow: none;
    display: none;
  }

  .main-navigation li ul li {
    margin-bottom: 8px;
  }

  .main-navigation li ul li:last-child {
    margin-bottom: 0;
  }

  .main-navigation li:hover > ul {
    display: none;
  }

  .main-navigation li.submenu-open > ul {
    display: block;
  }

  .main-navigation li ul a {
    padding: 7px 12px;
  }

  .submenu-toggle {
    display: inline-flex;
    margin-left: 8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 2px solid #8ad0ff;
    background: linear-gradient(#0050b0, #002a60);
    box-shadow: 0 2px 0 #00152f;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
  }

  .submenu-toggle-icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;
    transition: transform 0.15s ease-out;
  }

  .submenu-open > .submenu-toggle .submenu-toggle-icon {
    transform: rotate(-180deg);
  }
}

.site-content {
  flex: 1;
  max-width: 1120px;
  margin: 16px auto;
  padding: 0 16px 24px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .site-content {
    grid-template-columns: 1fr;
  }
}

.post-list .post-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(#fefeff, #eff6ff);
  border-radius: 6px;
  border: 2px solid #0a4fa5;
  padding: 12px 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 0 #00224a;
  position: relative;
  overflow: visible;
}

.post-list .post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0050b0, #00a6ff);
}

.post-list .post-card {
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out;
}

.post-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.post-category {
  font-size: 0.75rem;
  background: #ffe38a;
  border-radius: 3px;
  padding: 2px 6px;
  color: #444;
}

.post-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.post-card-meta {
  font-size: 0.75rem;
  color: #777;
  margin-bottom: 6px;
}

.post-card-excerpt {
  font-size: 1.0rem;
  margin-bottom: 8px;
}

.post-card-footer {
  font-size: 0.8rem;
}

.pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 0.85rem;
}

.pagination a,
.pagination span,
.pagination .page-numbers {
  min-width: 32px;
  padding: 6px 10px;
  text-align: center;
  background: linear-gradient(#0050b0, #002a60);
  border-radius: 6px;
  border: 2px solid #8ad0ff;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #001020;
  box-shadow: 0 3px 0 #00152f;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, background 0.1s ease-out;
}

.pagination a:hover,
.pagination .page-numbers:not(.current):hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #00152f;
}

.pagination .current,
.pagination .page-numbers.current {
  background: linear-gradient(#002a60, #001335);
  border-color: #c4e4ff;
  box-shadow: 0 1px 0 #000814;
  transform: translateY(1px);
  cursor: default;
}

.pagination .dots {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #335;
  text-shadow: none;
  cursor: default;
}

@media (max-width: 600px) {
  .pagination {
    gap: 4px;
  }

  .pagination a,
  .pagination span,
  .pagination .page-numbers {
    min-width: 28px;
    padding: 5px 8px;
    font-size: 0.8rem;
  }
}

.sidebar {
  font-size: 0.9rem;
}

.widget {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.widget-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.widget li {
  padding: 3px 0;
}

.single-post-main {
  max-width: 100% !important;
  overflow: hidden;
}

.single-post-main article {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 18px;
}

.single-header {
  margin-bottom: 12px;
}

.single-categories {
  margin-bottom: 4px;
}

.single-categories a {
  font-size: 0.75rem;
  background: #ffe38a;
  border-radius: 3px;
  padding: 2px 6px;
  margin-right: 4px;
  color: #444;
}

.single-title {
  margin: 0 0 6px;
  font-size: 1.4rem;
}

.single-meta {
  font-size: 0.8rem;
  color: #777;
}

.single-content {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 12px;
}

.single-content p {
  margin-bottom: 1.0em;
}

.post-share {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 0.85rem;
}

.post-navigation {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
}

.post-tags {
  margin-top: 10px;
  font-size: 0.85rem;
}

.site-footer {
  margin-top: auto;
  background: linear-gradient(#001735, #000713);
  border-top: 2px solid #0a4fa5;
  position: relative;
  color: #d7e9ff;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00a6ff, #8ad0ff);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 16px 18px 16px;
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-site-title {
  font-weight: 500;
  font-size: 0.8rem;
  text-shadow: 0 1px 0 #000;
}

.footer-battle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 4px;
}

.battle-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.battle-player {
  align-items: flex-start;
}

.battle-sprite img {
  width: 45px;
  height: 40px;
  image-rendering: pixelated;
  display: block;
  margin-bottom: 6px;
  margin-left: 65px;
}

.footer-stats {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.footer-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}

.footer-stat .stat-label {
  min-width: 26px;
  text-align: right;
  font-weight: 700;
  text-shadow: 0 1px 0 #000;
}

.footer-stat .stat-bar {
  position: relative;
  flex: 1;
  min-width: 80px;
  height: 10px;
  border-radius: 999px;
  background: #000e1f;
  border: 1px solid #294469;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
}

.footer-stat .stat-bar-fill {
  height: 100%;
  border-radius: 999px;
}

.footer-stat.footer-hp .stat-bar-fill {
  background: linear-gradient(90deg, #ffb347, #ff4b3a);
}

.footer-stat.footer-mp .stat-bar-fill {
  background: linear-gradient(90deg, #4cc9ff, #7fffd4);
}

.footer-stat .stat-value {
  min-width: 40px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.footer-copy {
  color: #9ab4d8;
  font-size: 0.75rem;
  margin-top: 6px;
}

@media (max-width: 700px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-battle {
    gap: 16px;
  }

  .footer-stats {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-stat {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-stat .stat-bar {
    width: 100%;
    min-width: 0;
  }

  .footer-stat .stat-value {
    text-align: left;
  }
}

.post-dialog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dialog-names {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: -6px;
  position: relative;
  z-index: 3;
}

.dialog-name {
  padding: 2px 10px;
  font-size: 0.90rem;
  font-weight: 600;
  color: #ffffff;
  background: #2f7be5;
  border-radius: 4px;
  border: 2px solid #b8e2ff;
  box-shadow: 0 2px 0 #1a4c88;
  text-shadow: 0 1px 0 #0d2f58;
  white-space: nowrap;
  position: relative;
  z-index: 4;
}

.dialog-text {
  width: 100%;
  padding: 14px 14px 10px;
  background: linear-gradient(#0050b0, #002a60);
  border-radius: 8px;
  border: 2px solid #8ad0ff;
  box-shadow: 0 3px 0 #00152f;
  color: #ffffff;
  text-shadow: 0 1px 0 #001020;
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
}

.dialog-text .post-card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.dialog-text .post-card-title a {
  color: #ffffff;
  text-decoration: none;
}

.dialog-text .post-card-title a:hover {
  text-decoration: underline;
}

.dialog-name.cat-noticias { background: #006000; }
.dialog-name.cat-analisis { background: #800000; }
.dialog-name.cat-guia     { background: #604000; }

@media (max-width: 600px) {
  .dialog-text {
    min-width: 0;
  }
}

.meta-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.meta-text {
  padding: 4px 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  background: #2b7a3d;
  border-radius: 4px;
  border: 2px solid #9be7a1;
  box-shadow: 0 2px 0 #1b4f27;
  text-shadow: 0 1px 0 #103a19;
}

.meta-text a {
  color: #e5ffe7;
  text-decoration: none;
}

.meta-text a:hover {
  text-decoration: underline;
}

.read-more-link {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  font-size: 0.90rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(#0050b0, #002a60);
  border: 2px solid #8ad0ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #00152f;
  text-shadow: 0 1px 0 #001020;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.read-more-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #00152f;
}

.read-more-link:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #00152f;
}

.post-card-thumb {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 8px 0 12px 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.post-card-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.post-card-thumb img {
  width: 100% !important;
  height: 150px !important;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

.sidebar .widget {
  background: linear-gradient(#ffffff, #f8f2ff);
  border-radius: 6px;
  border: 2px solid #b78dff;
  box-shadow: 0 3px 0 #5b2a91;
  padding: 26px 14px 12px 14px;
  margin-bottom: 23px;
  position: relative;
  overflow: visible;
}

.sidebar .widget::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7c42d9, #c28cff);
}

.sidebar .widget .widget-title,
.sidebar .widget .wp-block-heading {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 #2a0f47;
  background: linear-gradient(#6a33af, #4a1f7c);
  border: 2px solid #d7b9ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #361458;
  position: absolute;
  top: -12px;
  left: 12px;
  z-index: 5;
}

.sidebar .widget-collapsible .widget-collapse-body {
  margin-top: 12px;
}

.sidebar .widget-collapsible.is-closed .widget-collapse-body {
  display: none;
}

.sidebar .widget-collapsible .widget-title {
  cursor: pointer;
}

.sidebar .widget-collapsible .widget-title::after {
  content: "▼";
  font-size: 0.7rem;
  margin-left: 8px;
}

.sidebar .widget-collapsible.is-closed .widget-title::after {
  content: "▶";
}

.dialog-name.dialog-name-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.dialog-name.dialog-name-link:hover {
  filter: brightness(1.15);
  text-decoration: none;
}

.post-card-thumb .meta-box.meta-over-thumb {
  position: absolute;
  top: 10px;
  right: 12px;
  margin: 0;
  display: block;
}

.post-card-thumb .meta-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.post-card-thumb .meta-text a {
  display: inline;
}

.meta-normal {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 6px;
}

.post-content table,
.single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.9rem;
  background: linear-gradient(#ffffff, #f4f8ff);
  border: 2px solid #0a4fa5;
  border-radius: 6px;
  box-shadow: 0 3px 0 #00224a;
  overflow: hidden;
}

.post-content table thead th,
.single-content table thead th {
  background: linear-gradient(#0050b0, #002a60);
  color: #ffffff;
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  text-shadow: 0 1px 0 #001020;
  border-bottom: 2px solid #8ad0ff;
}

.post-content table td,
.post-content table th,
.single-content table td,
.single-content table th {
  padding: 8px 12px;
  border-bottom: 1px solid #d0d8e8;
}

.post-content table tbody tr:nth-child(odd),
.single-content table tbody tr:nth-child(odd) {
  background: rgba(0, 75, 160, 0.06);
}

.post-content table tbody tr
,
.single-content table tbody tr:hover {
  background: rgba(0, 75, 160, 0.15);
}

.post-content table tbody tr:last-child td,
.single-content table tbody tr:last-child td {
  border-bottom: none;
}

.search-dialog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}

.search-dialog-names {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: -10px;
  position: relative;
  z-index: 6;
}

.search-dialog-name {
  padding: 2px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background: #2b7a3d;
  border-radius: 4px;
  border: 2px solid #9be7a1;
  box-shadow: 0 2px 0 #1b4f27;
  text-shadow: 0 1px 0 #103a19;
  white-space: nowrap;
}

.search-dialog-text {
  width: 100%;
  padding: 14px 14px 10px;
  background: linear-gradient(#2b7a3d, #1c5127);
  border-radius: 8px;
  border: 2px solid #9be7a1;
  box-shadow: 0 3px 0 #1b4f27;
  color: #ffffff;
  text-shadow: 0 1px 0 #001020;
  position: relative;
  z-index: 5;
}

.search-dialog-title {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
}

.post-tags {
  margin-top: 10px;
  font-size: 0.85rem;
}

.post-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  margin-right: 4px;
  margin-bottom: 4px;
  background: #2b7a3d;
  border-radius: 4px;
  border: 2px solid #9be7a1;
  box-shadow: 0 2px 0 #1b4f27;
  text-shadow: 0 1px 0 #103a19;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.post-tag-pill:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 3px 0 #1b4f27;
}

.post-tag-icon {
  font-size: 0.9em;
  line-height: 1;
}

.post-tag-name {
  line-height: 1;
}

.post-navigation {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #d0d8e8;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 0;
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation a {
  display: inline-block;
  width: 100%;
  padding: 10px 14px;
  background: linear-gradient(#0050b0, #002a60);
  border-radius: 10px;
  border: 2px solid #8ad0ff;
  box-shadow: 0 3px 0 #00152f;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #001020;
  line-height: 1.4;
}

.post-navigation a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #00152f;
}

.post-navigation a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #00152f;
}

.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
  content: none !important;
}

#comments,
.comments-area {
  margin-top: 32px;
  padding: 16px 18px;
  background: linear-gradient(#ffffff, #f8f2ff);
  border-radius: 6px;
  border: 2px solid #b78dff;
  box-shadow: 0 3px 0 #5b2a91;
  position: relative;
  overflow: visible;
}

#comments::before,
.comments-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7c42d9, #c28cff);
}

.comments-title,
#reply-title {
  display: inline-block;
  margin: 0 0 12px 0;
  padding: 6px 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 #2a0f47;
  background: linear-gradient(#6a33af, #4a1f7c);
  border: 2px solid #d7b9ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #361458;
  position: relative;
  z-index: 3;
}

.comment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.comment-list > li {
  margin-bottom: 18px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #dfd5ff;
  border-radius: 6px;
  box-shadow: 0 2px 0 #b69cff;
}

.comment-author {
  font-weight: 700;
  color: #4a1f7c;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.comment-metadata a {
  color: #7a53b6;
  font-size: 0.8rem;
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

.comment-content {
  margin-top: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.comment-form {
  margin-top: 20px;
}

.comment-form label {
  font-weight: 600;
  color: #4a1f7c;
  display: block;
  margin-bottom: 4px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 2px solid #c8a7ff;
  background: #faf6ff;
  color: #4a1f7c;
  box-shadow: 0 2px 0 #5b2a91;
  font-size: 0.95rem;
}

.comment-form textarea {
  min-height: 120px;
}

.comment-form input[type="submit"] {
  margin-top: 10px;
  padding: 8px 16px;
  background: linear-gradient(#6a33af, #4a1f7c);
  border: 2px solid #d7b9ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #361458;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  text-shadow: 0 1px 0 #2a0f47;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.comment-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #361458;
}

.comment-form input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #361458;
}

.comment-list .children {
  margin-left: 20px;
  margin-top: 12px;
}

.comment-list .children > li {
  background: #f9f4ff;
  border: 1px solid #d9c7ff;
}

.comments-area {
  margin-top: 26px;
  background: linear-gradient(#ffffff, #f8f2ff);
  border-radius: 6px;
  border: 2px solid #b78dff;
  box-shadow: 0 3px 0 #5b2a91;
  padding: 26px 16px 18px 16px;
  position: relative;
  overflow: visible;
}

.comments-area::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7c42d9, #c28cff);
}

.comments-title,
.comment-reply-title,
#reply-title {
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 6px 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 #2a0f47;
  background: linear-gradient(#6a33af, #4a1f7c);
  border: 2px solid #d7b9ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #361458;
}

.comment-list {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

.comment-list > li.comment {
  margin-bottom: 14px;
  padding: 10px 12px 12px 12px;
  background: rgba(255,255,255,0.98);
  border-radius: 6px;
  border: 1px solid #e0d1ff;
  box-shadow: 0 2px 0 #c0a7ff;
  position: relative;
}

.comment-list .children {
  list-style: none;
  margin: 10px 0 0 26px;
  padding-left: 12px;
  border-left: 2px dashed rgba(123, 85, 184, 0.4);
}

.comment-list .children > li.comment {
  margin-bottom: 10px;
  background: rgba(249,245,255,0.98);
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 0.85rem;
}

.comment-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 2px solid #b78dff;
  background: #000;
  image-rendering: pixelated;
  box-shadow: 0 2px 0 #5b2a91;
  margin: 0;
}

.comment-author .fn {
  font-weight: 700;
  color: #4a1f7c;
}

.comment.bypostauthor .fn::after {
  content: " ★";
  color: #ffcc4d;
  font-size: 0.85em;
}

.comment-metadata {
  font-size: 0.78rem;
  color: #7b55b8;
}

.comment-metadata a {
  color: #7b55b8;
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

.comment-content {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 4px;
}

.comment-content p {
  margin: 0 0 0.7em;
}

.comment-content a {
  color: #6a33af;
}

.comment-content a:hover {
  text-decoration: underline;
}

.comment-reply-link {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(#6a33af, #4a1f7c);
  border-radius: 999px;
  border: 2px solid #d7b9ff;
  box-shadow: 0 2px 0 #361458;
  text-shadow: 0 1px 0 #2a0f47;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.comment-reply-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 #361458;
}

.comment-respond {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #e0d1ff;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  width: 100%;
  max-width: 100%;
  padding: 6px 10px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: 2px solid #c8a7ff;
  background: #faf6ff;
  color: #4a1b6f;
  box-shadow: 0 2px 0 #5b2a91;
  font-size: 0.9rem;
}

.comment-respond input[type="submit"] {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(#6a33af, #4a1f7c);
  border-radius: 6px;
  border: 2px solid #d7b9ff;
  box-shadow: 0 3px 0 #361458;
  text-shadow: 0 1px 0 #2a0f47;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.comment-respond input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #361458;
}

.comment-respond input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #361458;
}

@media (max-width: 600px) {
  .comment-list .children {
    margin-left: 16px;
  }

  .comment-author .avatar {
    width: 40px;
    height: 40px;
  }
}

.page article {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 18px;
}

.page .entry-title {
  margin: 0 0 6px;
  font-size: 1.4rem;
}

.page .entry-content {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 12px;
}

.page .entry-content p {
  margin-bottom: 0.8em;
}

.single-post-main article.page {
  position: relative;
  background: linear-gradient(#fefeff, #eff6ff);
  border-radius: 6px;
  border: 2px solid #0a4fa5;
  padding: 16px 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 0 #00224a;
  overflow: visible;
}

.single-post-main article.page::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0050b0, #00a6ff);
  border-radius: 6px 6px 0 0;
}

.sidebar .aw-social-icons{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.aw-social-btn{display:flex;align-items:center;gap:10px;padding:8px 12px;background:linear-gradient(#6a33af,#4a1f7c);border:2px solid #d7b9ff;border-radius:6px;box-shadow:0 3px 0 #361458;color:#fff;text-decoration:none;font-weight:600;text-shadow:0 1px 0 #2a0f47;transition:transform .1s ease-out,box-shadow .1s ease-out}
.aw-social-btn:hover{transform:translateY(-2px);box-shadow:0 5px 0 #361458}
.aw-social-icon{font-size:1.3rem;line-height:1}
.aw-x{background:linear-gradient(#202020,#000);border-color:#aaa;box-shadow:0 3px 0 #333}
.aw-x:hover{box-shadow:0 5px 0 #333}
.aw-yt{background:linear-gradient(#cc0000,#990000);border-color:#ffcccc;box-shadow:0 3px 0 #660000}
.aw-yt:hover{box-shadow:0 5px 0 #660000}
.aw-social-btn:hover,
.aw-social-btn:hover .aw-social-name,
.aw-social-btn:hover .aw-social-icon {
    text-decoration: none !important;
}
.aw-social-btn,
.aw-social-btn * {
    text-decoration: none !important;
}
.aw-social-btn.aw-abyss {
  background: linear-gradient(135deg, #102a5c 0%, #1558b0 50%, #2f9bff 100%) !important;
  border: 1px solid rgba(128, 190, 255, 0.75) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 2px 6px rgba(8, 28, 72, 0.35);
}

.aw-social-btn.aw-abyss:hover,
.aw-social-btn.aw-abyss:focus {
  background: linear-gradient(135deg, #143676 0%, #1d6ed6 50%, #5bb6ff 100%) !important;
  color: #ffffff !important;
  border-color: rgba(179, 220, 255, 0.95) !important;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 4px 10px rgba(8, 28, 72, 0.45);
}

.aw-social-btn.aw-abyss .aw-social-icon-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 45, 95, 0.8);
}

.aw-social-btn.aw-abyss .aw-social-icon {
  color: #d8efff;
  text-shadow: 0 1px 2px rgba(0, 20, 60, 0.65) !important;
}

.aw-social-btn.aw-abyss .aw-social-name {
  color: #ffffff;
}
.post-tag-pill,
.post-tag-pill:hover,
.post-tag-pill * {
    text-decoration: none !important;
}
.post-tag-pill:hover {
    filter: brightness(1.1);
}
/* Buscador clásico en la sidebar, estilo JRPG morado */
.sidebar .widget_search .search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.sidebar .widget_search .search-field {
  flex: 1;
  padding: 6px 10px;
  font-size: 0.9rem;
  border: 2px solid #c8a7ff;
  border-radius: 6px;
  background: #faf6ff;
  color: #4a1b6f;
  box-shadow: 0 2px 0 #5b2a91;
}

.sidebar .widget_search .search-field::placeholder {
  color: #7b55b8;
  opacity: 1;
}

/* Botón con la lupa 🔍 (el texto es el emoji) */
.sidebar .widget_search .search-submit {
  width: 42px;
  height: 38px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(#6a33af, #4a1f7c);
  border: 2px solid #d7b9ff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #361458;

  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #2a0f47;
}

.sidebar .widget_search .search-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #361458;
}

.sidebar .widget_search .search-submit:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #361458;
}

.sidebar .widget_search .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.author-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 18px;

  padding: 14px 16px;

  position: relative;
  overflow: visible;
}

.author-box-photo-wrap {
  position: relative;
  flex: 0 0 120px;
}

.author-box-avatar {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  border: 2px solid #9be7a1;
  box-shadow: 0 2px 0 #1b4f27;
  background: #000;
  object-fit: cover;
  image-rendering: pixelated;
  display: block;
}

.author-box-nick {
  position: absolute;
  left: 10px;
  bottom: -16px;

  padding: 4px 12px;

  background: #2b7a3d;
  border-radius: 999px;
  border: 2px solid #9be7a1;
  box-shadow: 0 2px 0 #1b4f27;

  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  text-shadow: 0 1px 0 #103a19;
  white-space: nowrap;
}

.author-box-bio {
  flex: 1;
  padding: 14px 16px 12px 24px;

  background: linear-gradient(#2b7a3d, #1c5127);
  border-radius: 8px;
  border: 2px solid #9be7a1;
  box-shadow: 0 3px 0 #1b4f27;

  color: #ffffff;
  text-shadow: 0 1px 0 #001020;
  font-size: 0.9rem;
  line-height: 1.6;

  min-height: 120px;
  display: flex;
  align-items: center;
}

.author-box-bio p {
  margin: 0;
}

@media (max-width: 600px) {
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-box-photo-wrap {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .author-box-nick {
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }

  .author-box-bio {
    padding-left: 16px;
    min-height: 0;
    width: 100%;
    text-align: left;
  }
}
.single-post-main iframe[src*="youtube.com"],
.single-post-main iframe[src*="youtu.be"],
.single-post-main iframe[src*="vimeo.com"] {
  max-width: 100%;
  width: 100% !important;
  height: auto;
  display: block;
  min-height: 300px;
}

.single-post .single-post-main,
.single .single-post-main,
.single-post-main {
  max-width: 100% !important;
  overflow-x: hidden;
}

.single-post-main article .comment-body{
    border: 2px solid #c8a7ff;
    margin-top: 10px;
    box-shadow: 0 2px 0 #5b2a91;
    color: #4a1b6f;
}

/* ==========================================================
   Nia Khera color refresh
   Paleta cálida inspirada en niakhera.es / estética AbyssWalkers:
   negro tinta, crema papel, naranja dorado y granate.
   ========================================================== */
:root {
  --nk-bg: #f4eadf;
  --nk-bg-soft: #fff8ef;
  --nk-paper: #fffdf8;
  --nk-paper-2: #fff3e2;
  --nk-ink: #241713;
  --nk-muted: #77625a;
  --nk-line: #d7b79d;
  --nk-line-dark: #4a271e;
  --nk-primary: #8f2f25;
  --nk-primary-dark: #46130f;
  --nk-primary-mid: #682018;
  --nk-accent: #f28b38;
  --nk-accent-soft: #ffd49b;
  --nk-gold: #f3c567;
  --nk-shadow: #2a1410;
  --nk-green: #2f6e45;
  --nk-green-dark: #1d4630;
}

body {
  color: var(--nk-ink);
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0) 52%),
    radial-gradient(circle at 12% 12%, rgba(242,139,56,0.14) 0%, rgba(242,139,56,0) 26%),
    repeating-linear-gradient(45deg, #f9efe3 0, #f9efe3 10px, #f3e4d4 10px, #f3e4d4 20px);
}

a { color: #9b2f24; }
p a:hover { color: #c44b32; }

.site-header { margin-top: 14px; }

.header-box {
  border-color: var(--nk-line-dark);
  box-shadow: 0 3px 0 var(--nk-shadow);
  background: var(--nk-paper);
}

.header-box::before,
.post-list .post-card::before,
.single-post-main article.page::before,
.sidebar .widget::before,
#comments::before,
.comments-area::before {
  background: linear-gradient(90deg, var(--nk-primary-dark), var(--nk-accent), var(--nk-gold));
}

.header-banner-content {
  background-image: url("img/header-bg.jpg");
  background-position: center bottom;
  border-bottom: 1px solid rgba(74,39,30,0.35);
}

.site-logo img {
  max-height: 82px;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.35));
}

.site-title,
.site-title a {
  color: #fff7ec;
  text-shadow: 0 2px 0 #1a0906;
}

.site-description {
  color: #ffe2bd;
  text-shadow: 0 1px 0 #1a0906;
}

.header-menu-bar {
  background: linear-gradient(#3b1712, #160907);
  border-top-color: var(--nk-accent);
  box-shadow: inset 0 1px 0 rgba(255,212,155,0.28);
}

.menu-toggle,
.main-navigation a,
.pagination a,
.pagination span,
.pagination .page-numbers,
.read-more-link,
.post-navigation a {
  background: linear-gradient(#9b372a, #4b1510);
  border-color: var(--nk-accent-soft);
  box-shadow: 0 3px 0 var(--nk-shadow);
  color: #ffffff;
  text-shadow: 0 1px 0 #190704;
}

.menu-toggle:hover,
.main-navigation a:hover,
.pagination a:hover,
.pagination .page-numbers:not(.current):hover,
.read-more-link:hover,
.post-navigation a:hover {
  box-shadow: 0 5px 0 var(--nk-shadow);
  filter: brightness(1.08) saturate(1.05);
}

.menu-toggle-icon::before,
.menu-toggle-icon::after,
.menu-toggle-icon span { background: #fff7ec; }
.menu-toggle-icon::before { box-shadow: 0 7px 0 #fff7ec; }

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.pagination .current,
.pagination .page-numbers.current {
  background: linear-gradient(#4b1510, #1a0805);
  border-color: #ffe0b3;
}

@media (min-width: 769px) {
  .main-navigation li ul {
    background: rgba(28, 11, 8, 0.97);
    border-color: var(--nk-accent);
    box-shadow: 0 3px 0 #090302;
  }
}

@media (max-width: 768px) {
  .main-navigation li ul {
    background: rgba(28, 11, 8, 0.94);
    border-color: var(--nk-accent);
  }

  .submenu-toggle {
    background: linear-gradient(#9b372a, #4b1510);
    border-color: var(--nk-accent-soft);
    box-shadow: 0 2px 0 var(--nk-shadow);
  }

  .submenu-toggle-icon { border-top-color: #fff7ec; }
}

.post-list .post-card,
.single-post-main article.page {
  background: linear-gradient(var(--nk-paper), var(--nk-paper-2));
  border-color: var(--nk-line-dark);
  box-shadow: 0 3px 0 var(--nk-shadow);
}

.post-list .post-card:hover {
  box-shadow: 0 5px 0 var(--nk-shadow);
}

.post-category,
.single-categories a {
  background: #f2d18b;
  color: #3d2218;
  border: 1px solid #c9964f;
}

.post-card-meta,
.single-meta,
.footer-copy,
.comment-metadata,
.comment-metadata a { color: var(--nk-muted); }

.sidebar .widget,
#comments,
.comments-area {
  background: linear-gradient(#fffdf8, #fff1df);
  border-color: #c8895d;
  box-shadow: 0 3px 0 #6c2c1e;
}

.sidebar .widget .widget-title,
.sidebar .widget .wp-block-heading,
.comments-title,
.comment-reply-title,
#reply-title {
  background: linear-gradient(#9b372a, #4b1510);
  border-color: #ffd49b;
  box-shadow: 0 3px 0 #2a1410;
  color: #fffaf1;
  text-shadow: 0 1px 0 #190704;
}

.widget-title { border-bottom-color: #ead2bb; }

.dialog-name,
.meta-text,
.search-dialog-name,
.post-tag-pill,
.author-box-nick {
  background: var(--nk-green);
  border-color: #a7d9ad;
  box-shadow: 0 2px 0 var(--nk-green-dark);
  color: #ffffff;
  text-shadow: 0 1px 0 #102719;
}

.dialog-text,
.search-dialog-text,
.author-box-bio {
  background: linear-gradient(#8f2f25, #46130f);
  border-color: #ffd49b;
  box-shadow: 0 3px 0 var(--nk-shadow);
  color: #fff8ef;
  text-shadow: 0 1px 0 #190704;
}

.dialog-name.cat-noticias { background: #2f6e45; }
.dialog-name.cat-analisis { background: #8f2f25; }
.dialog-name.cat-guia { background: #946321; }

.post-content table,
.single-content table {
  background: linear-gradient(#fffdf8, #fff3e2);
  border-color: var(--nk-line-dark);
  box-shadow: 0 3px 0 var(--nk-shadow);
}

.post-content table thead th,
.single-content table thead th {
  background: linear-gradient(#8f2f25, #46130f);
  border-bottom-color: var(--nk-accent-soft);
}

.post-content table td,
.post-content table th,
.single-content table td,
.single-content table th {
  border-bottom-color: #ead2bb;
}

.post-content table tbody tr:nth-child(odd),
.single-content table tbody tr:nth-child(odd) { background: rgba(242,139,56,0.08); }
.post-content table tbody tr:hover,
.single-content table tbody tr:hover { background: rgba(143,47,37,0.12); }

.site-footer {
  background: linear-gradient(#1b0906, #060201);
  border-top-color: var(--nk-accent);
  color: #ffe7c9;
}

.site-footer::before { background: linear-gradient(90deg, var(--nk-primary), var(--nk-accent), var(--nk-gold)); }
.footer-stat .stat-bar { background: #0b0302; border-color: #72412e; }
.footer-stat.footer-mp .stat-bar-fill { background: linear-gradient(90deg, #f28b38, #f3c567); }
.footer-copy { color: #d3ad8c; }

.comment-list > li,
.comment-list > li.comment,
.comment-list .children > li,
.comment-list .children > li.comment {
  background: rgba(255,253,248,0.98);
  border-color: #e2c5ad;
  box-shadow: 0 2px 0 #c8895d;
}

.comment-author,
.comment-author .fn,
.comment-form label { color: var(--nk-primary-dark); }
.comment-content a { color: var(--nk-primary); }
.comment-author .avatar,
.author-box-avatar { border-color: #d69b68; box-shadow: 0 2px 0 #6c2c1e; }
.comment-list .children { border-left-color: rgba(143,47,37,0.35); }
.comment-respond { border-top-color: #ead2bb; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea,
.sidebar .widget_search .search-field {
  border-color: #d69b68;
  background: #fff8ef;
  color: var(--nk-ink);
  box-shadow: 0 2px 0 #8a4932;
}

.comment-form input[type="submit"],
.comment-respond input[type="submit"],
.comment-reply-link,
.sidebar .widget_search .search-submit,
.aw-social-btn {
  background: linear-gradient(#9b372a, #4b1510);
  border-color: #ffd49b;
  box-shadow: 0 3px 0 var(--nk-shadow);
  color: #ffffff;
  text-shadow: 0 1px 0 #190704;
}

.comment-form input[type="submit"]:hover,
.comment-respond input[type="submit"]:hover,
.comment-reply-link:hover,
.sidebar .widget_search .search-submit:hover,
.aw-social-btn:hover { box-shadow: 0 5px 0 var(--nk-shadow); }

.sidebar .widget_search .search-field::placeholder { color: #9c7463; }

.aw-x { background: linear-gradient(#2c211d,#080403); border-color:#d6bba4; box-shadow:0 3px 0 #0b0503; }
.aw-yt { background: linear-gradient(#b2382f,#70170f); border-color:#ffd0c3; box-shadow:0 3px 0 #3a0905; }
.single-post-main article .comment-body { border-color: #d69b68; box-shadow: 0 2px 0 #8a4932; color: var(--nk-ink); }
