/* Bitki ve sikayet detaylari: tek ekran, sekmeli popup. */
.health-detail-zone{position:fixed!important;inset:0!important;z-index:9998!important;margin:0!important;padding:18px!important;background:rgba(4,20,12,.74)!important;backdrop-filter:blur(9px);overflow:hidden;display:grid;place-items:center}
.health-detail-zone.d-none{display:none!important}
.health-detail-zone>.container{width:min(1180px,100%)!important;max-width:none!important;margin:0!important;padding:0!important}
.health-detail-shell{height:min(760px,calc(100vh - 36px));max-height:calc(100vh - 36px)!important;margin:0!important;padding:18px!important;border-radius:26px!important;background:#fff!important;box-shadow:0 34px 100px rgba(0,0,0,.4)!important;display:grid;grid-template-rows:auto minmax(0,1fr);animation:healthModalIn .22s ease-out;overflow:hidden!important}
.health-detail-head{position:static!important;margin:0 0 12px!important;padding:0!important;flex-wrap:nowrap!important;background:transparent!important;border:0!important}
.health-detail-close-btn{position:static!important;min-width:88px;width:auto!important;height:auto!important;background:#143d27!important;color:#fff!important;border:0!important;border-radius:999px!important}
.health-detail-onepage{min-height:0;display:grid;grid-template-columns:minmax(250px,32%) minmax(0,1fr);gap:16px;overflow:hidden}
.health-detail-summary{min-height:0;padding:18px;border-radius:22px;background:linear-gradient(145deg,#effaf3,#dff4e7);border:1px solid #cce8d5;overflow:auto}
.health-detail-summary__image{height:180px;border-radius:18px;background:linear-gradient(135deg,#d7efe0,#f8fffa);overflow:hidden;margin-bottom:14px}
.health-detail-summary__image:empty,.health-detail-summary__image.is-empty{display:none}
.health-detail-summary__image img{width:100%;height:100%;object-fit:cover}
.health-detail-summary__type{display:inline-flex;padding:5px 9px;border-radius:999px;background:#d8f5e2;color:#12633a;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.health-detail-summary h4{margin:12px 0 8px;color:#0d3522;font-size:clamp(1.45rem,3vw,2.25rem);font-weight:950}
.health-detail-summary p{color:#49675a;line-height:1.6}
.health-detail-content{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid #dcebe1;border-radius:22px;overflow:hidden;background:#fff}
.health-detail-tabs{display:flex;gap:8px;padding:12px;border-bottom:1px solid #e2ece5;background:#f8fcf9;overflow-x:auto}
.health-detail-tabs button{white-space:nowrap;border:1px solid #d5e8dc;border-radius:999px;background:#fff;color:#315d46;padding:8px 13px;font-weight:850}
.health-detail-tabs button.is-active{background:#176f43;color:#fff;border-color:#176f43}
.health-detail-panels{min-height:0;overflow:auto;padding:14px}
.health-detail-panel{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.health-detail-panel.is-active{display:grid}
.health-detail-field{padding:12px 14px;border:1px solid #e0eee5;border-radius:16px;background:#fbfefc}
.health-detail-field h5{margin:0 0 7px;color:#145b38;font-size:.82rem;font-weight:950}
.health-detail-field p,.health-detail-field div{margin:0;white-space:pre-line;color:#405b4c;line-height:1.5;font-size:.9rem}
.health-detail-actions-panel{padding:10px 12px!important;border-top:1px solid #e4eee7;background:#fbfefc}
.health-detail-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.health-social-share{display:none!important}
.health-modal-open{overflow:hidden!important}
.health-condition-open{margin:0 0 16px;border:0;border-radius:15px;padding:11px 16px;background:#e8f7ed;color:#12633a;font-weight:900}
@keyframes healthModalIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:768px){.health-detail-zone{padding:8px!important}.health-detail-shell{height:calc(100vh - 16px);padding:12px!important;border-radius:18px!important}.health-detail-head{margin-bottom:8px!important}.health-detail-onepage{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:9px}.health-detail-summary{padding:12px;max-height:155px}.health-detail-summary__image{display:none}.health-detail-summary h4{font-size:1.3rem;margin:7px 0 4px}.health-detail-summary p{font-size:.82rem;line-height:1.35;margin:0}.health-detail-summary .health-tag-list{display:none}.health-detail-panel,.health-detail-panel.is-active{grid-template-columns:1fr}.health-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.health-detail-tabs{padding:8px}.health-detail-panels{padding:9px}}
