/* =========================================
   SINGLE POST
========================================= */

.single-post #content,
.single-post .site-main{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:0;
  padding-right:0;
}

.single-post .sta-single{
  width:100%;
  max-width:none;
  padding-top:0;
}

/* =========================================
   HERO
========================================= */


/* =========================================================
   SINGLE POST HERO
========================================================= */

.sta-single{
  padding-top:0;
}

.sta-single-hero{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:-104px;
  margin-bottom:34px;
  min-height:375px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius:0 0 42px 42px;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:flex-start;
}

.sta-single-hero--noimage{
  background:
    linear-gradient(135deg, #2f4d36 0%, #1f2a20 100%);
}

.sta-single-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.10) 38%,
      rgba(0, 0, 0, 0.18) 100%
    );
}

.sta-single-hero__inner{
  position:relative;
  z-index:2;
  width:min(100% - 40px, 1240px);
  margin:0 auto;
  padding:
    clamp(92px, 8vw, 110px)
    0
    clamp(22px, 3vw, 34px);
}

.sta-single-hero__content{
  width:100%;
}

.sta-single-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:0 0 18px;
}

.sta-single-hero__pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:36px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#fff;
  font-family:var(--sta-font-body);
  font-size:13px;
  line-height:1.2;
}

.sta-single-hero__meta-label{
  font-weight:700;
  color:rgba(255,255,255,.92);
}

.sta-single-hero__title{
  margin:0 0 14px;
  color:#fff;
  text-shadow:0 2px 14px rgba(0,0,0,.20);
  max-width:100%;
  font-size:clamp(38px, 4vw, 66px);
  line-height:1.08;
  letter-spacing:-0.02em;
}

html[lang="zh-TW"] .sta-single-hero__title{
  max-width:100%;
  line-height:1.16;
}

.sta-single-hero__line{
  width:260px;
  max-width:38vw;
  height:2px;
  margin:0 0 20px;
  border-radius:999px;
  background:#84997D;
  box-shadow:0 2px 12px rgba(0,0,0,.12);
}

.sta-single-hero__intro{
  display:block;
  width:100%;
  max-width:none;
  box-sizing:border-box;
  margin:0;
  padding:16px 20px 18px;
  border-radius:14px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:saturate(120%) blur(2px);
  -webkit-backdrop-filter:saturate(120%) blur(2px);
  box-shadow:0 12px 32px rgba(0,0,0,.10);
  color:#F5F3EE;
  font-family:'Poppins', sans-serif;
  font-size:clamp(16px, 1.5vw, 20px);
  line-height:1.75;
  text-align:left;
  text-shadow:none;
}

.sta-single-hero__intro,
.sta-single-hero__intro p,
.sta-single-hero__intro li,
.sta-single-hero__intro span{
  color:#F5F3EE !important;
}

.sta-single-hero__intro p{
  margin:0 0 25px 0;
}

.sta-single-hero__intro p:last-child{
  margin-bottom:0;
}

.sta-single-hero__intro strong{
  color:#FFFFFF !important;
  font-weight:700;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1024px){
  .sta-single-hero{
  min-height:clamp(230px, 34vw, 320px);
  margin-top:-92px;
  margin-bottom:30px;
  border-radius:0 0 34px 34px;
}

  .sta-single-hero__inner{
  width:min(100% - 32px, 1240px);
  padding:clamp(82px, 8vw, 98px) 0 clamp(20px, 3vw, 28px);
}

  .sta-single-hero__content{
  width:100%;
  padding:16px 18px 18px;
  border-radius:24px;
}

  .sta-single-hero__meta{
    gap:8px;
    margin-bottom:16px;
  }

  .sta-single-hero__pill{
    min-height:34px;
    padding:7px 12px;
    font-size:12px;
  }

  .sta-single-hero__title{
  max-width:100%;
  font-size:clamp(34px, 5vw, 54px);
  line-height:1.08;
  }

  .sta-single-hero__line{
    margin-bottom:20px;
  }

  .sta-single-hero__intro{
    max-width:720px;
    line-height:1.7;
  }
}

