/*
Theme Name: ReteteTraditionale CookAndMeal Child
Theme URI: https://retetetraditionale.ro/
Description: Child theme sigur pentru ReteteTraditionale.ro, construit peste CookAndMeal.
Author: OpenAI Codex
Template: cookandmeal
Version: 1.0.0
Text Domain: retetetraditionale-cookandmeal-child
*/

:root {
  --color-theme: #b0bf95;
  --color-theme-alt: #d97345;
  --rt-soft: #f6f1e7;
  --rt-border: #e4ddcf;
  --rt-text: #2b2b2b;
}

body {
  color: var(--rt-text);
}

.logo .logo-link,
.post-title,
.entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.01em;
}

.content-block {
  background: #fff;
}

.post-content,
.page-content,
.blog-post {
  line-height: 1.75;
}

.blog-post .entry-content h2,
.blog-post .entry-content h3,
.blog-post .entry-content h4 {
  margin-top: 1.8rem;
}

.blog-post .entry-content ul,
.blog-post .entry-content ol {
  padding-left: 1.3rem;
}

.blog-post-single .post-content-wrapper {
  border-top: 1px solid var(--rt-border);
  padding-top: 1.25rem;
}

.post-tags-wrapper,
.cookandmeal-post-bottom,
.blog-post-related-wrapper,
.comments-area {
  border-top: 1px solid var(--rt-border);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.blog-post-related-wrapper h5,
.comments-title {
  font-size: 1.35rem;
}

.btn,
input[type="submit"],
button {
  border-radius: 0;
}

.footer-sidebar-wrapper {
  background: var(--rt-soft);
}
