.agpt-protected-block{contain:content;isolation:isolate;position:relative;z-index:1}.agpt-review-trio-container{margin:2em 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.agpt-trio-title{text-align:center;font-size:1.5em;font-weight:700;color:#1e293b;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #e2e8f0}.agpt-review-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.agpt-trio-card{position:relative;background:#fdfdfd;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column}.agpt-trio-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.agpt-trio-position{position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:24px;background:#fff;padding:5px 12px;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1}.agpt-trio-image{margin-bottom:18px;padding-top:10px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-left:auto;margin-right:auto;max-width:245px;aspect-ratio:245/200}.agpt-trio-image img{width:100%;height:100%;object-fit:contain!important;border-radius:8px;display:block}.agpt-trio-content{flex:1;display:flex;flex-direction:column}.agpt-trio-content h4{font-size:1.1em;font-weight:700;margin:0 0 10px;line-height:1.3;color:#111}.agpt-trio-meta{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.agpt-trio-stars{color:#fbbf24;font-size:16px;display:flex;justify-content:center}.agpt-trio-stars .dashicons{font-size:16px;width:16px;height:16px}.agpt-trio-badge{background-color:#dcfce7;color:#166534;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;border:1px solid #86efac}.agpt-trio-excerpt{font-size:.85em;line-height:1.5;color:#64748b;margin:0 0 15px;flex-grow:1}.agpt-trio-button{display:block;background:#f97316;color:#fff!important;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:700;font-size:.9em;transition:all .2s ease;margin-top:auto}.agpt-trio-button:hover{filter:brightness(1.1);transform:translateY(-2px)}.agpt-review-trio.agpt-trio-count-2{grid-template-columns:repeat(2,1fr);max-width:800px;margin-left:auto;margin-right:auto}.agpt-review-trio.agpt-trio-count-2 .agpt-trio-image{max-width:300px}.agpt-review-trio.agpt-trio-count-2 .agpt-trio-content h4{font-size:1.2em}@media (max-width:900px){.agpt-review-trio{grid-template-columns:repeat(2,1fr)}.agpt-trio-card:nth-child(3){grid-column:span 2;max-width:50%;margin:0 auto}.agpt-review-trio.agpt-trio-count-2{max-width:100%}}@media (max-width:600px){.agpt-review-trio{grid-template-columns:1fr;gap:15px}.agpt-trio-card{padding:15px}.agpt-trio-card:nth-child(3){grid-column:span 1;max-width:100%}.agpt-trio-image{max-width:100%;aspect-ratio:245/200}.agpt-review-trio.agpt-trio-count-2 .agpt-trio-image{max-width:100%}.agpt-trio-position{font-size:20px;padding:3px 10px}.agpt-trio-content h4{font-size:1em}}.agpt-recipe-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:25px;margin:30px 0;box-shadow:0 10px 15px -3px rgba(0,0,0,.03),0 4px 6px -2px rgba(0,0,0,.02)}.agpt-recipe-header{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px;text-align:center}.agpt-meta-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-width:120px}.agpt-meta-item .dashicons{font-family:"dashicons"!important;font-size:28px;width:28px;height:28px;color:#f59e0b;margin-bottom:8px;display:inline-block;line-height:1}.agpt-meta-item strong{display:block;font-size:.85em;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:4px;font-weight:700}.agpt-meta-item{font-size:1.1em;font-weight:600;color:#1f2937}.agpt-ingredients-box{background:#fcfdfd;border:1px solid #e2e8f0;border-left:4px solid #10b981;border-radius:8px;padding:20px 25px;margin-bottom:30px}.agpt-ingredients-box ul{margin:0;padding:0;list-style:none!important}.agpt-ingredients-box ul li{position:relative;padding-left:30px;margin-bottom:12px;line-height:1.6;color:#374151}.agpt-ingredients-box ul li::before{content:"";position:absolute;left:0;top:6px;width:6px;height:10px;border:solid #10b981;border-width:0 2px 2px 0;transform:rotate(45deg)}.agpt-instructions-box ol{counter-reset:agpt-counter;list-style:none!important;padding:0;margin:0}.agpt-instructions-box ol li{position:relative;padding-left:50px;margin-bottom:25px}.agpt-instructions-box ol li strong{color:#111;font-weight:700}.agpt-instructions-box ol li::before{counter-increment:agpt-counter;content:counter(agpt-counter);position:absolute;left:0;top:0;width:32px;height:32px;background-color:#10b981;color:#fff;border-radius:50%;text-align:center;line-height:32px;font-weight:700;font-size:14px;box-shadow:0 2px 4px rgba(16,185,129,.3)}.agpt-chef-tip{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;padding:25px;margin:30px 0;position:relative}.agpt-chef-tip h3{margin-top:0;color:#92400e;display:flex;align-items:center;gap:10px;font-size:1.2em;margin-bottom:10px}.agpt-chef-tip p{margin-bottom:0;color:#78350f;line-height:1.6}@media (max-width:600px){.agpt-recipe-header{flex-direction:column;gap:15px}.agpt-meta-item{border-bottom:1px solid #eee;padding-bottom:15px;width:100%}.agpt-meta-item:last-child{border-bottom:none}}