@media (max-width:767px){
  .sta-single-hero{
  min-height:auto;
  margin-top:-72px;
  margin-bottom:24px;
  border-radius:0 0 26px 26px;
  background-position:center center;
  }

  .sta-single-hero__inner{
  width:min(100% - 20px, 1240px);
  padding:74px 0 18px;
  }

  .sta-single-hero__content{
  width:100%;
  padding:14px 14px 16px;
  border-radius:20px;
}

  .sta-single-hero__meta{
    gap:7px;
    margin-bottom:14px;
  }

  .sta-single-hero__pill{
    min-height:32px;
    padding:7px 11px;
    font-size:11px;
  }

  .sta-single-hero__title{
  max-width:100%;
  margin-bottom:12px;
  font-size:clamp(30px, 8.8vw, 44px);
  line-height:1.1;
  }

  .sta-single-hero__line{
  width:140px;
  max-width:42vw;
  margin-bottom:14px;
  }

  .sta-single-hero__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.65;
  }
  .sta-single-hero__intro{
    padding:14px 14px 16px;
    border-radius:14px;
  }
}
/* =========================================================
   SINGLE POST LAYOUT
========================================================= */

.sta-single__wrap{
  width:min(100% - 16px, 1460px);
  margin-inline:auto;
  margin-bottom:72px;
}

.sta-single__layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 250px;
  gap:18px;
  align-items:start;
}

.sta-single__main{
  min-width:0;
}

.sta-single__sidebar{
  min-width:0;
}

/* contenido principal con un poco menos de padding para ganar ancho útil */
/* responsive */
@media (max-width:1024px){
  .sta-single__wrap{
    width:min(100% - 18px, 1320px);
  }

  .sta-single__layout{
    grid-template-columns:1fr;
    gap:24px;
  }

  .sta-single__sidebar{
    width:100%;
  }

  .sta-single__sidebar > *{
    width:100%;
  }

  .sta-single__content{
    padding:26px 24px 30px;
  }
}

@media (max-width:767px){
  .sta-single__wrap{
    width:min(100% - 20px, var(--sta-container));
  }

  .sta-single__content{
    padding:22px 18px 24px;
    border-radius:22px;
  }
}

/* =========================================================
   SINGLE POST CONTENT
========================================================= */

.sta-single__content{
  background:#fff;
  border:1px solid rgba(31,42,32,.08);
  border-radius:28px;
  padding:30px 30px 34px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
  color:var(--sta-text);
  font-size:clamp(17px, 1.05vw, 20px);
  line-height:1.8;
}

.sta-single__content > *:first-child{
  margin-top:0;
}

.sta-single__content > *:last-child{
  margin-bottom:0;
}

.sta-single__content p{
  margin:0 0 1.2em;
}

.sta-single__content h2,
.sta-single__content h3,
.sta-single__content h4,
.sta-single__content h5,
.sta-single__content h6{
  margin-top:1.5em;
  margin-bottom:.65em;
  color:var(--sta-heading);
}

.sta-single__content ul,
.sta-single__content ol{
  margin:0 0 1.25em;
  padding-left:1.35em;
}

.sta-single__content li{
  margin-bottom:.55em;
}

.sta-single__content a{
  color:var(--sta-green-dark);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.sta-single__content a:hover{
  color:var(--sta-gold);
}

.sta-single__content strong{
  color:var(--sta-heading);
}

.sta-single__content img{
  display:block;
  max-width:100%;
  height:auto;
  margin:24px 0;
  border-radius:22px;
}

.sta-single__content figure{
  margin:24px 0;
}

.sta-single__content figcaption{
  margin-top:10px;
  color:var(--sta-text-soft);
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

.sta-single__content blockquote{
  margin:1.8em 0;
  padding:20px 22px;
  border-left:4px solid var(--sta-gold);
  border-radius:18px;
  background:#f8f5ee;
  color:var(--sta-heading);
}

.sta-single__content hr{
  border:none;
  height:1px;
  margin:28px 0;
  background:rgba(31,42,32,.10);
}

.sta-single__content table{
  width:100%;
  margin:24px 0;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
}

.sta-single__content th,
.sta-single__content td{
  padding:14px 16px;
  text-align:left;
  border:1px solid rgba(31,42,32,.10);
}

.sta-single__content th{
  background:#f5f1e7;
  color:var(--sta-heading);
  font-weight:700;
}

.sta-single__content pre{
  overflow:auto;
  margin:24px 0;
  padding:18px 20px;
  border-radius:18px;
  background:#1f2a20;
  color:#f5f1e7;
}

.sta-single__content code{
  font-size:.92em;
}

/* =========================================================
   SINGLE POST TAGS
========================================================= */

.sta-single__tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(31,42,32,.08);
}

.sta-single__tags a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  background:#f3efe8;
  color:var(--sta-heading);
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  transition:all .22s ease;
}

