/* RF Coleções de Receitas | v1.1.0 */
body.rf-collection-page .entry-header,
body.rf-collection-page .entry-title,
body.rf-collection-page .entry-meta,
body.rf-collection-page .page-header,
body.rf-collection-page .comments-area,
body.rf-collection-page .sharedaddy,
body.rf-collection-page .sd-sharing-enabled,
body.rf-collection-page .heateor_sss_sharing_container,
body.rf-collection-page .addtoany_share_save_container {display:none!important}
body.rf-collection-page .site-content,
body.rf-collection-page .content-area,
body.rf-collection-page main.site-main,
body.rf-collection-page .inside-article,
body.rf-collection-page .entry-content {width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important}
body.rf-collection-page .container.grid-container {max-width:none!important}
/* As coleções são landing pages de campanha: usamos um fechamento compacto próprio. */
body.rf-collection-page .rf-site-footer,
body.rf-collection-page .site-footer {display:none!important}

.rfc-wrap{
  --rfc-accent:#d97732;
  --rfc-accent-dark:#7a4721;
  --rfc-soft:#fff1e3;
  --rfc-cream:#fcf7f1;
  --rfc-text:#3d2b22;
  --rfc-muted:#746257;
  --rfc-border:#e8d9c9;
  --rfc-shadow:0 10px 30px rgba(107,64,36,.08);
  width:100%;
  min-height:60vh;
  padding:0 0 64px;
  background:var(--rfc-cream);
  color:var(--rfc-text);
  font-family:inherit;
}
.rfc-wrap *{box-sizing:border-box}
.rfc-wrap a{text-decoration:none!important}
.rfc-hero{padding:54px 20px 34px;text-align:center;background:linear-gradient(135deg,#fffaf5 0%,#fff1e3 60%,#f7efe5 100%);border-bottom:1px solid var(--rfc-border)}
.rfc-eyebrow{display:block;margin:0 0 9px;color:var(--rfc-accent);font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.rfc-hero h1{max-width:760px;margin:0 auto 12px;color:var(--rfc-accent-dark);font-size:clamp(34px,5vw,56px);line-height:1.05;letter-spacing:-.035em}
.rfc-hero p{max-width:680px;margin:0 auto;color:var(--rfc-muted);font-size:17px;line-height:1.55}
.rfc-count{display:inline-flex;align-items:baseline;gap:6px;margin-top:18px;padding:8px 13px;border:1px solid var(--rfc-border);border-radius:999px;background:#fff;color:var(--rfc-muted);font-size:13px;font-weight:700}
.rfc-count strong{color:var(--rfc-accent-dark);font-size:17px}
.rfc-list{width:min(900px,calc(100% - 32px));margin:28px auto 0;display:grid;gap:10px}
.rfc-item{display:grid;grid-template-columns:205px minmax(0,1fr);min-height:138px;overflow:hidden;border:1px solid var(--rfc-border);border-radius:16px;background:#fff;color:var(--rfc-text)!important;box-shadow:0 7px 22px rgba(107,64,36,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.rfc-item:hover{transform:translateY(-2px);border-color:#d8bea6;box-shadow:0 12px 28px rgba(107,64,36,.11)}
.rfc-item__media{display:block;min-height:138px;background:var(--rfc-soft);overflow:hidden}
.rfc-item__media img{width:100%;height:100%;min-height:138px;object-fit:cover;display:block;transition:transform .3s ease}
.rfc-item:hover img{transform:scale(1.025)}
.rfc-item__placeholder{display:block;width:100%;height:100%;min-height:138px;background:linear-gradient(135deg,var(--rfc-soft),#f7eee4)}
.rfc-item__content{position:relative;display:flex;flex-direction:column;justify-content:center;padding:20px 54px 20px 24px;min-width:0}
.rfc-item__content strong{display:block;color:var(--rfc-text);font-size:23px;line-height:1.22;font-weight:780}
.rfc-item__arrow{position:absolute;right:22px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--rfc-soft);color:var(--rfc-accent-dark);font-size:18px;font-weight:900;transition:transform .18s ease,background .18s ease}
.rfc-item:hover .rfc-item__arrow{transform:translate(3px,-50%);background:#ffe6d1}
.rfc-empty{width:min(720px,calc(100% - 32px));margin:40px auto;padding:32px;border:1px solid var(--rfc-border);border-radius:20px;background:#fff;text-align:center}
.rfc-empty h2{margin:0 0 8px;color:var(--rfc-accent-dark)}
.rfc-empty p{margin:0 0 18px;color:var(--rfc-muted)}
.rfc-empty a{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;background:var(--rfc-accent);color:#fff!important;font-weight:800}
.rfc-footer-cta{width:min(900px,calc(100% - 32px));margin:28px auto 0;padding:0}
.rfc-footer-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid var(--rfc-border);border-radius:18px;background:#fff}
.rfc-footer-cta__copy{display:flex;flex-direction:column;gap:4px;text-align:left}
.rfc-footer-cta__eyebrow{color:var(--rfc-accent);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.rfc-footer-cta__copy strong{color:var(--rfc-text);font-size:17px;line-height:1.25}
.rfc-footer-cta__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.rfc-footer-cta__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 15px;border-radius:11px;font-size:13px;font-weight:800;text-decoration:none!important}
.rfc-footer-cta__all{background:var(--rfc-accent);color:#fff!important;border:1px solid var(--rfc-accent)}
.rfc-footer-cta__group{background:#fff;color:#5a6f35!important;border:1px solid #cddbb9}

@media(max-width:700px){
  .rfc-wrap{padding-bottom:38px}
  .rfc-hero{padding:30px 16px 25px;text-align:left}
  .rfc-hero h1{font-size:34px;margin-left:0}
  .rfc-hero p{font-size:15px;margin-left:0}
  .rfc-count{margin-top:14px}
  .rfc-list{width:calc(100% - 20px);margin-top:18px;gap:8px}
  .rfc-item{grid-template-columns:40% minmax(0,1fr);min-height:112px;border-radius:13px}
  .rfc-item__media,.rfc-item__media img,.rfc-item__placeholder{min-height:112px}
  .rfc-item__content{padding:13px 42px 13px 14px}
  .rfc-item__content strong{font-size:17px;line-height:1.24;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .rfc-item__arrow{right:12px;width:26px;height:26px;font-size:15px}
  .rfc-footer-cta{width:calc(100% - 20px);margin:20px auto 0}
  .rfc-footer-cta__inner{display:block;padding:18px 16px;border-radius:15px}
  .rfc-footer-cta__copy{text-align:center}
  .rfc-footer-cta__copy strong{font-size:16px}
  .rfc-footer-cta__actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}
  .rfc-footer-cta__actions a{width:100%;min-height:48px}
}
@media(max-width:390px){
  .rfc-item{grid-template-columns:38% minmax(0,1fr);min-height:106px}
  .rfc-item__media,.rfc-item__media img,.rfc-item__placeholder{min-height:106px}
  .rfc-item__content strong{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.rfc-item,.rfc-item img{transition:none!important}.rfc-item:hover{transform:none}}
