:root{--rt-color-primary:#2d8653;--rt-color-primary-hover:#236c42;--rt-color-primary-light:#eaf5ee;--rt-color-primary-subtle:#f2f9f5;--rt-color-accent:#c2410c;--rt-color-accent-hover:#9a3412;--rt-color-accent-light:#fef1ed;--rt-bg-main:#fbfbfa;--rt-bg-card:#ffffff;--rt-bg-subtle:#f5f5f3;--rt-border:#eaeae6;--rt-border-light:#f0f0ed;--rt-text-main:#23272a;--rt-text-heading:#14171a;--rt-text-muted:#4b5563;--rt-text-light:#596579;--rt-color-star:#b45309;--rt-badge-bg:#eaf5ee;--rt-badge-text:#1b633b;--rt-shadow-sm:0 1px 3px rgba(0,0,0,0.04),0 1px 2px rgba(0,0,0,0.02);--rt-shadow-md:0 4px 12px rgba(0,0,0,0.05),0 1px 3px rgba(0,0,0,0.02);--rt-shadow-lg:0 10px 25px rgba(0,0,0,0.07),0 4px 10px rgba(0,0,0,0.03);--rt-shadow-hover:0 12px 30px rgba(45,134,83,0.12),0 4px 12px rgba(0,0,0,0.04);--rt-radius-sm:8px;--rt-radius-md:14px;--rt-radius-lg:20px;--rt-radius-xl:28px;--rt-radius-pill:9999px;--rt-font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--rt-font-serif:"Playfair Display","Georgia","Cambria","Times New Roman",serif;--rt-font-script:"Caveat","Brush Script MT","Segoe Script",cursive;--rt-container-width:1440px;--rt-container-narrow:960px;--rt-header-height:80px;--rt-gap:32px;--rt-transition:all 0.22s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--rt-font-sans);font-size:1rem;line-height:1.6;color:var(--rt-text-main);background-color:var(--rt-bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;width:100%}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--rt-color-primary);text-decoration:none;transition:var(--rt-transition)}a:hover,a:focus-visible{color:var(--rt-color-primary-hover)}h1,h2,h3,h4,h5,h6{font-family:var(--rt-font-serif);color:var(--rt-text-heading);line-height:1.25;font-weight:700}h1{font-size:clamp(1.85rem,3.5vw,2.75rem)}h2{font-size:clamp(1.45rem,2.5vw,2rem)}h3{font-size:clamp(1.15rem,1.8vw,1.4rem)}h4{font-size:1.05rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul,ol{margin-bottom:1rem;padding-left:1.25rem}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--rt-color-primary);outline-offset:3px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rt-container{width:min(100% - 48px,1440px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;box-sizing:border-box}@media (min-width:1600px){.rt-container{width:min(100% - 64px,1480px)}}@media (max-width:768px){.rt-container{width:100%;max-width:100%;padding-left:16px;padding-right:16px}}@media (max-width:360px){.rt-container{padding-left:12px;padding-right:12px}}.rt-container-narrow{width:min(100% - 48px,var(--rt-container-narrow));margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;box-sizing:border-box}@media (max-width:768px){.rt-container-narrow{width:100%;padding-left:16px;padding-right:16px}}.rt-main-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px;align-items:start}@media (max-width:1100px){.rt-main-layout{grid-template-columns:minmax(0,1fr) 280px;gap:24px}}@media (max-width:900px){.rt-main-layout{grid-template-columns:1fr;gap:28px}}.rt-main-content{min-width:0}.rt-sidebar{display:flex;flex-direction:column;gap:20px}.rt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;font-size:0.95rem;font-weight:600;border-radius:var(--rt-radius-pill);transition:var(--rt-transition);text-decoration:none;cursor:pointer;line-height:1.2}.rt-btn-primary{background-color:var(--rt-color-primary);color:#ffffff !important;box-shadow:0 2px 8px rgba(45,134,83,0.25)}.rt-btn-primary:hover{background-color:var(--rt-color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,134,83,0.35)}.rt-btn-accent{background-color:var(--rt-color-accent);color:#ffffff !important;box-shadow:0 2px 8px rgba(224,102,67,0.25)}.rt-btn-accent:hover{background-color:var(--rt-color-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(224,102,67,0.35)}.rt-btn-outline{border:1.5px solid var(--rt-border);background-color:var(--rt-bg-card);color:var(--rt-text-heading)}.rt-btn-outline:hover{border-color:var(--rt-color-primary);color:var(--rt-color-primary);background-color:var(--rt-color-primary-light)}.rt-btn-sm{padding:6px 14px;font-size:0.85rem}.rt-btn-lg{padding:14px 28px;font-size:1.05rem}.rt-btn-block{width:100%}.rt-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.rt-section-title{font-family:var(--rt-font-serif);font-size:1.65rem;color:var(--rt-text-heading);position:relative}.rt-view-all-link{font-size:0.88rem;font-weight:600;color:var(--rt-text-muted);border:1px solid var(--rt-border);padding:4px 12px;border-radius:var(--rt-radius-pill);background:var(--rt-bg-card);transition:var(--rt-transition)}.rt-view-all-link:hover{color:var(--rt-color-primary);border-color:var(--rt-color-primary);background:var(--rt-color-primary-light)}.rt-recipe-grid-4,.rt-recipe-grid-3,.rt-recipe-grid-2,.rt-recipe-grid-dynamic{display:grid;grid-template-columns:repeat(var(--rt-archive-cols-desk,4),minmax(0,1fr));gap:20px}@media (max-width:900px){.rt-recipe-grid-4,.rt-recipe-grid-3,.rt-recipe-grid-2,.rt-recipe-grid-dynamic{grid-template-columns:repeat(var(--rt-archive-cols-tab,2),minmax(0,1fr));gap:14px}}@media (max-width:600px){.rt-recipe-grid-4,.rt-recipe-grid-3,.rt-recipe-grid-2,.rt-recipe-grid-dynamic{grid-template-columns:repeat(var(--rt-archive-cols-mob,2),minmax(0,1fr));gap:10px}}.rt-recipe-card{background:var(--rt-bg-card);border-radius:var(--rt-radius-md);border:1px solid var(--rt-border-light);overflow:hidden;box-shadow:var(--rt-shadow-sm);transition:var(--rt-transition);display:flex;flex-direction:column;position:relative}.rt-recipe-card:hover{transform:translateY(-4px);box-shadow:var(--rt-shadow-hover);border-color:rgba(45,134,83,0.2)}.rt-card-thumb-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background-color:var(--rt-bg-subtle)}.rt-card-thumb{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.rt-recipe-card:hover .rt-card-thumb{transform:scale(1.05)}.rt-badge-popular{position:absolute;top:10px;left:10px;background:rgba(20,23,26,0.85);backdrop-filter:blur(4px);color:#ffffff;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:3px 9px;border-radius:var(--rt-radius-pill);z-index:2}.rt-favorite-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.9);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:var(--rt-text-muted);box-shadow:0 2px 6px rgba(0,0,0,0.1);transition:var(--rt-transition);z-index:2}.rt-favorite-btn:hover,.rt-favorite-btn.is-active{color:#e06643;background:#ffffff;transform:scale(1.1)}.rt-favorite-btn.is-active svg path{fill:#e06643}.rt-card-content{padding:14px 16px 16px;display:flex;flex-direction:column;flex-grow:1}.rt-card-title{font-family:var(--rt-font-serif);font-size:1.05rem;font-weight:700;line-height:1.35;margin-bottom:10px;color:var(--rt-text-heading)}.rt-card-title a{color:inherit}.rt-card-title a:hover{color:var(--rt-color-primary)}.rt-card-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:0.82rem;color:var(--rt-text-muted)}.rt-card-time{display:inline-flex;align-items:center;gap:4px}.rt-card-rating{display:inline-flex;align-items:center;gap:3px;font-weight:600;color:var(--rt-text-heading)}.rt-card-rating svg{color:var(--rt-color-star);fill:var(--rt-color-star)}.rt-site-header{background:var(--rt-bg-card);border-bottom:1px solid var(--rt-border-light);position:sticky;top:0;z-index:100;transition:var(--rt-transition)}.rt-header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--rt-header-height);gap:20px}.rt-site-branding{display:flex;align-items:center;gap:10px;flex-shrink:0}.rt-logo-link{display:flex;align-items:center;gap:10px;text-decoration:none}.rt-logo-icon{width:32px;height:32px;color:var(--rt-color-primary)}.rt-brand-text{display:flex;flex-direction:column}.rt-site-title{font-family:var(--rt-font-serif);font-size:1.4rem;font-weight:800;color:var(--rt-text-heading);line-height:1;letter-spacing:-0.5px}.rt-site-tagline{font-size:0.65rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--rt-text-muted);font-weight:600;margin-top:2px}.rt-primary-nav{display:flex;align-items:center}.rt-primary-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.rt-primary-nav li{position:relative}.rt-primary-nav a{font-size:0.92rem;font-weight:600;color:var(--rt-text-main);padding:8px 0;display:inline-flex;align-items:center;gap:4px}.rt-primary-nav a:hover,.rt-primary-nav .current-menu-item>a{color:var(--rt-color-primary)}.rt-primary-nav .current-menu-item>a::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--rt-color-primary);border-radius:2px}.rt-primary-nav .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background:var(--rt-bg-card);border:1px solid var(--rt-border-light);border-radius:var(--rt-radius-sm);box-shadow:var(--rt-shadow-lg);padding:8px 0;display:none;flex-direction:column;gap:0;z-index:10}.rt-primary-nav li:hover>.sub-menu,.rt-primary-nav li:focus-within>.sub-menu{display:flex}.rt-breadcrumbs{padding:0;margin:0 0 16px 0;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:0.8125rem;line-height:1.4;width:100%;max-width:100%;box-sizing:border-box}.rt-crumb-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none !important;list-style-type:none !important;margin:0 !important;padding:0 !important;gap:0}.rt-crumb-item{display:inline-flex;align-items:center;list-style:none !important;list-style-type:none !important;margin:0 !important;padding:0 !important;color:var(--rt-text-muted,#64748b);font-size:0.8125rem;white-space:normal;word-break:break-word}.rt-crumb-item a{color:var(--rt-text-muted,#64748b);text-decoration:none;transition:color 0.15s ease-in-out;font-weight:400}.rt-crumb-item a:hover{color:var(--rt-color-primary,#2d8653);text-decoration:underline}.rt-crumb-item:not(:last-child)::after{content:"/";margin:0 8px;color:var(--rt-border-medium,#cbd5e1);font-size:0.78rem;font-weight:400;line-height:1}.rt-crumb-item.current,.rt-crumb-item.current a,.rt-crumb-item.current span{color:var(--rt-text-heading,#1e293b);font-weight:600}.rt-crumb-item.current a:hover{color:var(--rt-color-primary,#2d8653)}@media (max-width:768px){.rt-breadcrumbs{margin-bottom:12px}.rt-crumb-item{font-size:0.78rem}.rt-crumb-item:not(:last-child)::after{margin:0 6px}}.rt-primary-nav .sub-menu a{padding:8px 16px;font-size:0.88rem;font-weight:500;color:var(--rt-text-main)}.rt-primary-nav .sub-menu a:hover{background:var(--rt-color-primary-light);color:var(--rt-color-primary)}.rt-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.rt-header-search-form{position:relative;display:flex;align-items:center}.rt-header-search-input{background:var(--rt-bg-subtle);border:1px solid var(--rt-border-light);border-radius:var(--rt-radius-pill);padding:7px 36px 7px 14px;font-size:0.86rem;width:170px;transition:var(--rt-transition)}.rt-header-search-input:focus{width:220px;background:#ffffff;border-color:var(--rt-color-primary)}.rt-header-search-btn{position:absolute;right:6px;color:var(--rt-text-muted);display:flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:4px;background:transparent;border:none;cursor:pointer}.rt-header-fav-link{position:relative;width:38px;height:38px;border-radius:50%;border:1px solid var(--rt-border);display:flex;align-items:center;justify-content:center;color:var(--rt-text-muted);background:var(--rt-bg-card);transition:var(--rt-transition)}.rt-header-fav-link:hover{border-color:var(--rt-color-accent);color:var(--rt-color-accent)}.rt-fav-badge{position:absolute;top:-4px;right:-4px;background:var(--rt-color-accent);color:#ffffff;font-size:0.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rt-mobile-toggle{display:none;width:42px;height:42px;min-width:42px;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--rt-border,#e2e8f0);background:#ffffff;color:var(--rt-text-heading,#0f172a);cursor:pointer;transition:all 0.15s ease}.rt-mobile-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.rt-mobile-toggle:focus-visible{outline:2px solid var(--rt-color-primary,#2d8653);outline-offset:2px}@media (max-width:960px){.rt-primary-nav,.rt-header-search-form,.rt-header-fav-link,.rt-site-header .rt-subscribe-trigger{display:none !important}.rt-mobile-toggle{display:flex !important}}@media (max-width:480px){.rt-site-header{--rt-header-height:60px}.rt-header-inner{height:60px;gap:8px}.rt-logo-icon{width:26px;height:26px}.rt-logo-icon svg{width:26px;height:26px}.rt-site-title{font-size:1.18rem}.rt-site-tagline{font-size:0.58rem}.rt-mobile-toggle{width:38px;height:38px;min-width:38px}}.rt-mobile-drawer{position:fixed;top:0;left:0;width:min(320px,86vw);height:100vh;height:100dvh;background:#ffffff;z-index:9999;box-shadow:4px 0 24px rgba(15,23,42,0.18);transform:translateX(-100%);transition:transform 0.28s cubic-bezier(0.4,0,0.2,1),visibility 0.28s;display:flex;flex-direction:column;padding:20px 18px;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;visibility:hidden;pointer-events:none}.rt-mobile-drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.rt-mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--rt-border-light,#f1f5f9);margin-bottom:14px}.rt-mobile-drawer-close{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;border:1px solid var(--rt-border,#e2e8f0);background:#f8fafc;color:var(--rt-text-muted,#64748b);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.15s ease}.rt-mobile-drawer-close:hover{background:#eef7f2;border-color:var(--rt-color-primary,#2d8653);color:var(--rt-color-primary,#2d8653)}.rt-mobile-drawer-close:focus-visible{outline:2px solid var(--rt-color-primary,#2d8653);outline-offset:2px}.rt-mobile-drawer-search{margin-bottom:14px}.rt-mobile-search-form{display:flex;align-items:center;background:#f8fafc;border:1px solid var(--rt-border,#e2e8f0);border-radius:8px;overflow:hidden;padding:0 4px 0 10px;height:40px;box-sizing:border-box}.rt-mobile-search-input{flex:1;border:none !important;background:transparent !important;font-size:0.88rem;outline:none !important;height:100%;color:#0f172a;min-width:0;padding:0 !important;box-shadow:none !important}.rt-mobile-search-btn{border:none;background:transparent;color:#64748b;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.rt-mobile-nav{flex:1;margin-bottom:16px}.rt-mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.rt-mobile-menu-list li{margin:0;padding:0}.rt-mobile-menu-list a{display:flex;align-items:center;padding:10px 12px;font-size:0.95rem;font-weight:600;color:var(--rt-text-main,#1e293b);text-decoration:none;border-radius:8px;transition:all 0.15s ease;min-height:40px;box-sizing:border-box}.rt-mobile-menu-list a:hover{background:#f8fafc;color:var(--rt-color-primary,#2d8653)}.rt-mobile-menu-list .current-menu-item>a,.rt-mobile-menu-list .current_page_item>a,.rt-mobile-menu-list .current-menu-ancestor>a{background:#f0fdf4;color:var(--rt-color-primary,#2d8653);font-weight:700;border-left:3px solid var(--rt-color-primary,#2d8653);padding-left:9px}.rt-mobile-menu-list .sub-menu{list-style:none;padding:2px 0 4px 14px;margin:0;display:flex;flex-direction:column;gap:2px}.rt-mobile-menu-list .sub-menu a{font-size:0.88rem;font-weight:500;color:var(--rt-text-muted,#64748b);padding:7px 10px;min-height:34px}.rt-mobile-drawer-actions{padding-top:14px;border-top:1px solid var(--rt-border-light,#f1f5f9);margin-top:auto;display:flex;flex-direction:column;gap:8px}.rt-mobile-drawer-fav-link{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;font-size:0.88rem;font-weight:600;color:var(--rt-text-main,#334155);text-decoration:none;background:#f8fafc;border:1px solid var(--rt-border,#e2e8f0);transition:all 0.15s ease}.rt-mobile-drawer-fav-link:hover{background:#eef7f2;border-color:var(--rt-color-primary,#2d8653);color:var(--rt-color-primary,#2d8653)}.rt-drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,0.45);backdrop-filter:blur(2px);z-index:9998;opacity:0;pointer-events:none;transition:opacity 0.28s ease}.rt-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.rt-site-footer{background:#ffffff;border-top:1px solid var(--rt-border-light,#e8e2d8);margin-top:50px;padding:44px 0 20px;width:100%;box-sizing:border-box}@media (max-width:768px){.rt-site-footer{margin-top:24px;padding:20px 0 12px}}.rt-footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1.6fr;gap:36px 28px;margin-bottom:36px;align-items:start;width:100%}.rt-footer-grid.has-no-follow{grid-template-columns:2.2fr 1fr 1fr 1fr}@media (max-width:1100px){.rt-footer-grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px 20px}.rt-footer-grid.has-no-follow{grid-template-columns:2fr 1fr 1fr}}@media (max-width:900px){.rt-footer-grid{grid-template-columns:repeat(6,1fr);gap:28px 20px;margin-bottom:28px}.rt-footer-brand{grid-column:span 6;max-width:480px}.rt-footer-col-quick{grid-column:span 2}.rt-footer-col-categories{grid-column:span 2}.rt-footer-col-resources{grid-column:span 2}.rt-footer-col-follow{grid-column:span 6;margin-top:4px}}@media (max-width:600px){.rt-footer-grid{display:flex;flex-direction:column;gap:0;margin-bottom:18px}.rt-footer-brand{width:100%;max-width:100%;padding-bottom:12px;margin-bottom:2px;border-bottom:1px solid var(--rt-border-light,#f1f5f9)}.rt-footer-col{width:100%;border-bottom:1px solid var(--rt-border-light,#f1f5f9);margin:0}.rt-footer-col-follow{border-bottom:none;padding-top:12px;padding-bottom:4px;margin-top:0}}.rt-footer-brand{display:flex;flex-direction:column;align-items:flex-start}.rt-footer-brand .rt-logo-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#0f172a}.rt-footer-brand .rt-logo-icon{color:#2d8653;display:flex;align-items:center}.rt-footer-brand .rt-site-title{font-family:var(--rt-font-serif,'Playfair Display',Georgia,serif);font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.2}.rt-footer-brand p{color:var(--rt-text-muted,#64748b);font-size:0.88rem;line-height:1.5;margin:10px 0 16px;max-width:320px}@media (max-width:600px){.rt-footer-brand p{margin:6px 0 10px;font-size:0.84rem;line-height:1.4;max-width:100%}}.rt-footer-socials{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:14px}@media (max-width:600px){.rt-footer-socials{margin-top:6px;margin-bottom:2px;gap:8px}}.rt-social-icon-btn{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;border:1px solid var(--rt-border,#e2e8f0);background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;color:var(--rt-text-muted,#64748b);text-decoration:none;transition:all 0.2s ease;position:relative}.rt-social-icon-btn svg,.rt-social-icon-btn img.rt-social-custom-icon{width:16px;height:16px;max-width:16px;max-height:16px;object-fit:contain;display:block;fill:currentColor;transition:transform 0.2s ease}.rt-social-icon-btn:hover{background:#2d8653;border-color:#2d8653;color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(45,134,83,0.25)}.rt-social-icon-btn:focus-visible{outline:2px solid #2d8653;outline-offset:2px}.rt-footer-col-toggle{display:block;width:100%;background:none;border:none;padding:0;margin:0 0 12px;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;text-align:left;cursor:default;pointer-events:none}.rt-footer-col-heading,.rt-footer-col h4{font-size:0.95rem;font-weight:700;margin:0;color:var(--rt-text-heading,#0f172a);font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);letter-spacing:-0.01em}.rt-footer-toggle-icon{display:none !important}.rt-footer-col-content{display:block}.rt-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.rt-footer-col li{margin:0;line-height:1.3}.rt-footer-col a{color:var(--rt-text-muted,#64748b);font-size:0.88rem;text-decoration:none;display:inline-block;padding:4px 0;transition:color 0.15s ease}.rt-footer-col a:hover{color:var(--rt-color-primary,#2d8653)}@media (max-width:768px){.rt-footer-col-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 0;margin:0;background:none;border:none;cursor:pointer;pointer-events:auto;text-align:left;-webkit-tap-highlight-color:transparent}.rt-footer-col-heading,.rt-footer-col h4{font-size:0.88rem;font-weight:700}.rt-footer-toggle-icon{display:inline-block !important;color:#64748b;transition:transform 0.2s ease,color 0.2s ease;flex-shrink:0}.rt-icon-v{transition:transform 0.2s ease,opacity 0.2s ease;transform-origin:center}.rt-footer-col.is-open .rt-icon-v{transform:scaleY(0);opacity:0}.rt-footer-col.is-open .rt-footer-toggle-icon{color:#2d8653}.rt-footer-col-content{display:none;padding-bottom:10px}.rt-footer-col.is-open .rt-footer-col-content{display:block;animation:rtFooterFade 0.2s ease-out}@keyframes rtFooterFade{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.rt-footer-col ul{display:grid;grid-template-columns:1fr 1fr;gap:3px 12px}.rt-footer-col a{padding:4px 0;font-size:0.82rem;color:#475569}}@media (max-width:380px){.rt-footer-col ul{grid-template-columns:1fr;gap:2px}.rt-footer-brand .rt-site-title{font-size:1.15rem}.rt-footer-socials{gap:6px}.rt-social-icon-btn{width:34px;height:34px;min-width:34px;min-height:34px}}.rt-footer-empty{color:#94a3b8;font-size:0.84rem;margin:0}.rt-footer-col-follow h4 a.rt-insta-feed-title-link{color:inherit;text-decoration:none;transition:color 0.2s ease}.rt-footer-col-follow h4 a.rt-insta-feed-title-link:hover{color:var(--rt-color-primary,#2d8653)}.rt-insta-strip{display:grid;grid-template-columns:repeat(var(--rt-insta-desktop-cols,4),1fr);gap:8px;margin-top:10px;width:100%}.rt-insta-thumb{display:block;position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#f1f5f9;box-shadow:0 1px 3px rgba(0,0,0,0.05);transition:transform 0.25s ease,box-shadow 0.25s ease;text-decoration:none}.rt-insta-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;display:block;border-radius:8px;transition:transform 0.35s ease,filter 0.35s ease}.rt-insta-overlay{position:absolute;inset:0;background:rgba(45,134,83,0.45);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.25s ease;color:#ffffff;border-radius:8px;pointer-events:none}.rt-insta-overlay .rt-insta-hover-icon{width:22px;height:22px;fill:#ffffff;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.3));transform:scale(0.85);transition:transform 0.25s ease}.rt-insta-thumb:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(45,134,83,0.22)}.rt-insta-thumb:hover img{transform:scale(1.08)}.rt-insta-thumb:hover .rt-insta-overlay{opacity:1}.rt-insta-thumb:hover .rt-insta-overlay .rt-insta-hover-icon{transform:scale(1)}@media (max-width:768px){.rt-footer-col-follow h4{font-size:0.88rem;font-weight:700;margin:0 0 8px;color:#0f172a}}@media (max-width:600px){.rt-insta-strip{grid-template-columns:repeat(var(--rt-insta-mobile-cols,2),1fr);gap:8px;margin-top:8px}.rt-insta-thumb{border-radius:6px}.rt-insta-thumb img,.rt-insta-overlay{border-radius:6px}}.rt-footer-bottom{border-top:1px solid var(--rt-border-light,#f1f5f9);padding:20px 0 10px;display:flex;align-items:center;justify-content:space-between;font-size:0.84rem;color:var(--rt-text-muted,#64748b);gap:16px;flex-wrap:wrap}@media (max-width:600px){.rt-footer-bottom{padding:12px 0 6px;flex-direction:column;align-items:center;text-align:center;gap:8px;font-size:0.78rem}}.rt-footer-copyright{color:var(--rt-text-muted,#64748b);line-height:1.5;margin:0}.rt-footer-legal{display:flex;gap:16px;align-items:center;flex-wrap:wrap}@media (max-width:600px){.rt-footer-legal{justify-content:center;gap:12px}}.rt-footer-legal a{color:var(--rt-text-muted,#64748b);text-decoration:none;padding:3px 2px;transition:color 0.15s ease}.rt-footer-legal a:hover{color:var(--rt-text-heading,#0f172a);text-decoration:underline}.rt-affiliate-global-disclosure{font-size:0.75rem;color:#596579;text-align:center;padding:12px 0 0;border-top:1px dashed var(--rt-border,#e2e8f0);margin-top:12px;line-height:1.45;width:100%;box-sizing:border-box}@media (max-width:600px){.rt-affiliate-global-disclosure{font-size:0.72rem;padding:8px 0 0;margin-top:8px;line-height:1.35}}.rt-share-box{background:#ffffff;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 18px;margin:28px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;box-shadow:0 1px 3px rgba(0,0,0,0.03);transition:border-color 0.2s ease,box-shadow 0.2s ease}.rt-share-box:hover{border-color:#cbd5e1}.rt-share-header{display:inline-flex;align-items:center;gap:8px;color:#1e293b;font-weight:700;font-size:0.95rem;line-height:1.2}.rt-share-header svg,.rt-share-header-icon{color:#2d8653;flex-shrink:0;width:18px;height:18px}.rt-share-buttons-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.rt-share-item{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-height:36px;padding:0 14px;border-radius:8px;font-size:0.82rem;font-weight:600;text-decoration:none !important;border:1px solid transparent;cursor:pointer;transition:all 0.18s cubic-bezier(0.4,0,0.2,1);line-height:1;box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:transparent}.rt-share-item svg,.rt-share-icon{width:18px;height:18px;flex-shrink:0;display:block}.rt-share-item:hover{transform:translateY(-1px)}.rt-share-item:active{transform:scale(0.97)}.rt-share-item:focus-visible{outline:2px solid #2d8653;outline-offset:2px}.rt-share-pinterest{background:#fff1f2;color:#be123c;border-color:#ffe4e6}.rt-share-pinterest:hover{background:#ffe4e6;color:#be123c;border-color:#fecdd3;box-shadow:0 2px 6px rgba(225,29,72,0.12)}.rt-share-facebook{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe}.rt-share-facebook:hover{background:#dbeafe;color:#1e40af;border-color:#bfdbfe;box-shadow:0 2px 6px rgba(29,78,216,0.12)}.rt-share-twitter{background:#f8fafc;color:#0f172a;border-color:#e2e8f0}.rt-share-twitter:hover{background:#f1f5f9;color:#000000;border-color:#cbd5e1;box-shadow:0 2px 6px rgba(15,23,42,0.08)}.rt-share-email{background:#f8fafc;color:#475569;border-color:#e2e8f0}.rt-share-email:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1;box-shadow:0 2px 6px rgba(71,85,105,0.08)}.rt-share-copylink{background:#ffffff;color:#2d8653;border-color:#2d8653;font-family:inherit}.rt-share-copylink:hover,.rt-share-copylink.is-copied{background:#2d8653;color:#ffffff;border-color:#2d8653;box-shadow:0 2px 6px rgba(45,134,83,0.16)}.rt-comments-area{background:#ffffff;border:1px solid var(--rt-border-light,#e9ecef);border-radius:16px;padding:34px;margin:36px 0;box-shadow:0 4px 20px rgba(0,0,0,0.025);box-sizing:border-box}.rt-comments-header-row{display:flex;flex-direction:column;gap:16px;margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid var(--rt-border-light,#f1f5f9)}.rt-comments-title-wrap{display:flex;flex-direction:column;gap:6px}.rt-comments-title{display:flex;align-items:center;gap:10px;font-family:var(--rt-font-serif,Georgia,serif);font-size:1.45rem;font-weight:700;margin:0;color:var(--rt-text-heading,#1e293b);line-height:1.25}.rt-comments-title-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#f0fdf4;color:var(--rt-color-primary,#2d8653);flex-shrink:0}.rt-comments-subtitle{font-size:0.92rem;color:var(--rt-text-muted,#64748b);margin:0;line-height:1.5}.rt-reviews-summary-card{display:flex;align-items:center;gap:16px;background:#f9fcf9;border:1px solid #e2ede5;border-radius:12px;padding:16px 22px;margin-top:4px}.rt-summary-rating-num{font-size:2.3rem;font-weight:800;font-family:var(--rt-font-serif,Georgia,serif);color:var(--rt-color-primary,#2d8653);line-height:1}.rt-summary-rating-details{display:flex;flex-direction:column;gap:4px}.rt-summary-stars{display:flex;align-items:center;gap:3px;color:#f59e0b}.rt-summary-stars svg{width:16px;height:16px;fill:#f59e0b}.rt-summary-subtext{font-size:0.84rem;color:var(--rt-text-muted,#64748b)}.rt-summary-subtext strong{color:var(--rt-text-heading,#1e293b)}.comment-respond{margin-top:24px;padding-top:22px;border-top:1px solid var(--rt-border-light,#f1f5f9)}.rt-reply-title{font-family:var(--rt-font-serif,Georgia,serif);font-size:1.3rem;font-weight:700;margin:0 0 6px 0;color:var(--rt-text-heading,#1e293b)}.rt-comment-notes{font-size:0.84rem;color:var(--rt-text-muted,#64748b);margin-bottom:16px}.rt-form-group{margin-bottom:16px}.rt-form-group label{display:block;font-size:0.86rem;font-weight:600;margin-bottom:6px;color:var(--rt-text-heading,#1e293b)}.rt-form-group label .required{color:#dc2626;font-weight:700}.rt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rt-input,.rt-textarea{width:100%;padding:12px 16px;border:1.5px solid var(--rt-border,#e2e8f0);border-radius:10px;font-family:var(--rt-font-sans,sans-serif);font-size:0.92rem;background:#ffffff;color:var(--rt-text-main,#334155);box-sizing:border-box;transition:border-color 0.2s ease,box-shadow 0.2s ease}.rt-input{min-height:46px}.rt-textarea{min-height:120px;line-height:1.6;resize:vertical}.rt-input:focus,.rt-textarea:focus{outline:none;border-color:var(--rt-color-primary,#2d8653);box-shadow:0 0 0 4px rgba(45,134,83,0.12)}.rt-form-cookies{display:flex;align-items:center;gap:10px;font-size:0.84rem;color:var(--rt-text-muted,#64748b);margin-bottom:20px}.rt-form-cookies input[type="checkbox"]{accent-color:var(--rt-color-primary,#2d8653);margin:0;width:18px;height:18px;cursor:pointer;flex-shrink:0}.rt-form-cookies label{cursor:pointer;line-height:1.4}.rt-submit-review-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 30px;font-size:0.95rem;font-weight:700;border-radius:10px;background:var(--rt-color-primary,#2d8653);color:#ffffff;border:none;cursor:pointer;transition:all 0.2s cubic-bezier(0.16,1,0.3,1);box-shadow:0 2px 8px rgba(45,134,83,0.22)}.rt-submit-review-btn:hover{background:#247345;box-shadow:0 4px 14px rgba(45,134,83,0.32);transform:translateY(-1px)}.rt-submit-review-btn:active{transform:scale(0.98)}.logged-in-as{font-size:0.86rem;color:var(--rt-text-muted,#64748b);margin-bottom:16px;padding:8px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid var(--rt-color-primary,#2d8653)}.logged-in-as a{color:var(--rt-color-primary,#2d8653);text-decoration:none;font-weight:600}.logged-in-as a:hover{text-decoration:underline}@media (max-width:640px){.rt-share-box{flex-direction:column;align-items:flex-start;padding:14px 16px;gap:12px}.rt-share-buttons-row{width:100%;gap:8px}.rt-share-item{flex:1 1 calc(50% - 8px);justify-content:center;height:38px;min-height:38px;padding:0 10px;font-size:0.80rem}.rt-comments-area{padding:22px 16px;border-radius:12px}.rt-form-grid{grid-template-columns:1fr;gap:0}.rt-submit-review-btn{width:100%;min-height:48px}}.rt-browse-course-section{background:#f8fafc;padding:16px 0 12px;margin:0 0 20px;border-top:1px solid var(--rt-border-light,#edf2f7);border-bottom:1px solid var(--rt-border-light,#edf2f7);height:auto;min-height:0}.rt-browse-course-inner{text-align:center}.rt-browse-course-heading{font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:clamp(1.05rem,1.4vw,1.2rem);font-weight:800;color:#0f172a;text-transform:lowercase;letter-spacing:-0.01em;margin:0 0 16px;line-height:1.15}.rt-browse-course-grid{display:grid;grid-template-columns:repeat(var(--rt-course-cols-desk,var(--rt-course-cols,8)),minmax(0,1fr));grid-auto-flow:row;gap:20px var(--rt-course-gap,14px);margin:0 auto;max-width:min(100%,calc(var(--rt-course-cols-desk,var(--rt-course-cols,8)) * 125px));width:100%;justify-content:center;align-items:start}@media (max-width:900px){.rt-browse-course-grid{grid-template-columns:repeat(var(--rt-course-cols-tab,4),minmax(0,1fr));max-width:100%;gap:16px 10px}}@media (max-width:600px){.rt-browse-course-section{padding:14px 0 10px;margin:0 0 18px}.rt-browse-course-grid{display:grid !important;grid-template-columns:repeat(var(--rt-course-cols-mob,2),minmax(0,1fr)) !important;grid-auto-flow:row !important;max-width:100% !important;width:100% !important;gap:12px 6px}.rt-course-img-circle{max-width:100%}.rt-course-name{font-size:clamp(0.68rem,2.8vw,0.82rem)}}.rt-course-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#0f172a;transition:transform 0.25s ease;width:100%;max-width:100%;margin:0 auto}.rt-course-item:hover{transform:translateY(-3px)}.rt-course-img-circle{width:var(--rt-course-img-size,78px);height:var(--rt-course-img-size,78px);max-width:100%;aspect-ratio:1 / 1;border-radius:var(--rt-course-radius,50%);overflow:hidden;background:#ffffff;box-shadow:0 3px 10px rgba(0,0,0,0.08);margin-bottom:7px;transition:all 0.25s ease;position:relative;border:2.5px solid #ffffff;flex-shrink:0}@media (max-width:768px){.rt-course-img-circle{width:70px;height:70px;margin-bottom:6px}}@media (max-width:480px){.rt-course-img-circle{width:62px;height:62px}}.rt-course-item:hover .rt-course-img-circle{box-shadow:0 6px 16px rgba(0,0,0,0.14);transform:scale(1.06);border-color:var(--rt-color-primary,#2d8653)}.rt-course-img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.rt-course-item:hover .rt-course-img{transform:scale(1.08)}.rt-course-placeholder{width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8}.rt-course-name{font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:0.76rem;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:#0f172a;line-height:1.2;transition:color 0.2s ease}@media (max-width:480px){.rt-course-name{font-size:0.68rem;letter-spacing:0.04em}}.rt-course-item:hover .rt-course-name{color:var(--rt-color-primary,#2d8653)}.rt-category-filter-nav-wrap{position:relative;width:100%;max-width:100%;margin-bottom:24px;box-sizing:border-box}.rt-category-filter-chips{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;width:100%;margin:0;padding:0;box-sizing:border-box}.rt-filter-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 15px;min-height:38px;font-size:0.84rem;font-weight:600;line-height:1.2;color:var(--rt-text-main,#334155);background:#ffffff;border:1px solid var(--rt-border,#e2e8f0);border-radius:var(--rt-radius-pill,9999px);text-decoration:none !important;white-space:nowrap;flex:0 0 auto;user-select:none;-webkit-tap-highlight-color:transparent;transition:all 0.16s ease;box-sizing:border-box}.rt-filter-chip:hover{border-color:var(--rt-color-primary,#2d8653);color:var(--rt-color-primary,#2d8653);background:var(--rt-color-primary-light,#f0fdf4)}.rt-filter-chip:active{transform:scale(0.96)}.rt-filter-chip.is-active{background:var(--rt-color-primary,#2d8653);color:#ffffff !important;border-color:var(--rt-color-primary,#2d8653);font-weight:700;box-shadow:0 2px 8px rgba(45,134,83,0.28)}@media (max-width:768px){.rt-category-filter-nav-wrap{margin-bottom:20px}.rt-category-filter-chips{display:flex;flex-wrap:wrap;gap:8px;width:100%;padding:0;margin:0}.rt-filter-chip{padding:7px 14px;min-height:38px;font-size:0.82rem;box-shadow:0 1px 3px rgba(0,0,0,0.04)}}@media (max-width:480px){.rt-category-filter-chips{gap:7px 6px}.rt-filter-chip{padding:6px 12px;min-height:35px;font-size:0.80rem}}@media (max-width:375px){.rt-category-filter-chips{gap:6px 5px}.rt-filter-chip{padding:5px 11px;min-height:34px;font-size:0.78rem}}@media (max-width:320px){.rt-category-filter-chips{gap:5px 4px}.rt-filter-chip{padding:5px 10px;min-height:32px;font-size:0.75rem}}.rt-course-collection-bar{margin-bottom:28px;padding:8px 0 24px;border-bottom:1px solid var(--rt-border-light,#f1ece1);width:100%}.rt-course-collection-grid{display:flex;align-items:flex-start;justify-content:center;gap:28px;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}@media (max-width:900px) and (min-width:601px){.rt-course-collection-grid{display:grid !important;grid-template-columns:repeat(var(--rt-course-collection-cols-tab,4),minmax(0,1fr)) !important;grid-auto-flow:row !important;gap:16px 12px !important;justify-content:center !important;padding:6px 0 10px !important}}@media (max-width:600px){.rt-course-collection-bar{margin-bottom:20px;padding:4px 0 16px}.rt-categories-row.rt-course-collection-grid,.rt-course-collection-grid{display:grid !important;grid-template-columns:repeat(var(--rt-course-collection-cols-mob,4),minmax(0,1fr)) !important;grid-auto-flow:row !important;gap:12px 6px !important;justify-content:center !important;width:100% !important;max-width:100% !important;padding:4px 0 8px !important;overflow-x:visible !important;box-sizing:border-box !important}.rt-categories-row.rt-course-collection-grid .rt-cat-pill-card,.rt-course-collection-grid .rt-cat-pill-card,.rt-course-collection-grid .rt-course-pill-card{width:100% !important;max-width:100% !important;min-width:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;box-sizing:border-box !important;margin:0 auto !important;padding:0 !important}.rt-categories-row.rt-course-collection-grid .rt-cat-icon-circle,.rt-course-collection-grid .rt-cat-icon-circle{width:clamp(48px,16vw,68px) !important;height:clamp(48px,16vw,68px) !important;min-width:0 !important;min-height:0 !important;max-width:100% !important;aspect-ratio:1 / 1 !important;border-radius:50% !important;border:2px solid #ffffff !important;box-shadow:0 2px 8px rgba(0,0,0,0.08) !important;margin-bottom:5px !important;flex-shrink:0 !important}.rt-categories-row.rt-course-collection-grid .rt-cat-icon-circle img,.rt-course-collection-grid .rt-cat-icon-circle img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;border-radius:50% !important}.rt-categories-row.rt-course-collection-grid .rt-cat-icon-circle svg,.rt-course-collection-grid .rt-cat-icon-circle svg{width:22px !important;height:22px !important}.rt-categories-row.rt-course-collection-grid .rt-cat-name,.rt-course-collection-grid .rt-cat-name{font-size:clamp(0.66rem,2.5vw,0.78rem) !important;font-weight:600 !important;line-height:1.2 !important;width:100% !important;max-width:100% !important;text-align:center !important;word-break:break-word !important;white-space:normal !important;overflow:hidden !important;padding:0 1px !important}}.rt-shop-kitchen-widget{padding:16px 14px 18px;background:#ffffff;border:1px solid var(--rt-border-light,#e2e8f0);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.02);box-sizing:border-box;width:100%}.rt-shop-kitchen-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--rt-border-light,#e2e8f0)}.rt-shop-kitchen-header .rt-widget-title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.rt-shop-kitchen-header .rt-shop-header-icon{color:var(--rt-color-primary,#2d8653);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rt-shop-kitchen-header .rt-shop-header-text{display:flex;flex-direction:column;min-width:0}.rt-shop-kitchen-header .rt-widget-title{font-size:0.95rem;font-weight:700;margin:0;color:var(--rt-text-heading,#0f172a);line-height:1.2;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif)}.rt-shop-kitchen-header .rt-widget-subtitle{font-size:0.72rem;color:var(--rt-text-muted,#64748b);display:block;margin-top:1px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rt-shop-see-all-link{font-size:0.76rem;font-weight:700;color:#1b633b;text-decoration:none;display:inline-flex;align-items:center;gap:3px;white-space:nowrap;padding:3px 7px;border-radius:4px;background:rgba(45,134,83,0.07);transition:all 0.2s cubic-bezier(0.16,1,0.3,1);flex-shrink:0}.rt-shop-see-all-link:hover{color:#1b5e3a;background:rgba(45,134,83,0.14);transform:translateX(2px)}.rt-shop-kitchen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;box-sizing:border-box;align-items:stretch}.rt-affiliate-grid-card{border:1px solid var(--rt-border-light,#e2e8f0);border-radius:10px;padding:8px 8px 10px;display:flex;flex-direction:column;justify-content:space-between;height:100%;text-align:center;background:#ffffff;box-sizing:border-box;min-width:0;position:relative;transition:transform 0.2s cubic-bezier(0.16,1,0.3,1),border-color 0.2s ease,box-shadow 0.2s ease}.rt-affiliate-grid-card:hover{border-color:rgba(45,134,83,0.4);box-shadow:0 6px 18px rgba(0,0,0,0.07);transform:translateY(-2px)}.rt-affiliate-thumb-wrap{width:100%;aspect-ratio:1 / 1;max-height:130px;border-radius:8px;overflow:hidden;margin-bottom:8px;background:#f8fafc;position:relative;border:1px solid rgba(0,0,0,0.04);display:flex;align-items:center;justify-content:center;padding:4px;box-sizing:border-box;flex-shrink:0}.rt-affiliate-thumb-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.rt-affiliate-thumb{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:contain;display:block;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1)}.rt-affiliate-grid-card:hover .rt-affiliate-thumb{transform:scale(1.05)}.rt-affiliate-grid-card .rt-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#94a3b8}.rt-affiliate-body{display:flex;flex-direction:column;flex:1;justify-content:space-between;width:100%;min-width:0}.rt-affiliate-title{font-size:0.78rem;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-weight:600;line-height:1.3;margin:0 0 6px 0;color:var(--rt-text-heading,#0f172a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;word-break:break-word;overflow-wrap:anywhere;text-align:center}.rt-affiliate-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.rt-affiliate-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-affiliate-price-wrap{display:flex;align-items:baseline;justify-content:center;gap:5px;margin:0 0 4px 0;line-height:1.2}.rt-affiliate-price{font-size:0.85rem;font-weight:700;color:var(--rt-text-heading,#0f172a)}.rt-affiliate-prev-price{font-size:0.70rem;color:#94a3b8;text-decoration:line-through}.rt-affiliate-rating{display:flex;justify-content:center;align-items:center;font-size:0.72rem;margin:0 0 6px 0;line-height:1}.rt-affiliate-rating .rt-stars-rating{display:inline-flex;align-items:center;gap:3px}.rt-affiliate-rating .rt-star-icon{display:inline-flex;align-items:center;color:#f59e0b}.rt-affiliate-rating .rt-star-icon svg{width:12px;height:12px;fill:currentColor}.rt-affiliate-rating .rt-rating-num{font-weight:700;color:var(--rt-text-heading,#0f172a);margin-left:1px}.rt-affiliate-rating .rt-rating-count{color:var(--rt-text-muted,#64748b);font-size:0.68rem}.rt-affiliate-cta-wrap{margin-top:auto;padding-top:4px;width:100%}.rt-affiliate-cta-wrap .rt-amazon-cta,.rt-affiliate-cta-wrap .rt-affiliate-btn{width:100%;min-height:30px;padding:5px 8px;font-size:0.72rem;font-weight:700;justify-content:center;text-align:center;border-radius:6px;box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rt-deals-widget{padding:16px 14px 12px;background:#ffffff;border:1px solid var(--rt-border-light,#e2e8f0);border-radius:12px}.rt-deals-widget .rt-widget-title{font-size:0.95rem;font-weight:700;color:var(--rt-text-heading,#0f172a);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--rt-border-light,#e2e8f0)}.rt-deals-list,.rt-deals-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;gap:14px 10px;width:100%;box-sizing:border-box}.rt-deal-item{display:flex;flex-direction:column;min-width:0;width:100%;position:relative;transition:transform 0.2s ease,box-shadow 0.2s ease;border-bottom:none;padding:0;box-sizing:border-box}.rt-deal-item:hover{transform:translateY(-2px)}.rt-deal-thumb{width:100%;aspect-ratio:4 / 3;border-radius:var(--rt-radius-sm,6px);overflow:hidden;position:relative;background:#ffffff;margin-bottom:6px;flex-shrink:0;border:1px solid var(--rt-border-light,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:4px;box-sizing:border-box}.rt-deal-thumb-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.rt-deal-thumb img{width:100%;height:100%;object-fit:contain;display:block;transition:transform 0.25s ease}.rt-deal-item:hover .rt-deal-thumb img{transform:scale(1.06)}.rt-deal-thumb .rt-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--rt-bg-subtle,#f8fafc);color:#94a3b8}.rt-deal-info{display:flex;flex-direction:column;flex-grow:1;width:100%;min-width:0}.rt-deal-title{font-size:0.78rem;font-weight:600;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);line-height:1.25;color:var(--rt-text-heading,#1e293b);margin:0 0 4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;min-height:2em}.rt-deal-title a{color:var(--rt-text-heading,#1e293b);text-decoration:none;transition:color 0.15s ease}.rt-deal-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-deal-price-wrap{display:flex;align-items:baseline;gap:5px;margin:0 0 6px 0;line-height:1.2}.rt-deal-price{font-size:0.78rem;font-weight:700;color:#0f172a}.rt-deal-prev-price{font-size:0.68rem;color:#596579;text-decoration:line-through}.rt-deal-action{margin-top:auto;width:100%}.rt-deal-btn.rt-amazon-cta{width:100%;padding:4px 6px;font-size:0.70rem;box-sizing:border-box;text-align:center;justify-content:center}.rt-deal-disclosure{font-size:0.70rem;color:#94a3b8;line-height:1.35;margin:12px 0 0;padding-top:8px;border-top:1px solid var(--rt-border-light,#f1f5f9);text-align:left}.rt-about-me-component{background:#ffffff;border:1px solid var(--rt-border-light,#e2e8f0);border-radius:16px;padding:32px 36px;margin:32px 0 40px;box-shadow:0 4px 20px rgba(0,0,0,0.03);position:relative;overflow:hidden}.rt-about-inner-grid{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:center}.rt-about-layout-image_right .rt-about-inner-grid{grid-template-columns:1fr 220px}.rt-about-layout-image_right .rt-about-avatar-wrap{order:2}.rt-about-layout-image_right .rt-about-content-col{order:1}.rt-about-style-compact{padding:22px 24px;margin:24px 0;border-radius:12px}.rt-about-style-compact .rt-about-inner-grid{grid-template-columns:140px 1fr;gap:20px}.rt-about-style-compact .rt-about-title{font-size:1.25rem}.rt-about-style-compact .rt-about-bio{font-size:0.88rem;line-height:1.5;margin-bottom:12px}.rt-about-avatar-wrap{width:100%;aspect-ratio:4 / 5;border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid var(--rt-border-light,#e2e8f0);box-shadow:0 4px 14px rgba(0,0,0,0.05);position:relative}.rt-about-avatar{width:100%;height:100%;object-fit:cover;display:block}.rt-about-avatar-placeholder{width:100%;height:100%}.rt-about-content-col{display:flex;flex-direction:column;min-width:0}.rt-about-greeting{font-family:var(--rt-font-script,"Caveat",cursive);font-size:1.45rem;color:var(--rt-color-primary,#2d8653);font-weight:600;display:inline-block;line-height:1.1;margin-bottom:2px}.rt-about-title{font-family:var(--rt-font-serif,"Playfair Display",Georgia,serif);font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:800;color:var(--rt-text-heading,#0f172a);margin:2px 0 10px;line-height:1.2}.rt-about-bio{font-size:0.96rem;line-height:1.65;color:var(--rt-text-body,#334155);margin-bottom:18px}.rt-about-bio p{margin:0 0 10px}.rt-about-bio p:last-child{margin-bottom:0}.rt-about-stats{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.rt-about-stat-item{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid var(--rt-border-light,#e2e8f0);border-radius:8px;padding:6px 12px;transition:all 0.2s ease}.rt-about-stat-item:hover{background:#ffffff;border-color:var(--rt-color-primary,#2d8653);box-shadow:0 2px 8px rgba(45,134,83,0.08)}.rt-about-stat-icon{color:var(--rt-color-primary,#2d8653);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rt-about-stat-text{display:inline-flex;align-items:baseline;gap:4px}.rt-about-stat-val{font-size:0.94rem;font-weight:800;color:var(--rt-text-heading,#0f172a)}.rt-about-stat-lbl{font-size:0.76rem;color:var(--rt-text-muted,#64748b);font-weight:600}.rt-about-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.rt-about-cta-btn{font-size:0.88rem;font-weight:700;padding:9px 22px;border-radius:6px;background:var(--rt-color-primary,#2d8653);color:#ffffff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(45,134,83,0.2)}.rt-about-cta-btn:hover{background:#246d43;color:#ffffff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,134,83,0.3)}.rt-about-socials-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.rt-about-socials-row .rt-social-icon-btn{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;background:#f8fafc;border:1px solid var(--rt-border-light,#e2e8f0);color:#475569;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.2s ease}.rt-about-socials-row .rt-social-icon-btn svg,.rt-about-socials-row .rt-social-icon-btn img.rt-social-custom-icon{width:16px;height:16px;max-width:16px;max-height:16px;object-fit:contain;display:block;fill:currentColor;transition:transform 0.2s ease}.rt-about-socials-row .rt-social-icon-btn:hover{background:var(--rt-color-primary,#2d8653);color:#ffffff;border-color:var(--rt-color-primary,#2d8653);transform:translateY(-2px);box-shadow:0 4px 10px rgba(45,134,83,0.25)}.rt-about-socials-row .rt-social-icon-btn:focus-visible{outline:2px solid var(--rt-color-primary,#2d8653);outline-offset:2px}@media (max-width:860px){.rt-about-inner-grid,.rt-about-layout-image_right .rt-about-inner-grid{grid-template-columns:1fr;gap:24px;text-align:center}.rt-about-layout-image_right .rt-about-avatar-wrap{order:1}.rt-about-layout-image_right .rt-about-content-col{order:2}.rt-about-avatar-wrap{max-width:200px;margin:0 auto}.rt-about-stats{justify-content:center}.rt-about-actions{justify-content:center}}@media (max-width:480px){.rt-about-me-component{padding:20px 16px;border-radius:12px}.rt-about-avatar-wrap{max-width:170px}.rt-about-stats{flex-direction:column;align-items:stretch}.rt-about-stat-item{justify-content:center}.rt-about-actions{flex-direction:column;width:100%}.rt-about-cta-btn{width:100%}}.rt-trending-list,.rt-trending-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;gap:14px 10px;width:100%;box-sizing:border-box}.rt-trending-item{display:flex;flex-direction:column;min-width:0;width:100%;position:relative;transition:transform 0.2s ease,box-shadow 0.2s ease;border-bottom:none;padding:0;box-sizing:border-box}.rt-trending-item:hover{transform:translateY(-2px)}.rt-trending-thumb{width:100%;aspect-ratio:4 / 3;border-radius:var(--rt-radius-sm,6px);overflow:hidden;position:relative;background:var(--rt-bg-subtle,#f8fafc);margin-bottom:6px;flex-shrink:0;border:1px solid var(--rt-border-light,#e2e8f0)}.rt-trending-thumb a{display:block;width:100%;height:100%;position:relative}.rt-trending-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.rt-trending-item:hover .rt-trending-thumb img{transform:scale(1.06)}.rt-trending-rank{position:absolute;top:5px;left:5px;width:20px;height:20px;border-radius:4px;background:var(--rt-color-primary,#2d8653);color:#ffffff;font-weight:800;font-size:0.7rem;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 1px 4px rgba(0,0,0,0.2)}.rt-trending-info{display:flex;flex-direction:column;flex-grow:1;width:100%;min-width:0}.rt-trending-title{font-size:0.78rem;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-weight:600;line-height:1.25;margin:0 0 4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.rt-trending-title a{color:var(--rt-text-heading,#1e293b);text-decoration:none;transition:color 0.15s ease}.rt-trending-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-trending-meta{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:0.72rem;color:var(--rt-text-muted,#64748b);margin-top:auto}:root{--rt-amazon-gold:#FFD814;--rt-amazon-gold-hover:#F7CA00;--rt-amazon-gold-active:#F0B800;--rt-amazon-gold-border:#FCD200;--rt-amazon-gold-border-hover:#F2C200;--rt-amazon-dark:#0F1111;--rt-amazon-orange:#FF9900;--rt-amazon-navy:#131921}.rt-amazon-cta,.rt-equipment-card-cta--amazon,.rt-in-feed-btn.rt-amazon-cta,.rt-deal-btn.rt-amazon-cta,.rt-affiliate-btn.rt-amazon-cta,.rt-amazon-buy-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:var(--rt-amazon-gold,#FFD814);background:linear-gradient(180deg,#FFE14D 0%,#FFD814 100%);border:1px solid var(--rt-amazon-gold-border,#FCD200);border-radius:6px;color:var(--rt-amazon-dark,#0F1111) !important;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:0.78rem;font-weight:700;line-height:1.2;padding:6px 12px;text-decoration:none !important;text-align:center;cursor:pointer;box-shadow:0 1px 2px rgba(15,17,17,0.12),inset 0 -1px 0 rgba(0,0,0,0.08);transition:all 0.18s cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;white-space:nowrap;-webkit-tap-highlight-color:transparent;user-select:none}.rt-amazon-cta:hover,.rt-equipment-card-cta--amazon:hover,.rt-in-feed-btn.rt-amazon-cta:hover,.rt-deal-btn.rt-amazon-cta:hover,.rt-affiliate-btn.rt-amazon-cta:hover,.rt-amazon-buy-btn:hover{background:var(--rt-amazon-gold-hover,#F7CA00);background:linear-gradient(180deg,#FFD814 0%,#F7CA00 100%);border-color:var(--rt-amazon-gold-border-hover,#F2C200);color:var(--rt-amazon-dark,#0F1111) !important;box-shadow:0 2px 5px rgba(15,17,17,0.18);transform:translateY(-1px)}.rt-amazon-cta:active,.rt-equipment-card-cta--amazon:active,.rt-amazon-buy-btn:active{background:var(--rt-amazon-gold-active,#F0B800);border-color:#E0A800;box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);transform:translateY(0)}.rt-amazon-cta:focus-visible,.rt-equipment-card-cta--amazon:focus-visible,.rt-amazon-buy-btn:focus-visible{outline:2px solid #008296;outline-offset:2px}.rt-amazon-icon,.rt-equipment-amazon-icon{width:12px;height:12px;min-width:12px;min-height:12px;fill:currentColor;display:inline-block;vertical-align:middle;flex-shrink:0}.rt-amazon-arrow,.rt-equipment-cta-arrow,.rt-btn-arrow{font-size:0.82rem;line-height:1;display:inline-block;transition:transform 0.18s ease;flex-shrink:0}.rt-amazon-cta:hover .rt-amazon-arrow,.rt-equipment-card-cta:hover .rt-equipment-cta-arrow,.rt-amazon-buy-btn:hover .rt-btn-arrow{transform:translateX(2px) translateY(-1px)}.rt-amazon-cta--sm,.rt-amazon-cta--compact{font-size:0.72rem;padding:5px 8px;border-radius:5px}.rt-amazon-cta--lg{font-size:0.92rem;padding:10px 20px;border-radius:8px}.rt-amazon-cta--block,.rt-amazon-cta--full{width:100%}.rt-amazon-badge,.rt-in-feed-merchant-tag.rt-amazon-badge{display:inline-flex;align-items:center;gap:3px;background:var(--rt-amazon-navy,#131921);color:#ffffff !important;font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:0.64rem;font-weight:800;letter-spacing:0.6px;text-transform:uppercase;padding:2px 6px;border-radius:4px;line-height:1.2;box-shadow:0 1px 2px rgba(0,0,0,0.12);z-index:2}.rt-amazon-badge::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--rt-amazon-orange,#FF9900)}.rt-amazon-disclosure,.rt-in-feed-disclosure,.rt-cat-affiliate-disclosure,.rt-deal-disclosure{display:flex;align-items:center;gap:6px;font-size:0.72rem;color:#94a3b8;line-height:1.4}.rt-in-feed-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%;box-sizing:border-box}@media (max-width:768px){.rt-in-feed-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;width:100% !important;box-sizing:border-box !important}.rt-in-feed-card{display:flex !important;flex-direction:column !important;justify-content:space-between !important;height:100% !important;padding:8px !important;border-radius:8px !important;box-sizing:border-box !important;background:#ffffff !important}.rt-in-feed-card--desktop-only{display:none !important}.rt-in-feed-media{width:100% !important;aspect-ratio:1 / 1 !important;max-height:130px !important;margin-bottom:8px !important;background:#f8fafc !important;border-radius:6px !important;padding:6px !important;box-sizing:border-box !important}.rt-in-feed-thumb{width:100% !important;height:100% !important;object-fit:contain !important}.rt-in-feed-product-title{font-size:0.78rem !important;font-weight:600 !important;line-height:1.3 !important;margin:0 0 6px 0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;word-break:break-word !important;overflow-wrap:anywhere !important;min-height:2.6em !important}.rt-in-feed-footer-row{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:6px !important;margin-top:auto !important;padding-top:6px !important;border-top:1px solid #f1f5f9 !important}.rt-in-feed-price-wrap{display:flex !important;flex-direction:row !important;align-items:baseline !important;gap:5px !important}.rt-in-feed-price{font-size:0.88rem !important;font-weight:800 !important}.rt-in-feed-prev-price{font-size:0.70rem !important}.rt-in-feed-btn.rt-amazon-cta{width:100% !important;min-height:32px !important;padding:6px 8px !important;font-size:0.72rem !important;font-weight:700 !important;justify-content:center !important;text-align:center !important;border-radius:6px !important;box-sizing:border-box !important;display:inline-flex !important}.rt-in-feed-affiliate-inner{padding:16px 14px !important;border-radius:12px !important}.rt-in-feed-header{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:8px !important;margin-bottom:14px !important}.rt-in-feed-header-left{width:100% !important;flex:none !important}.rt-in-feed-pill{font-size:0.68rem !important;font-weight:800 !important;letter-spacing:0.5px !important;padding:3px 8px !important;border-radius:4px !important;margin-bottom:5px !important;display:inline-flex !important;align-items:center !important;gap:4px !important}.rt-in-feed-pill svg{width:11px !important;height:11px !important;flex-shrink:0 !important}.rt-in-feed-title{font-size:1.15rem !important;font-weight:800 !important;line-height:1.28 !important;color:#1e293b !important;margin:0 0 4px 0 !important;word-break:break-word !important}.rt-in-feed-subtitle{font-size:0.84rem !important;color:#64748b !important;line-height:1.45 !important;margin:0 !important;width:100% !important;display:block !important}.rt-in-feed-header-right{width:100% !important;display:flex !important;justify-content:flex-start !important;margin-top:2px !important}.rt-in-feed-shop-link{font-size:0.82rem !important;font-weight:700 !important;color:#2d8653 !important;display:inline-flex !important;align-items:center !important;gap:4px !important;text-decoration:none !important;padding:2px 0 !important}.rt-shop-kitchen-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;width:100% !important;box-sizing:border-box !important}.rt-affiliate-grid-card{display:flex !important;flex-direction:column !important;justify-content:space-between !important;height:100% !important;padding:8px !important;border-radius:8px !important;box-sizing:border-box !important;background:#ffffff !important}.rt-affiliate-thumb-wrap{width:100% !important;aspect-ratio:1 / 1 !important;max-height:130px !important;margin-bottom:8px !important;background:#f8fafc !important;border-radius:6px !important;padding:4px !important;box-sizing:border-box !important}.rt-affiliate-thumb{width:100% !important;height:100% !important;object-fit:contain !important}.rt-affiliate-title{font-size:0.78rem !important;font-weight:600 !important;line-height:1.3 !important;margin:0 0 6px 0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;word-break:break-word !important;overflow-wrap:anywhere !important;min-height:2.6em !important}.rt-affiliate-cta-wrap{width:100% !important;margin-top:auto !important;padding-top:6px !important}.rt-affiliate-cta-wrap .rt-amazon-cta{width:100% !important;min-height:32px !important;padding:6px 8px !important;font-size:0.72rem !important;font-weight:700 !important;justify-content:center !important;text-align:center !important;border-radius:6px !important;box-sizing:border-box !important;display:inline-flex !important}.rt-deals-grid-2,.rt-deals-list{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;width:100% !important;box-sizing:border-box !important}.rt-deal-item{display:flex !important;flex-direction:column !important;justify-content:space-between !important;height:100% !important;padding:8px !important;background:#ffffff !important;border:1px solid var(--rt-border-light,#e2e8f0) !important;border-radius:8px !important;box-sizing:border-box !important}.rt-deal-thumb{width:100% !important;aspect-ratio:1 / 1 !important;max-height:120px !important;margin-bottom:6px !important;background:#f8fafc !important;border-radius:6px !important;padding:4px !important;box-sizing:border-box !important}.rt-deal-thumb img{width:100% !important;height:100% !important;object-fit:contain !important}.rt-deal-title{font-size:0.78rem !important;font-weight:600 !important;line-height:1.3 !important;margin:0 0 4px 0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;word-break:break-word !important;overflow-wrap:anywhere !important;min-height:2.6em !important}.rt-deal-action{width:100% !important;margin-top:auto !important;padding-top:6px !important}.rt-deal-action .rt-amazon-cta{width:100% !important;min-height:32px !important;padding:6px 8px !important;font-size:0.72rem !important;font-weight:700 !important;justify-content:center !important;text-align:center !important;border-radius:6px !important;box-sizing:border-box !important;display:inline-flex !important}.rt-equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;width:100% !important;box-sizing:border-box !important}.rt-equipment-card{display:flex !important;flex-direction:column !important;justify-content:space-between !important;height:100% !important;border-radius:8px !important;box-sizing:border-box !important}.rt-equipment-card-media{width:100% !important;aspect-ratio:1 / 1 !important;max-height:120px !important;padding:6px !important;box-sizing:border-box !important}.rt-equipment-card-img{width:100% !important;height:100% !important;object-fit:contain !important}.rt-equipment-card-title{font-size:0.78rem !important;font-weight:600 !important;line-height:1.3 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;word-break:break-word !important;overflow-wrap:anywhere !important;min-height:2.6em !important}.rt-equipment-card-cta{width:100% !important;min-height:32px !important;padding:6px 8px !important;font-size:0.72rem !important;font-weight:700 !important;justify-content:center !important;text-align:center !important;border-radius:6px !important;box-sizing:border-box !important;display:inline-flex !important}}@media (max-width:480px){.rt-in-feed-affiliate-inner{padding:14px 12px !important;border-radius:10px !important}.rt-in-feed-header{gap:6px !important;margin-bottom:12px !important}.rt-in-feed-pill{font-size:0.65rem !important;padding:2px 6px !important;margin-bottom:4px !important}.rt-in-feed-title{font-size:1.08rem !important;line-height:1.25 !important}.rt-in-feed-subtitle{font-size:0.80rem !important;line-height:1.4 !important}.rt-in-feed-shop-link{font-size:0.80rem !important}.rt-in-feed-product-grid,.rt-shop-kitchen-grid,.rt-deals-grid-2,.rt-deals-list,.rt-equipment-grid{gap:8px !important}.rt-in-feed-card,.rt-affiliate-grid-card,.rt-deal-item,.rt-equipment-card{padding:6px !important}.rt-in-feed-media,.rt-affiliate-thumb-wrap,.rt-deal-thumb,.rt-equipment-card-media{max-height:110px !important}.rt-in-feed-product-title,.rt-affiliate-title,.rt-deal-title,.rt-equipment-card-title{font-size:0.74rem !important;line-height:1.25 !important;min-height:2.5em !important}.rt-in-feed-price,.rt-affiliate-price,.rt-deal-price{font-size:0.82rem !important}.rt-amazon-cta,.rt-in-feed-btn,.rt-affiliate-btn,.rt-deal-btn,.rt-equipment-card-cta{min-height:30px !important;font-size:0.68rem !important;padding:5px 6px !important}}@media (max-width:360px){.rt-in-feed-affiliate-inner{padding:12px 10px !important}.rt-in-feed-title{font-size:1.02rem !important}.rt-in-feed-subtitle{font-size:0.76rem !important}.rt-in-feed-shop-link{font-size:0.76rem !important}.rt-in-feed-product-grid,.rt-shop-kitchen-grid,.rt-deals-grid-2,.rt-deals-list,.rt-equipment-grid{gap:6px !important}.rt-in-feed-card,.rt-affiliate-grid-card,.rt-deal-item,.rt-equipment-card{padding:5px !important}.rt-in-feed-media,.rt-affiliate-thumb-wrap,.rt-deal-thumb,.rt-equipment-card-media{max-height:95px !important}.rt-in-feed-product-title,.rt-affiliate-title,.rt-deal-title,.rt-equipment-card-title{font-size:0.70rem !important;line-height:1.2 !important;min-height:2.4em !important}.rt-amazon-cta,.rt-in-feed-btn,.rt-affiliate-btn,.rt-deal-btn,.rt-equipment-card-cta{font-size:0.65rem !important;padding:4px 4px !important;min-height:28px !important}}@media (max-width:600px){.rt-footer-newsletter-section{width:100%;max-width:100%;box-sizing:border-box;padding:18px 16px;margin-bottom:20px;border-radius:12px;gap:14px;box-shadow:0 1px 3px rgba(0,0,0,0.04)}.rt-footer-nl-title{font-size:1.18rem;line-height:1.3;margin:0 0 6px;word-break:normal;overflow-wrap:break-word;letter-spacing:-0.2px}.rt-footer-nl-desc{font-size:0.82rem;line-height:1.4;color:#64748b;margin:0}.rt-footer-nl-form-row{flex-direction:column;align-items:stretch;gap:8px;width:100%;box-sizing:border-box}.rt-footer-nl-form-row .rt-newsletter-input{width:100% !important;min-height:44px !important;height:44px !important;padding:0 14px !important;font-size:16px !important;border-radius:8px !important;box-sizing:border-box !important}.rt-footer-nl-form-row .rt-btn{width:100% !important;min-height:44px !important;height:46px !important;justify-content:center !important;text-align:center !important;font-size:0.90rem !important;font-weight:700 !important;border-radius:8px !important;box-sizing:border-box !important}.rt-form-consent{margin-top:10px;width:100%}.rt-consent-label{display:flex !important;align-items:flex-start !important;gap:8px !important;font-size:0.74rem !important;line-height:1.38 !important}.rt-consent-label input[type="checkbox"]{width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;margin-top:2px !important}}@media (max-width:380px){.rt-footer-newsletter-section{padding:15px 12px;border-radius:10px;gap:12px}.rt-footer-nl-title{font-size:1.10rem;line-height:1.28}.rt-footer-nl-desc{font-size:0.78rem;line-height:1.35}.rt-footer-nl-form-row .rt-btn{height:44px !important;font-size:0.86rem !important}.rt-consent-label{font-size:0.70rem !important;line-height:1.32 !important;gap:6px !important}}.rt-pin-save-btn{position:absolute;bottom:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:68px;height:34px;padding:0 13px 0 11px;background:#E60023;background:linear-gradient(135deg,#E60023 0%,#BD081C 100%);color:#FFFFFF !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:13px;font-weight:700;line-height:1;text-decoration:none !important;border-radius:9999px;box-shadow:0 3px 10px rgba(0,0,0,0.28),0 1px 3px rgba(230,0,35,0.35);z-index:4;opacity:0;transform:translateY(4px) scale(0.95);transition:opacity 0.22s cubic-bezier(0.16,1,0.3,1),transform 0.22s cubic-bezier(0.16,1,0.3,1),background 0.15s ease,box-shadow 0.15s ease;pointer-events:none;cursor:pointer;user-select:none;border:1px solid rgba(255,255,255,0.2);box-sizing:border-box}.rt-pin-save-btn .rt-pin-icon{width:16px;height:16px;min-width:16px;min-height:16px;fill:currentColor;flex-shrink:0;display:block}.rt-pin-save-btn .rt-pin-text{font-size:13px;font-weight:700;letter-spacing:0.2px;line-height:1}.rt-recipe-card:hover .rt-pin-save-btn,.rt-editorial-card:hover .rt-pin-save-btn,.rt-dynamic-card:hover .rt-pin-save-btn,.rt-card-thumb-wrap:hover .rt-pin-save-btn,.rt-editorial-thumb-wrap:hover .rt-pin-save-btn,.rt-card-media-wrap:hover .rt-pin-save-btn,.rt-trending-item:hover .rt-pin-save-btn,.rt-trending-thumb:hover .rt-pin-save-btn,.rt-hero-frame:hover .rt-pin-save-btn,.rt-hero-slide:hover .rt-pin-save-btn,.rt-recipe-hero-img-wrap:hover .rt-pin-save-btn{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.rt-pin-save-btn:hover{background:#BD081C;background:linear-gradient(135deg,#FF0028 0%,#D0001E 100%);color:#FFFFFF !important;transform:translateY(0) scale(1.05);box-shadow:0 5px 16px rgba(0,0,0,0.35),0 2px 6px rgba(230,0,35,0.5)}.rt-pin-save-btn:active{transform:translateY(0) scale(0.98)}.rt-pin-save-btn:focus,.rt-pin-save-btn:focus-visible{opacity:1 !important;transform:translateY(0) scale(1) !important;pointer-events:auto !important;outline:2px solid #FFFFFF !important;outline-offset:2px;box-shadow:0 0 0 4px rgba(230,0,35,0.6) !important}.rt-recipe-hero-img-wrap{position:relative}.rt-pin-save-btn--single{bottom:18px;right:18px;min-width:78px;height:38px;padding:0 16px 0 13px;font-size:14px;gap:7px;box-shadow:0 4px 14px rgba(0,0,0,0.32)}.rt-pin-save-btn--single .rt-pin-icon{width:18px;height:18px;min-width:18px;min-height:18px}.rt-pin-save-btn--single .rt-pin-text{font-size:14px}.rt-pin-save-btn--hero{top:16px;left:16px;bottom:auto;right:auto;min-width:70px;height:34px;padding:0 14px 0 12px;font-size:13px;gap:6px}.rt-pin-save-btn--hero .rt-pin-icon{width:16px;height:16px;min-width:16px;min-height:16px}.rt-pin-save-btn--compact{bottom:6px;right:6px;min-width:48px;height:26px;padding:0 8px 0 6px;font-size:11px;gap:4px}.rt-pin-save-btn--compact .rt-pin-icon{width:12px;height:12px;min-width:12px;min-height:12px}.rt-pin-save-btn--compact .rt-pin-text{font-size:11px}@media (max-width:768px),(hover:none){.rt-pin-save-btn{opacity:0.96;transform:translateY(0) scale(1);pointer-events:auto;bottom:8px;right:8px;min-width:62px;height:31px;padding:0 11px 0 9px;font-size:12px;gap:5px;box-shadow:0 2px 6px rgba(0,0,0,0.25)}.rt-pin-save-btn .rt-pin-icon{width:14px;height:14px;min-width:14px;min-height:14px}.rt-pin-save-btn .rt-pin-text{font-size:12px}.rt-pin-save-btn--single{bottom:14px;right:14px;min-width:72px;height:34px;padding:0 13px 0 11px;font-size:13px}.rt-pin-save-btn--single .rt-pin-icon{width:16px;height:16px}}@media (max-width:480px){.rt-pin-save-btn{bottom:6px;right:6px;min-width:58px;height:29px;padding:0 9px 0 8px;font-size:11.5px;gap:4px}.rt-pin-save-btn .rt-pin-icon{width:13px;height:13px;min-width:13px;min-height:13px}.rt-pin-save-btn .rt-pin-text{font-size:11.5px}.rt-pin-save-btn--compact .rt-pin-text{display:inline}}.rt-roundup-article{max-width:100%}.rt-badge-roundup,.rt-badge-listicle{background:#fef9c3;color:#854d0e}.rt-roundup-toc-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;margin:24px 0 32px 0}.rt-roundup-toc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px 16px;margin-top:12px}.rt-roundup-toc-item{display:inline-flex;align-items:center;gap:8px;font-size:0.88rem;font-weight:600;color:#1e293b;text-decoration:none;transition:color 0.15s ease,transform 0.15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rt-roundup-toc-item:hover{color:#2d8653;transform:translateX(2px)}.rt-roundup-toc-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#e2e8f0;color:#0f172a;border-radius:50%;font-size:0.72rem;font-weight:800;flex-shrink:0}.rt-roundup-toc-item:hover .rt-roundup-toc-num{background:#2d8653;color:#ffffff}.rt-roundup-cards-container{margin:32px 0}.rt-roundup-cards-list{display:flex;flex-direction:column;gap:28px}.rt-roundup-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;margin:28px 0;width:100%;box-sizing:border-box}.rt-roundup-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px rgba(0,0,0,0.06)}.rt-roundup-card-inner{display:flex;flex-direction:row;align-items:stretch;width:100%;box-sizing:border-box}.rt-roundup-media{position:relative;width:280px;min-width:280px;max-width:280px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}.rt-roundup-media-link{display:block;width:100%;height:100%;position:relative;overflow:hidden}.rt-roundup-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s cubic-bezier(0.16,1,0.3,1)}.rt-roundup-card:hover .rt-roundup-thumb{transform:scale(1.04)}.rt-roundup-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;background:#f1f5f9;color:#94a3b8}.rt-roundup-badge-number{position:absolute;top:12px;left:12px;background:#0f172a;color:#ffffff;font-size:0.82rem;font-weight:800;padding:4px 10px;border-radius:9999px;letter-spacing:0.4px;box-shadow:0 2px 8px rgba(0,0,0,0.25);z-index:2}.rt-roundup-content{display:flex;flex-direction:column;padding:24px;flex:1;min-width:0;box-sizing:border-box}.rt-roundup-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.rt-roundup-category{font-size:0.74rem;font-weight:800;text-transform:uppercase;letter-spacing:0.6px;color:#2d8653;background:#eef7f2;padding:3px 8px;border-radius:4px}.rt-roundup-rating{display:inline-flex;align-items:center;gap:4px;font-size:0.82rem}.rt-roundup-rating-val{font-weight:700;color:#0f172a}.rt-roundup-rating-count{color:#64748b;font-size:0.76rem}.rt-roundup-title{font-size:1.32rem;font-weight:800;line-height:1.3;margin:0 0 10px 0;color:#0f172a}.rt-roundup-title a{color:inherit;text-decoration:none;transition:color 0.15s ease}.rt-roundup-title a:hover{color:#2d8653}.rt-roundup-meta-pills{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.rt-roundup-pill{display:inline-flex;align-items:center;gap:5px;font-size:0.78rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:4px 9px;border-radius:6px}.rt-roundup-pill-diff{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b;font-weight:700}.rt-roundup-excerpt{font-size:0.92rem;line-height:1.55;color:#475569;margin:0 0 18px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rt-roundup-actions{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid #f1f5f9;flex-wrap:wrap}.rt-roundup-view-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:0.84rem;font-weight:800;letter-spacing:0.4px;text-transform:uppercase;padding:9px 18px;border-radius:8px;background:#2d8653;color:#ffffff !important;text-decoration:none !important;transition:all 0.18s ease;box-shadow:0 2px 6px rgba(45,134,83,0.2)}.rt-roundup-view-btn:hover{background:#236c42;transform:translateY(-1px);box-shadow:0 4px 10px rgba(45,134,83,0.3);color:#ffffff !important}.rt-roundup-view-btn svg{transition:transform 0.18s ease}.rt-roundup-view-btn:hover svg{transform:translateX(3px)}.rt-roundup-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:0.82rem;font-weight:700;padding:8px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#ffffff;color:#334155;cursor:pointer;transition:all 0.18s ease}.rt-roundup-save-btn:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.rt-roundup-save-btn.is-active{background:#ef4444 !important;border-color:#ef4444 !important;color:#ffffff !important}.rt-roundup-save-btn.is-active svg{fill:#ffffff !important}.rt-roundup-card:hover .rt-pin-save-btn{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media (max-width:768px){.rt-roundup-card-inner{flex-direction:column}.rt-roundup-media{width:100%;min-width:100%;max-width:100%;aspect-ratio:16 / 9;min-height:auto}.rt-roundup-content{padding:18px 16px}.rt-roundup-title{font-size:1.18rem}.rt-roundup-excerpt{font-size:0.88rem;margin-bottom:14px;-webkit-line-clamp:4}.rt-roundup-actions{display:flex;flex-direction:row;gap:8px;width:100%}.rt-roundup-view-btn{flex:1;min-height:42px;padding:9px 12px;font-size:0.80rem;justify-content:center}.rt-roundup-save-btn{min-height:42px;padding:9px 14px;font-size:0.80rem}}@media (max-width:480px){.rt-roundup-card{border-radius:12px;margin:20px 0}.rt-roundup-media{aspect-ratio:3 / 2}.rt-roundup-content{padding:14px 12px}.rt-roundup-title{font-size:1.08rem;line-height:1.28;margin-bottom:8px}.rt-roundup-meta-pills{gap:5px;margin-bottom:10px}.rt-roundup-pill{font-size:0.72rem;padding:3px 7px}.rt-roundup-excerpt{font-size:0.84rem;line-height:1.45}.rt-roundup-actions{flex-direction:row;gap:6px}.rt-roundup-view-btn{min-height:40px;font-size:0.76rem;padding:8px 10px}.rt-roundup-save-btn{min-height:40px;font-size:0.76rem;padding:8px 10px}}@media (max-width:360px){.rt-roundup-actions{flex-direction:column;gap:8px}.rt-roundup-view-btn,.rt-roundup-save-btn{width:100%}}.rt-card-action-btn,.rt-card-read-more-btn{font-size:0.78rem;font-weight:700;color:#2d8653;text-decoration:none !important;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;background:#f0fdf4;border:1px solid #dcfce7;transition:all 0.16s ease;line-height:1.25;box-sizing:border-box;margin-left:auto}.rt-card-action-btn:hover,.rt-card-read-more-btn:hover{background:#2d8653;color:#ffffff !important;border-color:#2d8653;text-decoration:none !important}.rt-card-action-btn svg,.rt-card-read-more-btn svg{transition:transform 0.16s ease;stroke:currentColor}.rt-card-action-btn:hover svg,.rt-card-read-more-btn:hover svg{transform:translateX(2px)}@media (max-width:480px){.rt-card-action-btn,.rt-card-read-more-btn{font-size:0.74rem;padding:4px 8px;min-height:28px}}.rt-rating-picker-wrap{margin-bottom:20px !important;background:#ffffff !important;border:1.5px solid #e2e8f0 !important;border-radius:12px !important;padding:14px 18px !important;display:block !important;box-sizing:border-box !important;width:100% !important;box-shadow:0 1px 3px rgba(0,0,0,0.03) !important;transition:border-color 0.2s ease,box-shadow 0.2s ease !important}.rt-rating-picker-wrap:hover,.rt-rating-picker-wrap:focus-within{border-color:#2d8653 !important;box-shadow:0 2px 8px rgba(45,134,83,0.08) !important}.rt-rating-picker-header{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;flex-wrap:wrap !important;margin-bottom:12px !important;width:100% !important}.rt-rating-picker-label{display:inline-flex !important;align-items:center !important;gap:6px !important;font-size:0.95rem !important;font-weight:700 !important;color:#1e293b !important;margin-bottom:0 !important;line-height:1.2 !important}.rt-rating-header-star{color:#f59e0b !important;flex-shrink:0 !important}.rt-rating-picker-label .required{color:#ef4444 !important;font-weight:700 !important}.rt-star-rating-control{display:flex !important;flex-direction:row-reverse !important;justify-content:flex-end !important;align-items:center !important;gap:10px !important;width:100% !important;margin:0 !important;padding:2px 0 !important;flex-wrap:nowrap !important}.rt-star-radio,.rt-star-rating-control input[type="radio"].rt-star-radio,.rt-rating-picker-wrap input[type="radio"]{position:absolute !important;opacity:0 !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;border:0 !important;pointer-events:none !important;appearance:none !important;-webkit-appearance:none !important;display:none !important}.rt-star-label{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;min-width:42px !important;min-height:42px !important;padding:4px !important;margin:0 !important;color:#cbd5e1 !important;cursor:pointer !important;border-radius:8px !important;user-select:none !important;-webkit-tap-highlight-color:transparent !important;transition:color 0.15s cubic-bezier(0.4,0,0.2,1),transform 0.15s cubic-bezier(0.4,0,0.2,1) !important;line-height:1 !important}.rt-star-svg{width:32px !important;height:32px !important;fill:currentColor !important;stroke:currentColor !important;stroke-width:1px !important;transition:transform 0.15s ease !important}.rt-star-label:hover{transform:scale(1.15) !important;color:#f59e0b !important}.rt-star-label:active{transform:scale(0.95) !important}.rt-star-radio:checked~.rt-star-label,.rt-star-label:hover~.rt-star-label,.rt-star-label:hover,.rt-star-label.is-hovered,.rt-star-label.is-selected{color:#f59e0b !important}.rt-star-radio:focus-visible+.rt-star-label{outline:2px solid #2d8653 !important;outline-offset:2px !important}.rt-rating-status-hint{display:inline-flex !important;align-items:center !important;font-size:0.8125rem !important;font-weight:600 !important;color:#475569 !important;background:#f1f5f9 !important;border:1px solid #e2e8f0 !important;padding:3px 12px !important;border-radius:9999px !important;white-space:nowrap !important;transition:all 0.2s ease !important;line-height:1.4 !important}.rt-rating-status-hint.is-rated{background:#fef3c7 !important;color:#92400e !important;border-color:#fde68a !important;font-weight:700 !important;box-shadow:0 1px 3px rgba(245,158,11,0.15) !important}.rt-guides-directory-page,.rt-single-guide-container{margin-top:16px;margin-bottom:60px}@media (max-width:640px){.rt-guides-directory-page,.rt-single-guide-container{margin-top:10px;margin-bottom:36px}}.rt-editorial-prose{font-size:clamp(0.95rem,1.5vw,1.05rem);line-height:1.72;color:var(--rt-text-body,#334155);overflow-wrap:break-word;word-wrap:break-word;max-width:100%}.rt-editorial-prose p{margin-bottom:18px;line-height:1.72}.rt-editorial-prose h2{font-family:var(--rt-font-serif,Georgia,serif);font-size:clamp(1.30rem,3.2vw,1.80rem);font-weight:800;color:var(--rt-text-heading,#0f172a);margin:36px 0 14px 0;line-height:1.25}.rt-editorial-prose h3{font-family:var(--rt-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:clamp(1.12rem,2.6vw,1.42rem);font-weight:700;color:var(--rt-text-heading,#0f172a);margin:26px 0 10px 0;line-height:1.3}.rt-editorial-prose h4{font-size:1.05rem;font-weight:700;color:#1e293b;margin:18px 0 8px 0}.rt-editorial-prose ul,.rt-editorial-prose ol{padding-left:24px;margin:0 0 18px 0}@media (max-width:640px){.rt-editorial-prose ul,.rt-editorial-prose ol{padding-left:20px}}.rt-editorial-prose li{margin-bottom:7px;font-size:clamp(0.92rem,1.5vw,1.02rem);line-height:1.65}.rt-editorial-prose blockquote{border-left:4px solid var(--rt-color-primary,#2d8653);background:#f8fafc;padding:14px 18px;border-radius:0 8px 8px 0;margin:22px 0;font-style:italic;font-size:1.02rem;line-height:1.6;color:#334155}@media (max-width:640px){.rt-editorial-prose blockquote{padding:12px 14px;font-size:0.95rem;margin:18px 0}}.rt-editorial-prose table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px}.rt-editorial-prose th{background:#f1f5f9;font-weight:700;color:#0f172a;padding:11px 14px;text-align:left;border-bottom:2px solid #cbd5e1;white-space:nowrap;font-size:0.85rem}.rt-editorial-prose td{padding:11px 14px;border-bottom:1px solid #f1f5f9;color:#334155;font-size:0.88rem;vertical-align:top}.rt-editorial-prose tr:nth-child(even){background:#f8fafc}.rt-editorial-prose img{max-width:100%;height:auto;border-radius:8px;display:block}.rt-editorial-prose figure,.rt-editorial-prose .wp-block-image{max-width:100%;margin:20px auto}@media (max-width:768px){.rt-editorial-prose .alignleft,.rt-editorial-prose .alignright{float:none !important;margin:16px auto !important;width:100% !important;max-width:100% !important}}.rt-editorial-prose figcaption,.rt-editorial-prose .wp-caption-text{font-size:0.80rem;color:#64748b;text-align:center;margin-top:6px;font-style:italic}.rt-editorial-prose pre{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#0f172a;color:#f8fafc;padding:14px 16px;border-radius:8px;font-size:0.85rem;line-height:1.5;margin:20px 0}.rt-editorial-prose code{background:#f1f5f9;color:#0f172a;padding:2px 6px;border-radius:4px;font-size:0.88em;word-break:break-word}.rt-editorial-prose iframe,.rt-editorial-prose video,.rt-editorial-prose embed,.rt-editorial-prose .wp-block-embed{max-width:100%;border-radius:8px}.rt-guide-toc-box{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid var(--rt-color-primary,#2d8653);border-radius:0 10px 10px 0;padding:16px 20px;margin:22px 0 28px 0}.rt-guide-toc-title{font-size:0.92rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px;margin-bottom:12px}.rt-guide-toc-title svg{stroke:var(--rt-color-primary,#2d8653);flex-shrink:0}.rt-guide-toc-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 14px}@media (max-width:640px){.rt-guide-toc-box{padding:14px 16px}.rt-guide-toc-list{grid-template-columns:1fr;gap:6px}}.rt-guide-toc-item{display:inline-flex;align-items:center;gap:6px;font-size:0.86rem;font-weight:600;color:#334155;text-decoration:none;padding:4px 0;transition:color 0.15s ease}.rt-guide-toc-item:hover{color:var(--rt-color-primary,#2d8653);text-decoration:underline}.rt-roundup-toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px 10px;margin-top:10px}@media (max-width:640px){.rt-roundup-toc-grid{grid-template-columns:1fr}}.rt-roundup-toc-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;text-decoration:none;color:#1e293b;font-size:0.82rem;font-weight:600;transition:all 0.15s ease}.rt-roundup-toc-item:hover{border-color:var(--rt-color-primary,#2d8653);background:#f0fdf4;color:var(--rt-color-primary,#2d8653)}.rt-roundup-toc-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--rt-color-primary,#2d8653);color:#ffffff;border-radius:50%;font-size:0.72rem;font-weight:700;flex-shrink:0}.rt-guide-parent-banner{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:16px;flex-wrap:wrap;max-width:100%}.rt-parent-guide-label{font-size:0.74rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#166534}.rt-parent-guide-link{font-size:0.84rem;font-weight:700;color:var(--rt-color-primary,#2d8653);text-decoration:none;word-break:break-word}.rt-parent-guide-link:hover{text-decoration:underline}.rt-cluster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:16px;align-items:stretch}@media (max-width:768px){.rt-cluster-grid{grid-template-columns:1fr;gap:14px}}.rt-cluster-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.2s ease;box-shadow:0 1px 3px rgba(0,0,0,0.03)}.rt-cluster-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.06);border-color:rgba(45,134,83,0.3)}.rt-cluster-thumb-wrap{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--rt-bg-subtle,#f8fafc);display:block}.rt-cluster-thumb{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.rt-cluster-card:hover .rt-cluster-thumb{transform:scale(1.03)}.rt-cluster-badge{position:absolute;top:10px;left:10px;background:rgba(3,105,161,0.90);backdrop-filter:blur(4px);color:#ffffff;font-size:0.68rem;font-weight:800;text-transform:uppercase;letter-spacing:0.5px;padding:3px 8px;border-radius:20px}.rt-cluster-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.rt-cluster-title{font-family:var(--rt-font-serif,Georgia,serif);font-size:1.12rem;font-weight:700;color:var(--rt-text-heading,#0f172a);margin:0 0 6px 0;line-height:1.35}.rt-cluster-title a{color:inherit;text-decoration:none}.rt-cluster-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-cluster-excerpt{font-size:0.86rem;color:var(--rt-text-muted,#64748b);line-height:1.5;margin-bottom:10px}.rt-cluster-subguides{background:#f8fafc;border-radius:8px;padding:8px 10px;margin-bottom:12px;font-size:0.78rem}.rt-subguides-label{font-weight:700;color:#475569;display:block;margin-bottom:4px;text-transform:uppercase;font-size:0.70rem;letter-spacing:0.5px}.rt-subguides-list{list-style:none;padding:0;margin:0}.rt-subguides-list li{margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rt-subguides-list a{color:var(--rt-text-main,#334155);text-decoration:none;font-weight:500}.rt-subguides-list a:hover{color:var(--rt-color-primary,#2d8653);text-decoration:underline}.rt-cluster-footer{margin-top:auto;padding-top:10px;border-top:1px solid #f1f5f9}.rt-cluster-read-btn{font-size:0.84rem;font-weight:700;color:var(--rt-color-primary,#2d8653);text-decoration:none;display:inline-flex;align-items:center;gap:4px}.rt-cluster-read-btn:hover{text-decoration:underline}.rt-supporting-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}@media (max-width:640px){.rt-supporting-cards-grid{grid-template-columns:1fr;gap:10px}}.rt-supporting-card{display:flex;gap:12px;background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:10px;align-items:center;transition:all 0.18s ease}.rt-supporting-card:hover{border-color:rgba(45,134,83,0.3);box-shadow:0 2px 8px rgba(0,0,0,0.04)}.rt-supporting-thumb-wrap{width:72px;height:72px;border-radius:8px;overflow:hidden;flex-shrink:0;display:block}.rt-supporting-thumb{width:100%;height:100%;object-fit:cover}.rt-supporting-info{display:flex;flex-direction:column;min-width:0;flex:1}.rt-supporting-title{font-size:0.88rem;font-weight:700;line-height:1.32;margin:0}.rt-supporting-title a{color:var(--rt-text-heading,#0f172a);text-decoration:none}.rt-supporting-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-supporting-excerpt{font-size:0.78rem;color:var(--rt-text-muted,#64748b);line-height:1.4;margin-top:3px}.rt-pillar-backlink-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:20px 24px;margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}@media (max-width:640px){.rt-pillar-backlink-card{padding:16px 14px;flex-direction:column;align-items:stretch}.rt-pillar-backlink-card .rt-btn{width:100%;text-align:center;justify-content:center}}.rt-backlink-title{font-family:var(--rt-font-serif,Georgia,serif);font-size:1.18rem;font-weight:700;color:var(--rt-text-heading,#0f172a);margin:0 0 4px 0}.rt-backlink-desc{font-size:0.88rem;color:#374151;margin:0}.rt-pillars-directory{display:flex;flex-direction:column;gap:28px}.rt-pillar-directory-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:22px;box-shadow:0 1px 3px rgba(0,0,0,0.03);transition:all 0.2s ease}.rt-pillar-directory-card:hover{border-color:rgba(45,134,83,0.25);box-shadow:0 4px 14px rgba(0,0,0,0.05)}.rt-pillar-card-top{display:flex;gap:22px;align-items:flex-start;margin-bottom:16px}@media (max-width:680px){.rt-pillar-directory-card{padding:14px 12px;border-radius:10px}.rt-pillar-card-top{flex-direction:column;gap:12px;margin-bottom:12px}}.rt-pillar-dir-thumb{position:relative;width:240px;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;flex-shrink:0;display:block}@media (max-width:680px){.rt-pillar-dir-thumb{width:100%;aspect-ratio:16 / 9;max-height:220px;border-radius:8px}}.rt-pillar-thumb-img,.rt-pillar-dir-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.rt-pillar-directory-card:hover .rt-pillar-thumb-img,.rt-pillar-directory-card:hover .rt-pillar-dir-thumb img{transform:scale(1.02)}.rt-dir-pillar-badge{position:absolute;top:10px;left:10px}.rt-pillar-dir-details{display:flex;flex-direction:column;justify-content:space-between;flex:1}.rt-pillar-dir-title{font-family:var(--rt-font-serif,Georgia,serif);font-size:clamp(1.18rem,3.5vw,1.45rem);font-weight:700;line-height:1.28;margin:0 0 8px 0}.rt-pillar-dir-title a{color:var(--rt-text-heading,#0f172a);text-decoration:none}.rt-pillar-dir-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-pillar-dir-excerpt{font-size:clamp(0.85rem,2vw,0.94rem);color:var(--rt-text-muted,#64748b);line-height:1.55;margin:0 0 10px 0}.rt-pillar-dir-actions{margin-top:10px}.rt-pillar-read-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 18px;min-height:38px;font-size:0.84rem;font-weight:700;border-radius:6px}@media (max-width:680px){.rt-pillar-read-btn{width:100%}}.rt-pillar-clusters-sublist{background:#f8fafc;border-radius:8px;padding:12px 14px;border:1px solid #e2e8f0}@media (max-width:480px){.rt-pillar-clusters-sublist{padding:10px 12px}}.rt-sublist-heading{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var(--rt-color-primary,#2d8653);margin:0 0 8px 0}.rt-sublist-chips{display:flex;flex-wrap:wrap;gap:6px 8px}.rt-sublist-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:0.80rem;font-weight:600;background:#ffffff;border:1px solid #cbd5e1;border-radius:6px;color:#1e293b;text-decoration:none;transition:all 0.15s ease}.rt-sublist-chip:hover{border-color:var(--rt-color-primary,#2d8653);background:#f0fdf4;color:var(--rt-color-primary,#2d8653)}.rt-pin-save-btn{position:absolute;bottom:8px !important;right:8px !important;top:auto !important;left:auto !important;display:inline-flex;align-items:center;gap:4px;background:#e60023;color:#ffffff !important;font-size:0.75rem;font-weight:700;padding:4px 10px;min-height:28px;border-radius:9999px;text-decoration:none !important;z-index:5;transition:opacity 0.2s ease,transform 0.2s ease;box-shadow:0 2px 6px rgba(0,0,0,0.2);line-height:1}.rt-pin-save-btn:hover{background:#ad081b;color:#ffffff !important;transform:scale(1.04)}.rt-pin-save-btn .rt-pin-icon{width:14px;height:14px;fill:currentColor;flex-shrink:0}.rt-pin-save-btn--compact{padding:3px 8px;font-size:0.7rem;bottom:6px !important;right:6px !important;top:auto !important;left:auto !important}.rt-pin-save-btn--compact .rt-pin-icon{width:12px;height:12px}.rt-trending-thumb{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4 / 3;background:#f8fafc}.rt-trending-thumb a{display:block;width:100%;height:100%}.rt-trending-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rt-trending-rank{position:absolute;top:6px;left:6px;background:rgba(15,23,42,0.85);color:#ffffff;font-size:0.72rem;font-weight:800;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;z-index:4}.rt-trending-title a{display:inline-block;min-height:24px;padding:4px 0;color:var(--rt-text-heading);text-decoration:none}.rt-trending-title a:hover{color:var(--rt-color-primary,#2d8653)}.rt-badge-category{color:#1b633b !important}.rt-badge-cuisine{color:#9a3412 !important}.rt-diff-val{color:#1b633b !important}.rt-diff-val.rt-diff-medium,.rt-diff-val.rt-diff-moderate{color:#b45309 !important}.rt-steps-count-badge{color:#1b633b !important}.rt-nutrition-disclaimer{color:#475569 !important}.rt-author-badge{color:#166534 !important;font-weight:700}.rt-author-link{color:#166534 !important;font-weight:600}.rt-rating-num{color:#0f172a !important;font-weight:800}.rt-rating-count{color:#475569 !important;font-weight:600}.rt-deal-disclosure{color:#475569 !important}.rt-affiliate-prev-price{color:#475569 !important;text-decoration:line-through}.rt-eyebrow-pill{color:#166534 !important;font-weight:700}.rt-card-diff.rt-diff-easy{color:#166534 !important}.rt-card-diff.rt-diff-medium{color:#9a3412 !important}.rt-category-eyebrow{color:#166534 !important;font-weight:700}.rt-shop-tagline{color:#166534 !important}.rt-btn-accent,.rt-btn-primary{background-color:#2d8653 !important;color:#ffffff !important;border:1px solid #2d8653 !important}.rt-hero-rotator-dot{min-width:28px !important;min-height:28px !important;padding:10px 8px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.rt-card-thumb-wrap{position:relative}.rt-card-thumb-wrap .rt-favorite-btn{position:absolute;top:8px;left:8px;width:34px !important;height:34px !important;min-width:34px !important;min-height:34px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:5;background:rgba(255,255,255,0.94) !important;border:1px solid rgba(0,0,0,0.08) !important;box-shadow:0 2px 6px rgba(0,0,0,0.12) !important;padding:0 !important}.rt-editorial-save-wrap{position:absolute;top:8px;left:8px;z-index:5}.rt-editorial-save-wrap .rt-favorite-btn{width:34px !important;height:34px !important;min-width:34px !important;min-height:34px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;background:rgba(255,255,255,0.94) !important;border:1px solid rgba(0,0,0,0.08) !important;box-shadow:0 2px 6px rgba(0,0,0,0.12) !important;padding:0 !important}.rt-editorial-thumb-wrap{position:relative}.rt-trending-thumb .rt-pin-save-btn{position:absolute;bottom:6px !important;right:6px !important;top:auto !important;width:auto;height:auto;max-width:max-content;max-height:max-content;min-height:24px}.rt-hero-slide:not(.is-active){visibility:hidden !important;pointer-events:none !important}