.sta-single__tags a:hover{
  background:var(--sta-green-dark);
  color:#fff;
}

/* =========================================================
   PROMO IN SINGLE
========================================================= */

.sta-promo-desktop{
  display:block;
}

.sta-promo-mobile{
  display:none;
  margin-top:28px;
}

.sta-promo-mobile .sta-promo-wrap{
  width:100%;
}

/* =========================================================
   COMMENTS + LATEST
========================================================= */

.sta-single__comments,
.sta-single__latest{
  margin-top:32px;
}

.sta-single__section-title{
  margin:0 0 14px;
  font-family:var(--sta-font-serif);
  font-size:clamp(16px, 1.1vw, 20px);
  line-height:1.2;
  color:var(--sta-heading);
}

html[lang="zh-TW"] .sta-single__section-title{
  font-family:var(--sta-font-cjk-serif);
  line-height:1.3;
}

/* =========================================================
   COMMENTS AREA
========================================================= */

.comments-area{
  background:#fff;
  border:1px solid rgba(31,42,32,.08);
  border-radius:28px;
  padding:28px 28px 30px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.comments-area .title-comments,
.comments-area .comments-title,
.comments-area .comment-reply-title,
.sta-single__comments #comments,
.sta-single__comments .comment-reply-title{
  margin:0 0 18px;
  color:var(--sta-heading);
  font-family:var(--sta-font-body) !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.7 !important;
  letter-spacing:0;
  text-wrap:pretty;
}

html[lang="zh-TW"] .comments-area .title-comments,
html[lang="zh-TW"] .comments-area .comments-title,
html[lang="zh-TW"] .comments-area .comment-reply-title,
html[lang="zh-TW"] .sta-single__comments #comments,
html[lang="zh-TW"] .sta-single__comments .comment-reply-title{
  font-family:var(--sta-font-cjk-sans) !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.7 !important;
}

.comments-area .logged-in-as,
.comments-area .comment-notes,
.comments-area .no-comments{
  color:var(--sta-text-soft);
  font-size:14px;
  line-height:1.7;
}

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

.comment-list .children{
  list-style:none;
  margin:16px 0 0;
  padding-left:26px;
}

.comment-list .comment{
  margin:0 0 18px;
  padding:0 0 18px;
  border-bottom:1px solid rgba(31,42,32,.08);
}

.comment-list .comment:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}

.comment-body{
  position:relative;
  padding-left:60px;
}

.comment-author{
  margin:0 0 6px;
}

.comment-author .avatar{
  position:absolute;
  top:0;
  left:0;
  border-radius:999px;
}

.comment-author .fn{
  font-style:normal;
  font-weight:700;
  color:var(--sta-heading);
}

.comment-author .says{
  display:none;
}

.comment-metadata{
  margin:4px 0 10px;
  font-size:13px;
  line-height:1.5;
  color:var(--sta-text-soft);
}

.comment-metadata a{
  color:inherit;
  text-decoration:none;
}

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

.reply,
.comment-awaiting-moderation{
  margin-top:12px;
}

.reply a,
.comment-reply-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  background:#f3efe8;
  color:var(--sta-heading);
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  transition:all .22s ease;
}

.reply a:hover,
.comment-reply-link:hover{
  background:var(--sta-green-dark);
  color:#fff;
}

.comment-navigation{
  margin:18px 0 0;
}

