/* Minaya AgroFresh - Fase 24.4 */
.crop-record360{width:min(1180px,94vw)}
.crop360-tabs{position:sticky;top:-24px;z-index:6;background:#fff;padding:10px 0 12px;border-bottom:1px solid #e3ebe6;scrollbar-width:thin}
.crop360-tabs .record360-tab{min-width:max-content}
.crop360-summary{grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}
.crop360-summary .success{border-top:4px solid #168a49}
.crop360-summary .danger{border-top:4px solid #d92d20}
.crop360-progress{margin:18px 0;padding:16px;border:1px solid #dfe9e3;border-radius:14px;background:#f8fcf9}
.crop360-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;color:#365744}
.crop360-progress .bar{height:12px}
.crop-record360 .record360-panel{min-height:360px}
@media(max-width:760px){
 .crop-record360{width:100%}
 .crop360-tabs{top:-16px}
 .crop360-summary{grid-template-columns:1fr 1fr}
 .crop-record360 .record360-details{grid-template-columns:1fr}
}
@media(max-width:460px){.crop360-summary{grid-template-columns:1fr}}
