.cadeau{width:290px;padding:10px;text-align:center;background-color:#35c78d;color:#fff;font-weight:600;cursor:pointer;font-size:1rem;border-radius:22px;margin-top:10px;margin-bottom:60px}
a.link_cadeau{color:#fff;text-decoration:none;color:#fff!important}
.recette_btn{width:290px;padding:10px;text-align:center;background-color:#e0625c;color:#fff;font-weight:600;cursor:pointer;font-size:1rem;border-radius:22px;margin-top:10px;margin-bottom:60px}
a.link_recette_btn{color:#fff;text-decoration:none;color:#fff!important}
.mrf-link,.rightColumn{font-weight:600;line-height:22px}
.mrf-link img,.twoColumns{border-radius:12px}
.brand-actirise{display:none!important}
.twoColumns{display:flex;flex-direction:row;align-items:center;background-color:#f9f9fb;margin-bottom:20px}
.f{margin-top:30px;margin-bottom:15px!important}
.rightColumn{max-width: 100%;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* line-height: 1.4em; */
    max-height: 5.8em;}
.mrf-link{font-size:1.02rem}
.actirise-brand{margin-bottom:20px!important;min-height:325.594px}
.related{
    min-height: 170px;
    display: flex; flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .related {
    min-height: 334px !important;
  }
}
.food-poll {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --border: rgba(15, 23, 42, 0.08);
  --shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  --accent: #1f2937;
  --accent-2: #111827;
  --accent-soft: #f3f4f6;
  --btn-bg: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  --btn-bg-hover: linear-gradient(135deg, #111827 0%, #030712 100%);
  --btn-alt-bg: #f8fafc;
  --btn-alt-border: #d1d5db;
  --radius: 22px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  align-items: stretch;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  max-width: 940px;
  margin: 24px auto 0;
  overflow: hidden;
  margin-bottom: 40px !important;
  margin-bottom: 10px;
}
.food-poll__incentive {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  padding: 14px 16px;
  border-radius: 12px;
  background-color: #e0625c;
  color: #ffffff;
  text-align: center;
}
.food-poll__incentive strong {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
}
.food-poll__media {
  border-radius: 16px;
  overflow: hidden;
  height: 170px;
  min-height: 170px;
  background: #fff;
}
.food-poll__media img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}
.food-poll__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4px;
}
.food-poll__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.02em;
}
.food-poll__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 60ch;
}
.food-poll__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.food-poll__btn {
  appearance: none;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  min-height: 46px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}
.food-poll__btn:first-child {
  background: var(--btn-bg);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}
.food-poll__btn:last-child {
  background: var(--btn-alt-bg);
  color: #334155;
  box-shadow: inset 0 0 0 1px var(--btn-alt-border);
}
.food-poll__btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .food-poll {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .food-poll__media {
    height: 200px;
  }
  .food-poll__actions {
    flex-direction: column;
  }
  .food-poll__btn {
    width: 100%;
  }
}
#taboola-below-article-thumbnails{padding:15px !important}
.thumbBlock{border-radius:10px !important}
