body { background: rgb(255, 241, 212); color: #000; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; }
.site-header { background: rgb(255, 241, 212); position: relative; }
@media (prefers-reduced-motion: reduce) {
  .header-snow { display: none !important; }
}
.site-logo { width: 300px; height: auto; }
h1, h2, h3, h4, h5, h6 { color: #000; }
a { color: rgb(145, 133, 49); }
a:hover, a:focus { color: rgb(120, 110, 40); }
.font-extrabold { font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 700; }
.share-trigger { font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 700; text-decoration: none; display: inline-flex; gap: .35rem; align-items: center; }
.share-trigger:hover, .share-trigger:focus { text-decoration: none; }
.share-popover-wrap { position: relative; }
.share-popover { position: absolute; right: 0; top: calc(100% + 8px); z-index: 30; display: inline-flex; gap: .35rem; padding: .5rem; border-radius: 14px; background: rgba(255, 255, 255, 0.35); border: 1px solid rgba(0, 0, 0, 0.08); backdrop-filter: blur(10px); box-shadow: 0 12px 22px rgba(0,0,0,0.10); }
.share-icon-btn { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(0, 0, 0, 0.12); background: rgba(255, 255, 255, 0.25); color: rgb(145, 133, 49); text-decoration: none; }
.share-icon-btn:hover, .share-icon-btn:focus { background: rgba(255, 255, 255, 0.40); color: rgb(120, 110, 40); }
.share-section { border-top-color: rgba(0,0,0,0.08) !important; }
.share-label { font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-size: 0.8rem; color: #666; letter-spacing: 0.5px; text-transform: uppercase; }
.share-btn { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.85rem; border-radius: 999px; text-decoration: none; font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-size: 0.75rem; font-weight: 600; border: none; transition: all 0.2s ease-in-out; min-height: 36px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.share-btn:hover { transform: translateY(-1px); box-shadow: 0 3px 10px rgba(0,0,0,0.15); text-decoration: none; }
.share-btn:active { transform: translateY(0); box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.share-btn--whatsapp { background: #25D366; color: #fff; }
.share-btn--whatsapp:hover { background: #1da851; color: #fff; }
.share-btn--facebook { background: #1877F2; color: #fff; }
.share-btn--facebook:hover { background: #166fe5; color: #fff; }
.share-btn--pinterest { background: #E60023; color: #fff; }
.share-btn--pinterest:hover { background: #cc0020; color: #fff; }
.share-btn--telegram { background: #0088cc; color: #fff; }
.share-btn--telegram:hover { background: #0077b5; color: #fff; }
.share-btn--x { background: #000; color: #fff; }
.share-btn--x:hover { background: #333; color: #fff; }
.share-btn--link { background: rgba(0,0,0,0.05); color: #555; border: 1px solid rgba(0,0,0,0.1); cursor: pointer; }
.share-btn--link:hover { background: rgba(0,0,0,0.1); color: #000; }
.category-btn { border-color: rgb(145, 133, 49); color: rgb(145, 133, 49); background: rgba(255, 255, 255, 0.25); border-radius: 999px; padding: .45rem .9rem; letter-spacing: .2px; transition: all 0.2s ease-in-out; }
.category-btn { font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 700; }
.category-btn { min-width: 170px; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.category-btn:hover, .category-btn:focus { border-color: rgb(100, 90, 30); color: rgb(100, 90, 30); background: rgba(255, 255, 255, 0.6); box-shadow: 0 4px 12px rgba(145, 133, 49, 0.15); transform: translateY(-1px); }
.category-btn:active { transform: translateY(1px); box-shadow: none; }
.admin-nav .navbar-brand,
.admin-nav .nav-link { font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 700; }
.admin-stat-card { background: rgba(0, 0, 0, 0.035); border: 1px solid rgba(0, 0, 0, 0.08); }
.sidebar-box { background: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.06); }
.sidebar-search-box { background: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.06); }
.quiz-widget {
  margin: 0;
}
.quiz-widget__inner {
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.92) 0%, rgba(250, 236, 213, 0.88) 100%);
  border: 1px solid rgba(198, 79, 45, 0.16);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(113, 83, 35, 0.08);
}
.quiz-widget__eyebrow {
  color: rgb(73, 129, 83);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.quiz-widget__title {
  color: rgb(198, 79, 45);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: .65rem;
}
.quiz-widget__question {
  color: #2f241c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}
.quiz-widget__answers {
  display: grid;
  gap: .7rem;
}
.quiz-widget__answer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(145, 133, 49, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #2b211d;
  font-weight: 600;
  text-align: left;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.quiz-widget__answer:hover,
.quiz-widget__answer:focus {
  border-color: rgba(198, 79, 45, 0.35);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(198, 79, 45, 0.08);
}
.quiz-widget__answer:disabled {
  opacity: 1;
}
.quiz-widget__answer.is-correct {
  border-color: rgba(73, 129, 83, 0.42);
  background: rgba(226, 243, 228, 0.92);
}
.quiz-widget__answer.is-wrong {
  border-color: rgba(198, 79, 45, 0.32);
  background: rgba(255, 232, 225, 0.92);
}
.quiz-widget__answer-label {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(198, 79, 45, 0.12);
  color: rgb(198, 79, 45);
  font-weight: 800;
}
.quiz-widget__result {
  display: none;
  margin-top: .9rem;
  padding: .8rem .9rem;
  border-radius: 14px;
  font-weight: 700;
}
.quiz-widget__result.is-visible {
  display: block;
}
.quiz-widget__result.is-correct {
  background: rgba(226, 243, 228, 0.92);
  color: rgb(46, 96, 59);
}
.quiz-widget__result.is-wrong {
  background: rgba(255, 232, 225, 0.92);
  color: rgb(150, 57, 31);
}
.quiz-widget__result a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
}
.recipe-box {
  background: rgba(254, 240, 207, 0.5);
  border: 2px solid rgba(198, 79, 45, 0.2);
  padding: 4px 16px 16px;
  border-radius: 22px;
  font-family: inherit;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.recipe-title {
  margin-top: 0;
  color: rgb(198, 79, 45);
  font-family: "Caveat", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 700;
  border-bottom: 3px solid rgb(254, 240, 207);
  padding: 8px 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2.1rem !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.recipe-title img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  border: none !important;
  flex-shrink: 0;
}
.recipe-image-wrap { margin-bottom: 20px; }
.recipe-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.recipe-description {
  font-style: italic;
  color: #444;
  margin-top: 15px;
  line-height: 1.6;
}
.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  padding: 12px;
  background: rgba(254, 240, 207, 0.5);
  border-radius: 14px;
  font-size: 0.95em;
  color: #333;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .recipe-meta {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
.recipe-meta-separator { color: rgba(198, 79, 45, 0.3); }
.recipe-ratings {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(198, 79, 45, 0.12);
}
.recipe-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.98rem;
}
.recipe-rating-row + .recipe-rating-row {
  margin-top: 10px;
}
.recipe-rating-label {
  color: rgb(198, 79, 45);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 800;
}
.recipe-rating-value {
  color: #2b211d;
  font-weight: 700;
  text-align: right;
}
.recipe-rating-actions {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(198, 79, 45, 0.12);
}
.recipe-rating-prompt {
  margin-bottom: 8px;
  color: #3c312b;
  font-size: 0.95rem;
  font-weight: 600;
}
.recipe-rating-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recipe-rate-star {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(198, 79, 45, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: rgb(198, 79, 45);
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.recipe-rate-star:hover,
.recipe-rate-star:focus {
  background: rgba(254, 240, 207, 0.88);
  box-shadow: 0 8px 18px rgba(198, 79, 45, 0.12);
  transform: translateY(-1px);
}
.recipe-rate-star:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.recipe-rating-feedback {
  display: none;
  margin-top: 12px;
  color: rgba(198, 79, 45, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
}
.recipe-rating-feedback.is-visible {
  display: block;
}
.recipe-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.recipe-section {
  flex: 1;
  min-width: 250px;
}
.recipe-section--instructions { flex: 1.5; }
.recipe-section-title {
  color: rgb(198, 79, 45);
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.recipe-box ul,
.recipe-box ol {
  margin-top: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.recipe-branding {
  margin-top: 25px;
  font-size: 0.85em;
  color: rgba(198, 79, 45, 0.6);
  text-align: right;
  font-weight: 600;
}
.sidebar-box.recipe-box { padding: 1rem 1rem; }
.sidebar-box.recipe-box .recipe-title { padding-left: .15rem; }
.sidebar-box.recipe-box .recipe-meta-label { color: rgb(73, 129, 83); font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 800; letter-spacing: .2px; }
.sidebar-box.recipe-box .recipe-meta-value { color: #000; font-weight: 700; }
.sidebar-box.recipe-box .recipe-meta-sep { color: #000; font-weight: 700; }
.sidebar-box.recipe-box ul,
.sidebar-box.recipe-box ol { padding-left: 1.15rem; }
.sidebar-search-box .form-control { background: rgba(45, 80, 22, 0.22); color: #0f1a12; border: 1px solid rgba(0, 0, 0, 0.10); border-radius: 12px; }
.sidebar-search-box .form-control::placeholder { color: rgba(15, 26, 18, 0.70); }
.sidebar-search-box .form-control:focus { border-color: rgba(145, 133, 49, 0.55); box-shadow: 0 0 0 .25rem rgba(145, 133, 49, 0.18); }
.sidebar-search-box .btn-primary { background: rgb(198, 79, 45); border-color: rgb(198, 79, 45); }
.sidebar-search-box .btn-primary:hover,
.sidebar-search-box .btn-primary:focus { background: rgb(170, 62, 34); border-color: rgb(170, 62, 34); }
/* SSS section - sss-box */
.sss-box {
  background: rgba(255, 255, 255, 0.18);
  padding: 4px 16px 16px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 20px;
}
.sss-box h2 {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 12px 0 8px;
  color: rgb(73, 129, 83);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  border-bottom: 3px solid rgba(73, 129, 83, 0.2);
}
.sss-box ul {
  margin-top: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.sss-box li {
  padding: 10px 0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(73, 129, 83, 0.15);
}
.sss-box li:last-child {
  border-bottom: none;
}

.popular-item { display: flex; gap: .75rem; align-items: center; color: #000; }
.popular-item:hover, .popular-item:focus { color: #000; }
.popular-thumb {
  width: 136px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-fit: contain;
  object-position: center center;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.popular-thumb--placeholder { display: block; }
.popular-title { font-weight: 600; line-height: 1.2; flex: 1; min-width: 0; }
.popular-heading { color: rgb(198, 79, 45); font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 800; }
.weekly-thumb-wrap { position: relative; overflow: hidden; border-radius: 14px; }
.weekly-thumb { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center center; background: rgba(255, 255, 255, 0.35); border: 1px solid rgba(0, 0, 0, 0.06); display: block; }
.weekly-thumb--placeholder { display: block; }
.weekly-link { display: block; margin-top: .6rem; font-weight: 700; line-height: 1.2; color: #000; }
.weekly-link:hover, .weekly-link:focus { color: #000; text-decoration: underline; }
.empty-state { background: rgba(255, 255, 255, 0.25); border: 1px solid rgb(145, 133, 49); border-radius: 999px; padding: .75rem 1rem; text-align: center; font-weight: 600; }
.empty-state--sm { border-radius: 16px; padding: .6rem .75rem; font-weight: 600; }
.pagination { gap: .45rem; }
.pagination .page-link {
  min-width: 42px;
  height: 42px;
  padding: 0 .95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  border: 1px solid rgba(145, 133, 49, 0.45) !important;
  background: rgba(255, 255, 255, 0.52) !important;
  color: rgb(100, 90, 30) !important;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(145, 133, 49, 0.08);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
  background: rgba(255, 255, 255, 0.78) !important;
  color: rgb(120, 110, 40) !important;
  border-color: rgba(145, 133, 49, 0.72) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(145, 133, 49, 0.14);
}
.pagination .page-item.active .page-link {
  background: rgb(145, 133, 49) !important;
  border-color: rgb(145, 133, 49) !important;
  color: #fffaf0 !important;
  box-shadow: 0 10px 20px rgba(145, 133, 49, 0.22);
}
.pagination .page-item.disabled .page-link {
  opacity: .55;
  background: rgba(255, 255, 255, 0.36) !important;
  border-color: rgba(145, 133, 49, 0.2) !important;
  box-shadow: none;
}
.site-footer { background: rgba(255, 255, 255, 0.18); }
.site-footer .footer-inner { max-width: 1160px; }
.site-footer .footer-heading { color: rgb(198, 79, 45); }
.site-footer .footer-col + .footer-col { border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top: 1.25rem; }
@media (min-width: 768px) {
    .site-footer .footer-col + .footer-col { border-top: 0; padding-top: 0; }
    .site-footer .footer-col:not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.08); }
}
.social-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 2px solid rgb(145, 133, 49); color: rgb(145, 133, 49); background: rgba(255, 255, 255, 0.15); }
.social-icon:hover, .social-icon:focus { border-color: rgb(120, 110, 40); color: rgb(120, 110, 40); background: rgba(255, 255, 255, 0.28); }

/* Admin theme (scoped) */
.admin-body { background: rgb(255, 241, 212); }
.admin-body main { padding-top: 1.25rem; }
.admin-body .admin-navbar { background: rgba(255, 255, 255, 0.55); border-bottom-color: rgba(0, 0, 0, 0.06) !important; backdrop-filter: blur(10px); }
.admin-body .admin-navbar .navbar-brand { color: #111; letter-spacing: .2px; }
.admin-body .admin-navbar .nav-link { color: rgba(0, 0, 0, 0.72); border-radius: 999px; padding: .4rem .75rem; }
.admin-body .admin-navbar .nav-link:hover,
.admin-body .admin-navbar .nav-link:focus { color: rgb(120, 110, 40); background: rgba(255, 255, 255, 0.4); }
.admin-body .admin-navbar .nav-link.text-danger { color: rgb(198, 79, 45) !important; }
.admin-body .admin-navbar .nav-link.text-danger:hover,
.admin-body .admin-navbar .nav-link.text-danger:focus { background: rgba(198, 79, 45, 0.10); }

.admin-body .card { background: rgba(255, 255, 255, 0.50); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 16px; }
.admin-body .card.card-body { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04); }
.admin-body .admin-stat-card { background: rgba(255, 255, 255, 0.45); border: 1px solid rgba(0, 0, 0, 0.08); }

.admin-body .form-control,
.admin-body .form-select { background: rgba(255, 255, 255, 0.70); border: 1px solid rgba(0, 0, 0, 0.10); border-radius: 12px; }
.admin-body .form-control:focus,
.admin-body .form-select:focus { border-color: rgba(145, 133, 49, 0.55); box-shadow: 0 0 0 .25rem rgba(145, 133, 49, 0.18); }
.admin-body textarea.form-control { min-height: 160px; }
.admin-body textarea.form-control.admin-meta-description { min-height: 128px; }

.admin-body #featuredImagePreview { width: 100%; max-height: 220px; object-fit: cover; }

.admin-body .btn-primary { background: rgb(145, 133, 49); border-color: rgb(145, 133, 49); }
.admin-body .btn-primary:hover,
.admin-body .btn-primary:focus { background: rgb(120, 110, 40); border-color: rgb(120, 110, 40); }
.admin-body .btn-outline-secondary { border-color: rgba(0, 0, 0, 0.18); color: rgba(0, 0, 0, 0.75); }
.admin-body .btn-outline-secondary:hover,
.admin-body .btn-outline-secondary:focus { background: rgba(255, 255, 255, 0.45); border-color: rgba(0, 0, 0, 0.22); color: rgba(0, 0, 0, 0.85); }

.admin-body .table { background: rgba(255, 255, 255, 0.45); border-radius: 16px; overflow: hidden; }
.admin-body .table > :not(caption) > * > * { background: transparent; }
.admin-body .table thead th { color: rgba(0, 0, 0, 0.75); border-bottom-color: rgba(0, 0, 0, 0.10); }
.admin-body .table tbody td { border-top-color: rgba(0, 0, 0, 0.08); }

.admin-body .alert { border-radius: 16px; border-color: rgba(0, 0, 0, 0.08); }
.admin-body .alert-danger { background: rgba(198, 79, 45, 0.10); color: #3b1a12; }
@media (min-width: 768px) {
  .footer-col--middle::before,
  .footer-col--right::before { display: none; }
}

@media (max-width: 767px) {
  .footer-col--middle::before,
  .footer-col--right::before { display: none; }
}
.card-img-top { aspect-ratio: 16 / 9; object-fit: cover; }
.category-grid .card-img-top,
.index-grid .card-img-top,
.paese-grid .card-img-top {
  aspect-ratio: auto;
  height: auto;
  object-fit: initial;
  display: block;
}
.article-cover { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }

.article-box { background: rgba(255, 255, 255, 0.28); border: 2px solid rgba(254, 240, 207, 0.8); border-radius: 22px; padding: 1.1rem; box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08); }


.article-box h1,
.article-box h1.display-6 {
  font-size: 1.63rem !important;
  line-height: 1.25;
  color: rgb(198, 79, 45);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 800;
}






.article-box .content h2 {
  color: rgb(198, 79, 45);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 800;
  font-size: 1.16rem; line-height: 1.25;
  letter-spacing: -0.01em;
}
.article-box h3 { font-size: 1.06rem; line-height: 1.25; }
.article-box h4 { font-size: 0.96rem; line-height: 1.25; }
.article-box .article-cover { border-radius: 18px; width: 100%; height: auto; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10); }
.article-box .article-title { color: rgb(198, 79, 45); font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif; font-weight: 800; letter-spacing: -0.02em; }
.article-box .article-excerpt { font-size: 1.05rem; line-height: 1.45; }
.article-box .content a { color: rgb(198, 79, 45); }
.article-box .content a:hover,
.article-box .content a:focus { color: rgb(170, 62, 34); }
.article-box .content .affiliate-snippet {
  background-color: #f6f3ea;
  border-left: 4px solid rgb(73, 129, 83);
  padding: 15px 16px;
  margin: 2rem 0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  font-size: 0.95em;
  line-height: 1.7;
  color: #444;
  box-shadow: 0 8px 18px rgba(73, 129, 83, 0.08);
}
.article-box .content .affiliate-snippet a {
  color: rgb(73, 129, 83);
  text-decoration: underline;
  font-weight: 700;
}
.article-box .content .affiliate-snippet a:hover,
.article-box .content .affiliate-snippet a:focus {
  color: rgb(55, 102, 64);
}
.article-box .content .article-ad-box {
  margin: 1.35rem 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(198, 79, 45, 0.18);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.95) 0%, rgba(254, 240, 207, 0.72) 100%);
  box-shadow: 0 12px 24px rgba(120, 84, 28, 0.08);
}
.article-box .content .article-ad-box__label {
  display: inline-block;
  margin-bottom: .45rem;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: rgba(198, 79, 45, 0.1);
  color: rgb(198, 79, 45);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-box .content .article-ad-box__content {
  color: #2e241e;
  font-weight: 700;
  line-height: 1.65;
}
.article-box .content .article-ad-box__content a {
  color: rgb(198, 79, 45);
  text-decoration: none;
}
.article-box .content .article-ad-box__content a:hover,
.article-box .content .article-ad-box__content a:focus {
  color: rgb(170, 62, 34);
  text-decoration: underline;
}
.article-box .content img { display: block; max-width: 100%; height: auto; margin: 1rem 0; border-radius: 16px; box-shadow: 0 10px 22px rgba(55, 55, 55, 0.55); }
.article-box .content .article-inline-figure { margin: 1.15rem 0 1.35rem; }
.article-box .content .article-inline-figure img { margin: 0; }
.article-box .content .article-inline-caption {
  margin-top: .55rem;
  padding: .55rem 0 0;
  color: rgba(0, 0, 0, 0.56);
  font-size: .87rem;
  line-height: 1.45;
  font-style: italic;
}
.chi-siamo-author-figure { margin: 0 0 30px; }
.article-box .content .chi-siamo-author-figure img { filter: none; }

.article-cover-wrap { position: relative; overflow: hidden; border-radius: 18px; }
.article-cover-wrap .article-cover { display: block; }
.article-cover-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 20%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.10) 100%);
  opacity: 0.38;
}
.article-card { background: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 16px; }
.article-card .card-body { padding: 0.9rem; }
.article-card .card-img-top { border-top-left-radius: 16px; border-top-right-radius: 16px; }
.article-card .h5 { font-size: 1.05rem; }

.article-card { position: relative; overflow: hidden; }
.article-card .card-img-top {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.article-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 20%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.10) 100%);
  opacity: 0.38;
}
.article-card:hover .card-img-top,
.article-card:focus-within .card-img-top {
  transform: scale(1.015);
  filter: contrast(1.10) saturate(1.32) brightness(1.02);
}
.paese-grid .article-card:hover .card-img-top,
.paese-grid .article-card:focus-within .card-img-top {
  transform: none;
  filter: none;
}

.article-card.article-card--nohover .card-img-top {
  transition: none;
}
.article-card.article-card--nohover:hover .card-img-top {
  transform: none;
  filter: none;
}

@media (max-width: 575px) {
  .recipe-title {
    gap: 10px;
    font-size: 1.35rem !important;
    line-height: 1.2;
    align-items: flex-start;
  }
  .recipe-title img {
    width: 72px !important;
    height: 72px !important;
  }
  .article-box { padding: 1rem; border-radius: 18px; }
  .article-box .content img { max-width: 96%; }
  .article-box .content .article-inline-figure img { max-width: 96%; }
}

@media (min-width: 992px) {
  .chi-siamo-author-figure { margin-right: 30px; margin-bottom: 30px; }
  .article-sidebar-align { padding-top: 2.7rem; }
}
