/* Lokalodlat cookie consent – 0.4.42 */
.lo-cookie{position:fixed;z-index:2147483000;left:18px;right:18px;bottom:18px;display:flex;justify-content:center;pointer-events:none;font-family:inherit}
.lo-cookie[hidden]{display:none!important}
.lo-cookie-card{pointer-events:auto;width:min(760px,100%);box-sizing:border-box;background:rgba(255,255,252,.98);border:1px solid #d7e5d5;border-radius:20px;box-shadow:0 18px 55px rgba(31,65,39,.18),0 3px 12px rgba(31,65,39,.08);padding:18px 20px;display:flex;gap:14px;color:#263229;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.lo-cookie-icon{flex:0 0 40px;width:40px;height:40px;border-radius:13px;background:#edf6ec;display:flex;align-items:center;justify-content:center;font-size:20px;margin-top:2px}
.lo-cookie-main{min-width:0;flex:1}
.lo-cookie-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.lo-cookie-eyebrow{display:block;color:#287d3a;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:2px}
.lo-cookie h2{margin:0;font-size:18px;line-height:1.25;color:#1f2d23}
.lo-cookie p{margin:8px 0 0;color:#5f6d63;font-size:12px;line-height:1.55}
.lo-cookie-close{border:0;background:transparent;color:#778178;font-size:24px;line-height:1;width:30px;height:30px;border-radius:9px;cursor:pointer}
.lo-cookie-close:hover{background:#f0f4ef;color:#253329}
.lo-cookie-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}
.lo-cookie-btn{appearance:none;border-radius:10px;padding:9px 13px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;border:1px solid #d4e1d3;transition:.15s ease}
.lo-cookie-btn-primary{background:#287d3a;border-color:#287d3a;color:#fff}
.lo-cookie-btn-primary:hover{background:#236e33;border-color:#236e33}
.lo-cookie-btn-secondary{background:#fff;color:#2b3a30}
.lo-cookie-btn-secondary:hover{background:#f4f8f3;border-color:#bdd2bc}
.lo-cookie-btn-link{background:transparent;border-color:transparent;color:#287d3a;padding-left:7px;padding-right:7px}
.lo-cookie-btn-link:hover{text-decoration:underline}
.lo-cookie-details{margin-top:13px;padding-top:12px;border-top:1px solid #e3ebe1}
.lo-cookie-details[hidden]{display:none}
.lo-cookie-option{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 11px;border:1px solid #dfe8dd;background:#f8fbf7;border-radius:11px;margin-top:7px;cursor:pointer}
.lo-cookie-option:first-child{margin-top:0}
.lo-cookie-option strong,.lo-cookie-option small{display:block}
.lo-cookie-option strong{font-size:11px;color:#2c3b30}
.lo-cookie-option small{font-size:10px;color:#6b786e;margin-top:3px;line-height:1.4}
.lo-cookie-option>span{font-size:10px;color:#287d3a;font-weight:800;white-space:nowrap}
.lo-cookie-option input{width:18px;height:18px;accent-color:#287d3a;flex:0 0 auto}
.lo-cookie-option.is-required{cursor:default}
.lo-cookie-note{font-size:10px!important;color:#78847b!important;margin-top:9px!important}
.lo-cookie-footer{margin-top:9px;color:#78847b;font-size:10px;line-height:1.4}
.lo-cookie-footer button{border:0;background:none;padding:0;color:#287d3a;font:inherit;cursor:pointer;text-decoration:underline}
@media(max-width:600px){
 .lo-cookie{left:10px;right:10px;bottom:10px}
 .lo-cookie-card{padding:15px;border-radius:17px;gap:10px}
 .lo-cookie-icon{display:none}
 .lo-cookie h2{font-size:16px}
 .lo-cookie-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:12px}
 .lo-cookie-btn{width:100%}
 .lo-cookie-btn-link{grid-column:1/-1}
}
@media(prefers-reduced-motion:reduce){.lo-cookie-btn{transition:none}}
