/*
Theme Name: true-check-verification-child
Template: true-check-verification
*/

h2 {
  color: #2d2a26;
  padding-bottom: 0.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b8503e;
}

h3 {
  color: #b8503e;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}

.content-area {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-headbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  color: #b8503e;
  font-weight: 500;
}

.entry-content p {
  color: #3d3831;
  line-height: 1.85;
  margin-bottom: 0.9rem;
}

.entry-content a {
  color: #b8503e;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s;
}

.entry-content a:hover {
  color: #6b7f5e;
}

.top-section {
  background: #2d2a26;
  padding: 2rem 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.top-section::before {
  content: "🍽️";
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 5rem;
  opacity: 0.07;
}

.top-section h1 {
  color: #f5ede3;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}

.top-section p {
  color: #c4b9ab !important;
  line-height: 1.8;
}

.top-section em {
  color: #d4a574;
  font-style: italic;
}

.text-block {
  padding: 1.2rem 0;
}

.text-block h3 {
  position: relative;
  padding-bottom: 0.4rem;
}

.text-block h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #d4a574;
}

.text-block p {
  color: #4a443d;
}

.img-block figure {
  margin: 0;
  overflow: hidden;
}

.img-block img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.05) contrast(1.03);
  transition: transform 0.5s ease;
}

.img-block figure:hover img {
  transform: scale(1.03);
}

.img-block figcaption {
  background: #2d2a26;
  color: #c4b9ab;
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  font-style: italic;
}

.prime-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0;
  background: #faf7f3;
  border-top: 3px solid #b8503e;
  padding: 1rem 1.2rem;
}

.prime-list li {
  padding: 0.6rem 0 0.6rem 1.8rem;
  position: relative;
  color: #3d3831;
  border-bottom: 1px solid #ede7df;
}

.prime-list li:last-child {
  border-bottom: none;
}

.prime-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #b8503e;
  font-size: 0.75rem;
  top: 0.75rem;
}

.themed-block {
  background: #faf7f3;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  border-bottom: 3px solid #6b7f5e;
}

.themed-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ede7df;
}

.themed-block h3 {
  color: #6b7f5e;
  margin-top: 0;
}

.themed-block h3::after {
  display: none;
}

.themed-block p {
  color: #4a443d;
}

.numb-list {
  counter-reset: numb;
  list-style: none;
  padding: 0;
  margin: 1.2rem 0;
}

.numb-list li {
  counter-increment: numb;
  padding: 0.7rem 0 0.7rem 3rem;
  position: relative;
  color: #3d3831;
  border-bottom: 1px dashed #d4cec5;
}

.numb-list li:last-child {
  border-bottom: none;
}

.numb-list li::before {
  content: counter(numb, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.55rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #b8503e;
  width: 2.2rem;
  text-align: center;
  line-height: 1;
}

.themed-cover {
  position: relative;
  margin: 2rem 0;
  min-height: 220px !important;
}

.themed-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
}

.themed-cover h3 {
  color: #f5ede3 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0;
  font-size: 1.15rem;
}

.themed-cover h3::after {
  display: none;
}

.themed-cover p {
  color: #ddd5cb !important;
  line-height: 1.8;
}

.news {
  background: #2d2a26;
  padding: 1.5rem 1.8rem;
  margin-top: 2.5rem;
  position: relative;
}

.news::before {
  content: "📰";
  position: absolute;
  top: -12px;
  right: 20px;
  font-size: 4rem;
  opacity: 0.08;
}

.news h2 {
  color: #d4a574;
  display: inline-block;
  margin-top: 0;
}

.news h2::after {
  background: #d4a574;
}

.news p {
  color: #c4b9ab !important;
  line-height: 1.75;
}

.entry-content blockquote {
  background: #faf7f3;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  border-top: 2px solid #b8503e;
  border-bottom: 2px solid #b8503e;
  position: relative;
}

.entry-content blockquote::before {
  content: '"';
  position: absolute;
  top: -5px;
  left: 15px;
  font-size: 3rem;
  color: #b8503e;
  opacity: 0.25;
  line-height: 1;
}

.entry-content blockquote p {
  color: #4a443d !important;
  font-style: italic;
  padding-left: 1.5rem;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0;
  font-size: 0.92rem;
}

.entry-content thead th {
  background: #2d2a26;
  color: #f5ede3;
  padding: 0.7rem 0.8rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.entry-content thead th strong {
  color: #fff;
}

.entry-content tbody td {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid #ede7df;
  color: #3d3831;
}

.entry-content tbody tr:nth-child(even) {
  background: #faf7f3;
}

.entry-content tbody tr:hover {
  background: #f0ebe3;
}

.entry-content tbody td strong {
  color: #b8503e;
}

.entry-content figure.wp-block-image {
  margin: 1.5rem 0;
  overflow: hidden;
}

.entry-content figure.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.4s ease;
}

.entry-content figure.wp-block-image:hover img {
  filter: saturate(1.15) contrast(1.05);
}

.wp-block-columns {
  margin: 1.5rem 0;
}

.entry-content > h2 + p {
  font-size: 1.02rem;
  color: #5c554e;
}

.entry-content strong {
  color: #2d2a26;
}

.entry-content > p > strong:first-child {
  color: #b8503e;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.back-to-top:hover::after {
  background: #2d2a26;
}

.copyright {
  margin: 0;
}

.f_innbx {
  display: none;
}

@media (max-width: 768px) {
  .top-section {
    padding: 1.5rem 1.2rem;
  }

  .top-section h1 {
    font-size: 1.35rem;
  }

  .top-section::before {
    font-size: 3rem;
  }

  .themed-block {
    padding: 1rem;
  }

  .news {
    padding: 1.2rem;
  }

  .prime-list {
    padding: 0.8rem 1rem;
  }

  .entry-content thead th {
    font-size: 0.72rem;
    padding: 0.5rem 0.5rem;
  }

  .entry-content tbody td {
    padding: 0.5rem 0.5rem;
    font-size: 0.85rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .entry-content blockquote {
    padding: 1rem;
  }

  .numb-list li {
    padding-left: 2.5rem;
  }
}
