/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.30.1771874618
Updated: 2026-02-23 19:23:38

*/

/* ===============================
   Tainacan Single Item – Minimal UI
   =============================== */

/* 1) Aire general + tipografía más editorial */
body .tainacan-item-single-page .entry-content{
  font-size: 16px;
  line-height: 1.6;
}

/* 2) “Metadatos” como encabezado discreto */
body .tainacan-item-single-page .tainacan-item-section--metadata > .tainacan-single-item-section{
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  opacity: .65;
  margin: 22px 0 12px;
}

/* 3) Grid limpio para los metadatos (2 columnas en desktop) */
body .tainacan-item-single-page .tainacan-item-section__metadata.metadata-type-1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  align-items: start;
}

@media (max-width: 900px){
  body .tainacan-item-single-page .tainacan-item-section__metadata.metadata-type-1{
    grid-template-columns: 1fr;
  }
}

/* 4) Cada metadato como “fila” elegante */
body .tainacan-item-single-page .tainacan-item-section__metadatum{
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.06);
}

body .tainacan-item-single-page .tainacan-item-section__metadatum:first-child{
  border-top: 0;
  padding-top: 0;
}

/* 5) Label pequeño / Value claro */
body .tainacan-item-single-page .tainacan-metadata-label{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .55;
  margin: 0 0 6px 0;
}

body .tainacan-item-single-page .tainacan-metadata-value{
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

/* 6) Links menos “azul burdo” */
body .tainacan-item-single-page .tainacan-metadata-value a{
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.18);
}
body .tainacan-item-single-page .tainacan-metadata-value a:hover{
  border-bottom-color: rgba(0,0,0,.35);
}

/* 7) Observaciones / Contenido: ancho de lectura (escaneable) */
body .tainacan-item-single-page .metadata-slug-observaciones-11 .tainacan-metadata-value,
body .tainacan-item-single-page .metadata-slug-contenido-10 .tainacan-metadata-value{
  max-width: 78ch;
}

/* 8) Reduce el “ruido” del hero */
body .tainacan-item-single-page .hero-section .page-title{
  letter-spacing: -0.03em;
  line-height: 1.15;
}
body .tainacan-item-single-page .hero-section .entry-meta{
  opacity: .8;
}