.comment-navigation .nav-links{
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.comment-navigation a{
  color:var(--sta-green-dark);
  text-decoration:none;
  font-weight:600;
}

/* =========================================================
   COMMENT FORM
========================================================= */

.comments-area .comment-respond{
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid rgba(31,42,32,.08);
}

.comment-form p{
  margin:0 0 16px;
}

.comment-form label{
  display:block;
  margin:0 0 8px;
  color:var(--sta-heading);
  font-size:14px;
  font-weight:600;
  font-family:var(--sta-font-body);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  width:100%;
  padding:13px 16px;
  border:1px solid #d6d3d1;
  border-radius:18px;
  background:#fff;
  color:var(--sta-text);
  font-family:var(--sta-font-body);
  font-size:15px;
  line-height:1.5;
  transition:border-color .2s ease, box-shadow .2s ease;
}

.comment-form textarea{
  min-height:170px;
  resize:vertical;
}

.comment-form input:focus,
.comment-form textarea:focus{
  outline:none;
  border-color:var(--sta-green-dark);
  box-shadow:0 0 0 3px rgba(61,112,49,.12);
}

.comment-form .required{
  color:#b54747;
}

.comment-form-cookies-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.comment-form-cookies-consent input{
  margin-top:4px;
}

.form-submit{
  margin-bottom:0;
}

.comment-form .submit{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border:none;
  border-radius:999px;
  background:var(--sta-green-dark);
  color:#fff;
  font-family:var(--sta-font-body);
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:all .22s ease;
}

.comment-form .submit:hover{
  background:var(--sta-gold);
  color:#1F2A20;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1024px){
  .sta-single__wrap{
    width:min(100% - 32px, 1240px);
    margin-bottom:60px;
  }

  .sta-single__layout{
    grid-template-columns:1fr;
    gap:28px;
  }

  .sta-single__content{
    padding:28px 24px 30px;
    border-radius:24px;
  }

  .sta-promo-desktop{
    display:none !important;
  }

  .sta-promo-mobile{
    display:block !important;
  }

  .sta-promo-mobile .sta-promo-card{
    min-height:560px;
  }

  .comments-area{
    padding:24px 22px 26px;
    border-radius:24px;
  }
}

@media (max-width:767px){
  .sta-single__wrap{
    width:min(100% - 20px, var(--sta-container));
    margin-bottom:48px;
  }

  .sta-single__layout{
    gap:24px;
  }

  .sta-single__content{
    padding:22px 18px 24px;
    border-radius:22px;
    font-size:16px;
    line-height:1.75;
  }

  .sta-single__content img{
    border-radius:18px;
  }

  .sta-single__tags{
    gap:8px;
  }

  .sta-single__tags a{
    min-height:34px;
    padding:7px 12px;
    font-size:12px;
  }

  .sta-single__comments,
  .sta-single__latest,
  .sta-promo-mobile{
    margin-top:26px;
  }

  .comments-area{
    padding:20px 16px 22px;
    border-radius:22px;
  }

  .comment-list .children{
    padding-left:16px;
  }

  .comment-body{
    padding-left:0;
  }

  .comment-author .avatar{
    position:static;
    display:block;
    margin:0 0 10px;
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea{
    border-radius:16px;
  }
}
/* ===== STA Promo Box ===== */
.sta-promo-wrap{
  width:100%;
}

.sta-promo-topline{
  width:110px;
  height:2px;
  background:#84997D;
  margin:0 0 28px 0;
}

.sta-promo-card{
  --sta-green:#3D7031;
  --sta-green-line:#84997D;
  --sta-gold:#C3A890;
  --sta-cream:#E8E3D5;
  --sta-dark:#1F2A20;

  position:relative;
  width:100%;
  min-height:640px;
  border-radius:28px;
  overflow:hidden;
  display:flex;
  box-shadow:0 18px 40px rgba(0,0,0,.16);
  isolation:isolate;
}

.sta-promo-card__bg{
  position:absolute;
  inset:0;
  background-image:url("/wp-content/uploads/2024/03/barcelona.jpg.webp");
  background-size:cover;
  background-position:center;
  transform:scale(1);
  transition:transform .45s ease;
  z-index:-3;
}

.sta-promo-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(31,42,32,.28) 0%,
    rgba(31,42,32,.24) 18%,
    rgba(31,42,32,.32) 46%,
    rgba(31,42,32,.42) 72%,
    rgba(31,42,32,.50) 100%
  );
  transition:background .35s ease;
  z-index:-2;
}

