/* ENTRETENIMIENTO TOLIMA · Noticia individual consolidada v5.9 */

.et-story-page{
  background:#fff;
  color:#111827;
}

.et-story-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  padding:20px 0 8px;
  color:#8792a2;
  font-size:12px;
}

.et-story-breadcrumb a{
  color:#6d7a8e;
  text-decoration:none;
}

.et-story-breadcrumb a:hover{
  color:#ff0a7a;
}

.et-story-header{
  width:min(100%,900px);
  margin:0 auto;
  padding:20px 0 24px;
}

.et-story-meta{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:11px;
  color:#8490a1;
  font-size:12px;
}

.et-story-meta span{
  color:#ff0a7a;
  font-weight:800;
  letter-spacing:.06em;
}

.et-story-header h1{
  width:min(100%,860px);
  margin:0;
  color:#111827;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,3.2vw,50px);
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:800;
}

.et-story-excerpt{
  width:min(100%,800px);
  margin:15px 0 0;
  color:#596579;
  font-size:16px;
  line-height:1.58;
}

.et-story-byline{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:17px;
  color:#778598;
  font-size:12px;
}

.et-story-byline strong{
  color:#25334a;
}

.et-story-byline i{
  display:block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#c5ccd7;
}

.et-story-hero{
  width:min(100%,960px);
  margin:0 auto 30px;
  overflow:hidden;
  border-radius:8px;
  background:#eef1f5;
}

.et-story-hero img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}

.et-story-layout{
  display:grid;
  grid-template-columns:minmax(0,700px) minmax(250px,290px);
  gap:42px;
  justify-content:center;
  align-items:start;
}

.et-story-main{
  min-width:0;
}

.et-story-side{
  min-width:0;
  position:sticky;
  top:84px;
}

.et-story-ad{
  display:grid;
  place-items:center;
  align-content:center;
  gap:4px;
  border:1px solid #dce2ea;
  background:#fbfcfd;
  color:#9099a7;
}

.et-story-ad span{
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
}

.et-story-ad small{
  font-size:10px;
  color:#a6afbb;
}

.et-story-ad-top{
  min-height:84px;
  margin-bottom:25px;
}

.et-story-ad.side{
  min-height:220px;
  margin-bottom:22px;
}

.et-story-body{
  width:min(100%,690px);
  color:#303a4b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  line-height:1.8;
}

.et-story-body p{
  margin:0 0 1.24em;
}

.et-story-body h2,
.et-story-body h3{
  color:#111827;
  line-height:1.18;
  margin:1.55em 0 .6em;
}

.et-story-body h2{font-size:24px}
.et-story-body h3{font-size:20px}

.et-story-body blockquote{
  margin:1.6em 0;
  padding:4px 0 4px 17px;
  border-left:4px solid #ff0a7a;
  color:#4b586b;
}

.et-story-body a{
  color:#0f4e9c;
  text-underline-offset:2px;
}

.et-story-body img{
  max-width:100%;
  height:auto;
  border-radius:6px;
}

.et-story-section{
  margin-top:38px;
  padding-top:23px;
  border-top:1px solid #e5e9ef;
}

.et-story-section-head{
  margin-bottom:14px;
}

.et-story-section-head>span,
.et-story-section-head>div>span{
  display:block;
  color:#ff0a7a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
}

.et-story-section-head h2{
  margin:4px 0 0;
  color:#172238;
  font-size:19px;
  line-height:1.2;
}

.et-story-section-head-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}

.et-story-section-head-row>a{
  color:#0f4e9c;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}

.et-story-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.et-story-gallery figure{
  margin:0;
  overflow:hidden;
  aspect-ratio:4/3;
  border-radius:7px;
  background:#eef1f5;
}

.et-story-gallery img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.et-story-comment-form{
  display:grid;
  gap:9px;
  padding:14px;
  border:1px solid #e0e6ef;
  border-radius:11px;
  background:#f8fafc;
}

.et-story-comment-form label{
  font-size:13px;
  font-weight:700;
}

.et-story-comment-form textarea{
  width:100%;
  min-height:105px;
  resize:vertical;
  box-sizing:border-box;
  border:1px solid #ccd6e4;
  border-radius:8px;
  padding:10px 11px;
}

.et-story-comment-form>div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.et-story-comment-form small{
  color:#7c8999;
  font-size:11px;
}

.et-story-comment-form button,
.et-story-login a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:37px;
  border:0;
  border-radius:8px;
  padding:0 14px;
  background:#0f4e9c;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.et-story-login{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #e0e6ef;
  border-radius:10px;
  background:#f8fafc;
}

.et-story-login strong{
  display:block;
  margin-bottom:2px;
  font-size:13px;
}

.et-story-login span{
  color:#7c8999;
  font-size:12px;
}

.et-story-message{
  margin-bottom:10px;
  padding:10px 12px;
  border-radius:8px;
  font-size:12px;
}

.et-story-message.success{
  background:#edf8f2;
  color:#17643d;
}

.et-story-message.error{
  background:#fff0f2;
  color:#9c2738;
}

.et-story-comment-list{
  display:grid;
  gap:14px;
  margin-top:17px;
}

.et-story-comment-list article{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
}

.et-story-comment-list .avatar{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0b244f;
  color:#fff;
  font-weight:800;
}

.et-story-comment-list .meta{
  display:flex;
  align-items:center;
  gap:8px;
}

.et-story-comment-list .meta strong{
  font-size:12px;
}

.et-story-comment-list .meta time{
  color:#8b96a6;
  font-size:10px;
}

.et-story-comment-list p{
  margin:4px 0 0;
  color:#4b586b;
  font-size:13px;
  line-height:1.5;
}

.et-story-related{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}

.et-story-related article{
  min-width:0;
}

.et-story-related .image{
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  margin-bottom:8px;
  border-radius:6px;
  background:#eef1f5;
}

.et-story-related img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.et-story-related .meta{
  display:flex;
  gap:7px;
  margin-bottom:4px;
  color:#818c9c;
  font-size:10px;
}

.et-story-related .meta span{
  color:#ff0a7a;
  font-weight:800;
}

.et-story-related h3{
  margin:0;
  font-size:13px;
  line-height:1.25;
}

.et-story-related h3 a{
  color:#182033;
  text-decoration:none;
}

.et-story-latest{
  border-top:4px solid #ff0a7a;
  padding-top:13px;
}

.et-story-latest>a{
  display:grid;
  gap:5px;
  padding:11px 0;
  border-bottom:1px solid #e6eaf0;
  text-decoration:none;
}

.et-story-latest>a time{
  color:#ff0a7a;
  font-size:10px;
  font-weight:800;
}

.et-story-latest>a strong{
  color:#172033;
  font-size:13px;
  line-height:1.3;
}

@media(max-width:1000px){
  .et-story-layout{
    grid-template-columns:1fr;
    gap:28px;
  }

  .et-story-side{
    position:static;
  }

  .et-story-ad.side{
    min-height:100px;
  }

  .et-story-related{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .et-story-header{
    padding-top:12px;
  }

  .et-story-header h1{
    font-size:32px;
  }

  .et-story-excerpt{
    font-size:16px;
  }

  .et-story-hero{
    margin-bottom:22px;
    border-radius:5px;
  }

  .et-story-hero img{
    aspect-ratio:4/3;
  }

  .et-story-gallery,
  .et-story-related{
    grid-template-columns:1fr;
  }

  .et-story-comment-form>div,
  .et-story-login,
  .et-story-section-head-row{
    align-items:flex-start;
    flex-direction:column;
  }

  .et-story-comment-form button,
  .et-story-login a{
    width:100%;
  }
}
