.trr-recipes{width:100%;max-width:1100px;margin:0 auto}
.trr-recipes__header{text-align:center;margin-bottom:28px}
.trr-recipes__title{font-family:"Playfair Display",serif;font-size:36px;font-weight:600;color:#2f3633;margin:0 0 12px;line-height:1.15}
.trr-recipes__intro{font-family:Lora,serif;font-size:16px;line-height:1.6;color:#6B7280;margin:0 auto;max-width:720px}
.trr-recipes__controls{margin-bottom:28px}
.trr-recipes__search{width:100%;max-width:560px;display:block;margin:0 auto 18px;padding:14px 18px;border:1px solid #d9e2dc;border-radius:12px;font-family:Lora,serif;font-size:16px;color:#374151;background:#fff;box-sizing:border-box}
.trr-recipes__search:focus{outline:none;border-color:#6F8377;box-shadow:0 0 0 3px rgba(111,131,119,.15)}
.trr-recipes__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.trr-recipes__filter{border:1px solid #d9e2dc;background:#fff;color:#374151;border-radius:999px;padding:8px 16px;font-family:Lora,serif;font-size:14px;cursor:pointer;transition:all .2s}
.trr-recipes__filter:hover,.trr-recipes__filter.is-active{background:#6F8377;border-color:#6F8377;color:#fff}
.trr-recipes__empty{text-align:center;padding:28px 16px;color:#6B7280;font-family:Lora,serif}
.trr-recipes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.trr-recipes__card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(47,54,51,.08);display:flex;flex-direction:column;min-height:100%;transition:transform .2s,box-shadow .2s}
.trr-recipes__card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(47,54,51,.12)}
.trr-recipes__card.is-hidden{display:none}
.trr-recipes__image-link{display:block;aspect-ratio:4/3;overflow:hidden;background:#e8eee9}
.trr-recipes__image{width:100%;height:100%;object-fit:cover;display:block}
.trr-recipes__image--placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d7e2db,#b9c8bf)}
.trr-recipes__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.trr-recipes__body-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.trr-recipes__card-title{margin:0;font-family:"Playfair Display",serif;font-size:20px;line-height:1.25;font-weight:600}
.trr-recipes__card-title a{color:#2f3633;text-decoration:none}
.trr-recipes__arrow{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid #d9e2dc;display:inline-flex;align-items:center;justify-content:center;color:#6F8377;text-decoration:none;font-size:16px;line-height:1}
.trr-recipes__excerpt{margin:0;font-family:Lora,serif;font-size:14px;line-height:1.5;color:#6B7280}
.trr-recipes__more{margin-top:auto;font-family:Lora,serif;font-size:14px;color:#6F8377;text-decoration:none}
.trr-recipes__more:hover{text-decoration:underline}
@media(max-width:1024px){.trr-recipes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trr-recipes__title{font-size:30px}}
@media(max-width:767px){.trr-recipes__grid{grid-template-columns:1fr}.trr-recipes__title{font-size:26px}.trr-recipes__filter{font-size:13px;padding:7px 12px}}