.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}}