.sta-promo-card:hover .sta-promo-card__bg{
  transform:scale(1.06);
}

.sta-promo-card:hover .sta-promo-card__overlay{
  background:linear-gradient(
    180deg,
    rgba(31,42,32,.42) 0%,
    rgba(31,42,32,.36) 18%,
    rgba(31,42,32,.46) 46%,
    rgba(31,42,32,.58) 72%,
    rgba(31,42,32,.66) 100%
  );
}

.sta-promo-card__content{
  width:100%;
  padding:34px 26px 24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}

.sta-promo-card__text{
  max-width:100%;
}

.sta-promo-card__title{
  margin:0 0 18px 0;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins",sans-serif;
  font-size:clamp(28px, 3vw, 46px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:0;
  color:#ffffff;
  text-shadow:0 2px 12px rgba(0,0,0,.22);
}

.sta-promo-card__desc{
  margin:0;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins",sans-serif;
  font-size:clamp(17px, 1.15vw, 22px);
  line-height:1.72;
  font-weight:700;
  color:#E8E3D5;
  text-shadow:0 2px 10px rgba(0,0,0,.18);
}

.sta-promo-card__actions{
  margin-top:auto;
}

.sta-promo-card__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  max-width:100%;
  width:fit-content;
  padding:clamp(12px, 1.2vw, 17px) clamp(20px, 2.4vw, 30px);
  border-radius:999px;
  background:#3D7031;
  color:#E8E3D5;
  text-decoration:none !important;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins",sans-serif;
  font-size:clamp(16px, 1.2vw, 24px);
  font-weight:800;
  line-height:1.1;
  text-align:center;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:
    background-color .28s ease,
    color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}

.sta-promo-card__btn:hover{
  background:#C3A890;
  color:#1F2A20;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.20);
}

.sta-promo-card__btn:focus{
  outline:2px solid rgba(232,227,213,.9);
  outline-offset:3px;
}

/* ===== Tablet ===== */
@media (max-width:1024px){
  .sta-promo-card{
    min-height:580px;
    border-radius:28px;
  }

  .sta-promo-card__content{
    padding:28px 22px 22px;
  }

  .sta-promo-card__title{
    font-size:clamp(24px, 4vw, 36px);
  }

  .sta-promo-card__desc{
    font-size:18px;
    line-height:1.68;
  }

  .sta-promo-card__btn{
    font-size:22px;
    padding:15px 26px;
  }
}

/* ===== Mobile ===== */
@media (max-width:767px){
  .sta-promo-topline{
    width:105px;
    margin:0 0 18px 0;
  }

  .sta-promo-card{
    min-height:620px;
    border-radius:28px;
  }

  .sta-promo-card__content{
    padding:28px 22px 22px;
    gap:20px;
  }

  .sta-promo-card__title{
    font-size:clamp(24px, 9vw, 44px);
    line-height:1.03;
    margin-bottom:16px;
  }

  .sta-promo-card__desc{
    font-size:17px;
    line-height:1.72;
  }

  .sta-promo-card__btn{
    width:fit-content;
    max-width:100%;
    font-size:clamp(16px, 5vw, 20px);
    padding:clamp(12px, 3.2vw, 16px) clamp(18px, 6vw, 28px);
  }
}
.sta-single__sidebar .sta-promo-desktop{
  margin-top:24px;
}
.sta-promo-mobile{
  margin-top:28px;
}
/* =========================================================
   BLOG AJUSTES VISUALES
   - Sidebar más contenida
   - Últimos posts más pequeños
   - Grid central horizontal tipo referencia
========================================================= */

/* ===== SIDEBAR: búsqueda + tags más compactos ===== */
.sta-blog-sidebar__title{
  font-size:clamp(16px, 1.1vw, 20px);
  line-height:1.2;
  margin-bottom:12px;
}

