.fc-recipe-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;margin:24px 0 32px}.fc-spec-item{display:flex;flex-direction:column;align-items:center;padding:16px 12px;text-align:center}.fc-spec-item:not(:last-child){border-right:1px solid #e0e0e0}.fc-spec-icon{color:#4CAF50;margin-bottom:6px}.fc-spec-icon svg{width:24px;height:24px;display:none}.fc-spec-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.fc-spec-value{font-size:15px;font-weight:700;color:#333}@media (max-width:768px){.fc-recipe-specs-grid{grid-template-columns:repeat(3,1fr)}.fc-spec-item{padding:12px 8px}.fc-spec-label{font-size:10px}.fc-spec-value{font-size:13px}}