/* ===== FILE: /wp-content/themes/mission-news-child/style.css ===== */
/*
Theme Name: Mission News Child (The Scope)
Template: mission-news
Version: 1.0.0
*/

:root{
  --scope-max: 1120px;
  --scope-gap: 28px;
  --scope-border: #e6e6e6;
}

.scope-home-wrap{
  max-width: var(--scope-max);
  margin: 0 auto;
  padding: 18px 18px 36px;
}

.scope-home-grid{
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr; /* left - center - right */
  gap: var(--scope-gap);
  align-items: start;
}

@media (max-width: 1024px){
  .scope-home-grid{ grid-template-columns: 1fr 2fr; }
  .scope-home-right{ grid-column: 1 / -1; }
}
@media (max-width: 720px){
  .scope-home-grid{ grid-template-columns: 1fr; }
}

.scope-block{
  border: 1px solid var(--scope-border);
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  margin-bottom: 18px;
}

.scope-block h3{
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}

.scope-featured{
  border: 1px solid var(--scope-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 18px;
}

.scope-featured-thumb img{
  display:block;
  width:100%;
  height:auto;
}

.scope-featured-inner{
  padding: 18px 18px 16px;
}

.scope-kicker{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 8px;
}

.scope-title{
  font-size: 34px;
  line-height: 1.08;
  margin: 0 0 10px;
}

@media (max-width: 720px){
  .scope-title{ font-size: 28px; }
}

.scope-excerpt{
  font-size: 16px;
  line-height: 1.55;
  opacity: .9;
}

.scope-list .scope-item{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--scope-border);
}

.scope-list .scope-item:first-child{
  border-top: 0;
  padding-top: 0;
}

.scope-item-thumb img{
  width: 92px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  display:block;
}

.scope-item-title{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

.scope-item-meta{
  font-size: 12px;
  opacity: .7;
}

.scope-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.scope-links li{
  padding: 9px 0;
  border-top: 1px solid var(--scope-border);
}
.scope-links li:first-child{ border-top: 0; padding-top: 0; }

.scope-ad-placeholder{
  border: 1px dashed #cfcfcf;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
}

/* Αφαίρεση comment UI όπου τυχόν ξεφύγει από theme */
.comments-area,
.comment-respond,
#comments{
  display:none !important;
}