.sta-blog-search input[type="search"]{
  min-height:42px;
  padding:10px 14px;
  font-size:13px;
}

.sta-blog-search button{
  min-height:42px;
  padding:10px 18px;
  font-size:13px;
  line-height:1.1;
}

.sta-blog-clear-btn{
  min-height:auto;
  padding:0;
  font-size:11px;
  line-height:1.25;
  font-weight:300; /* <-- Cambiado a 300 para hacerlo más fino */
  letter-spacing:0.01em; /* <-- Unificado aquí para mantener el orden */
}

.sta-tag-cloud{
  gap:8px;
}

.sta-tag-cloud__tag{
  padding:4px 8px;
  font-size:11px;
  line-height:1.15;
  font-weight:300; /* <-- Cambiado a 300 para hacerlo más fino */
}

.sta-tag-cloud-empty{
  font-size:12px;
  line-height:1.6;
}

/* ===== LATEST POSTS EN SIDEBAR / SINGLE ===== */
.sta-single__sidebar .sta-latest-posts-grid,
.sta-single__latest .sta-latest-posts-grid{
  grid-template-columns:1fr;
  gap:16px;
}

.sta-latest-post-card{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:8px;
  align-items:start;
}

.sta-latest-post-card__thumb-link{
  grid-column:1;
  grid-row:1;
  display:block;
}

.sta-latest-post-card__thumb,
.sta-latest-post-card__thumb--placeholder{
  width:92px;
  height:92px;
  border-radius:16px;
  display:block;
}

.sta-latest-post-card__content{
  display:contents;
}

.sta-latest-post-card__date{
  grid-column:2;
  grid-row:1;
  align-self:center;
  font-size:11px;
  line-height:1.35;
  margin:0;
}

.sta-latest-post-card__title{
  grid-column:1 / 3;
  grid-row:2;
  margin:0;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-wrap:pretty;
}

.sta-latest-post-card__title a{
  text-decoration:none;
}

/* ===== TABLET / MÓVIL ===== */
@media (max-width:767px){
  .sta-latest-post-card{
    grid-template-columns:82px minmax(0,1fr);
    column-gap:10px;
    row-gap:6px;
  }

  .sta-latest-post-card__thumb,
  .sta-latest-post-card__thumb--placeholder{
    width:82px;
    height:82px;
  }

  .sta-latest-post-card__date{
    font-size:10px;
  }

  .sta-latest-post-card__title{
    font-size:11px;
  }
}

/* ===== GRID CENTRAL DEL BLOG: imagen izquierda, texto derecha ===== */
.sta-blog-grid{
  grid-template-columns:1fr;
  gap:34px;
}

.sta-blog-card{
  display:grid;
  grid-template-columns:minmax(260px, 42%) minmax(0, 1fr);
  column-gap:26px;
  row-gap:0;
  align-items:start;
}

.sta-blog-card__image-link{
  grid-column:1;
  grid-row:1 / 5;
  align-self:start;
}

.sta-blog-card__image,
.sta-blog-card__image--placeholder{
  width:100%;
  aspect-ratio:16 / 10;
  border-radius:28px;
}

.sta-blog-card__meta{
  grid-column:2;
  grid-row:1;
  margin-top:0;
  margin-bottom:10px;
  font-size:14px;
  line-height:1.5;
  gap:6px;
}

.sta-blog-card__title{
  grid-column:2;
  grid-row:2;
  margin:0 0 12px;
  font-family:var(--sta-font-serif);
  font-size:clamp(28px, 2.35vw, 42px);
  font-weight:500;
  line-height:1.12;
  color:#12212b;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-wrap:pretty;
}

html[lang="zh-TW"] .sta-blog-card__title{
  font-family:var(--sta-font-cjk-serif);
  font-weight:600;
  line-height:1.28;
}

.sta-blog-card__excerpt{
  grid-column:2;
  grid-row:3;
  font-size:16px;
  line-height:1.72;
  -webkit-line-clamp:4;
}

.sta-blog-card__actions{
  grid-column:2;
  grid-row:4;
  margin-top:18px;
}

.sta-blog-card__btn{
  padding:11px 22px;
  font-size:14px;
}

/* ===== TABLET ===== */
@media (max-width:1024px){
  .sta-blog-card{
    grid-template-columns:minmax(220px, 40%) minmax(0, 1fr);
    column-gap:22px;
  }

  .sta-blog-card__title{
    font-size:clamp(24px, 3.2vw, 34px);
  }
}

/* ===== MÓVIL ===== */
@media (max-width:767px){
  .sta-blog-card{
    grid-template-columns:1fr;
    row-gap:14px;
  }

  .sta-blog-card__image-link,
  .sta-blog-card__meta,
  .sta-blog-card__title,
  .sta-blog-card__excerpt,
  .sta-blog-card__actions{
    grid-column:auto;
    grid-row:auto;
  }

  .sta-blog-card__image-link{
    margin-bottom:0;
  }

  .sta-blog-card__title{
    font-size:clamp(24px, 7vw, 32px);
    -webkit-line-clamp:3;
  }

  .sta-blog-card__excerpt{
    -webkit-line-clamp:3;
  }

  .sta-latest-post-card{
    grid-template-columns:88px minmax(0,1fr);
    gap:12px;
  }

  .sta-latest-post-card__thumb,
  .sta-latest-post-card__thumb--placeholder{
    width:88px;
    height:88px;
  }

  .sta-latest-post-card__title{
    font-size:17px;
  }

  .sta-blog-search input[type="search"]{
    font-size:12px;
  }

  .sta-blog-search button{
    min-height:40px;
    padding:8px 16px;
    font-size:12px;
  }

  .sta-blog-clear-btn{
    font-size:10px;
  }

  .sta-tag-cloud__tag{
    font-size:11px;
    padding:4px 8px;
  }
}
/* ===== FIX BOTONES / TAGS BLOG ===== */

/* botón clear filters */
.sta-blog-clear-btn{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  padding:0 !important;
  min-height:auto !important;
  border-radius:0 !important;
  color:var(--sta-green-dark) !important;
  font-family:var(--sta-font-body) !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  text-decoration:none !important;
  transition:color .22s ease, opacity .22s ease !important;
}

.sta-blog-clear-btn:hover,
.sta-blog-clear-btn:focus{
  background:transparent !important;
  color:var(--sta-gold) !important;
  border-color:transparent !important;
  box-shadow:none !important;
  outline:none !important;
}

.sta-blog-clear-btn:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}

/* tags */
.sta-tag-cloud__tag{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  background-image:none !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
  padding:4px 8px !important;
  border-radius:999px !important;
  color:var(--sta-green-dark) !important;
  font-family:var(--sta-font-body) !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  cursor:pointer !important;
  text-decoration:none !important;
  transition:background-color .22s ease, color .22s ease !important;
}

.sta-tag-cloud__tag:hover,
.sta-tag-cloud__tag:focus,
.sta-tag-cloud__tag.is-active{
  background:var(--sta-green-dark) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
}

/* por si el tema mete borde/focus */
.sta-blog-clear-btn:focus-visible,
.sta-tag-cloud__tag:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}
.sta-promo-desktop .sta-single__latest,
.sta-promo-mobile .sta-single__latest{
  margin-top:24px;
}
/* ===== SINGLE: abrir contenedor padre ===== */
.single-post #content,
.single-post .site-main{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:0;
  padding-right:0;
}

.single-post .sta-single{
  width:100%;
  max-width:none;
}
.sta-single__wrap{
  width:min(100% - 16px, 1460px);
  margin-inline:auto;
  margin-bottom:72px;
}

.sta-single__layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 250px;
  gap:18px;
  align-items:start;
}
/* ===== FORCE SINGLE 1 COLUMN TABLET + MOBILE ===== */
@media (max-width:1024px){
  .single-post .sta-single__layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .single-post .sta-single__main,
  .single-post .sta-single__sidebar{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
  }

  .single-post .sta-single__main{
    order:1 !important;
  }

  .single-post .sta-single__sidebar{
    order:2 !important;
  }

  .single-post .sta-single__sidebar > *{
    width:100% !important;
    max-width:none !important;
  }
}

