/* TK HEDGE MULTI GPS V2.3.09 */
.tk-hedge-multi{
  display:grid;
  gap:20px;
  width:100%;
  max-width:1040px;
  min-width:0;
}

.tk-hedge-multi *,
.tk-hedge-multi *::before,
.tk-hedge-multi *::after{
  box-sizing:border-box;
}

.tk-hedge-intro,
.tk-hedge-map-head,
.tk-hedge-card-head,
.tk-hedge-card-foot,
.tk-hedge-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.tk-hedge-intro{
  padding:22px;
  border:1px solid #b9d9c2;
  border-radius:20px;
  background:linear-gradient(135deg,#eff9f2,#fff);
}

.tk-hedge-intro h3,
.tk-hedge-common h3,
.tk-hedge-map-head h3,
.tk-hedge-summary h3{
  margin:.2rem 0 .35rem;
  color:#064326;
}

.tk-hedge-intro p,
.tk-hedge-map-head p,
.tk-hedge-summary p{
  margin:0;
  color:#52675b;
}

.tk-hedge-kicker{
  display:block;
  color:#0c7a43;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.tk-hedge-list{
  display:grid;
  gap:16px;
}

.tk-hedge-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #c6ddcc;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 26px rgba(5,66,34,.07);
}

.tk-hedge-card-head{
  align-items:flex-start;
  padding:18px 20px;
  border-bottom:1px solid #dcebe0;
  background:linear-gradient(90deg,#eaf7ee,#f9fcfa);
}

.tk-hedge-number{
  display:block;
  color:#0c7a43;
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.tk-hedge-card h4{
  margin:.25rem 0 0;
  color:#063d23;
  font-size:1.2rem;
}

.tk-hedge-remove,
.tk-hedge-close{
  min-height:38px;
  padding:7px 11px;
  border:1px solid #d9b4aa;
  border-radius:10px;
  color:#8b2818;
  background:#fff7f5;
  font-weight:900;
  cursor:pointer;
}

.tk-hedge-remove:disabled{
  visibility:hidden;
}

.tk-hedge-close{
  width:42px;
  height:42px;
  padding:0;
  flex:0 0 42px;
  border-color:rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.12);
  font-size:1.6rem;
  line-height:1;
}

.tk-hedge-fields{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
  padding:20px;
}

.tk-hedge-fields label,
.tk-hedge-common-grid>label{
  min-width:0;
  color:#173b28;
  font-weight:850;
}

.tk-hedge-fields :is(input[type="number"],select),
.tk-hedge-common :is(input[type="number"],select){
  width:100%;
  min-width:0;
  min-height:50px;
  padding:11px 13px;
  border:1px solid #a9cbb2;
  border-radius:13px;
  color:#122f20;
  background:#fff;
  font:inherit;
}

.tk-hedge-fields :is(input,select):focus,
.tk-hedge-common :is(input,select):focus{
  outline:3px solid rgba(12,122,67,.15);
  border-color:#0c7a43;
}

.tk-field-unit{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  overflow:hidden;
  border:1px solid #a9cbb2;
  border-radius:13px;
  background:#fff;
}

.tk-field-unit:focus-within{
  outline:3px solid rgba(12,122,67,.15);
  border-color:#0c7a43;
}

.tk-hedge-fields .tk-field-unit input,
.tk-hedge-common .tk-field-unit input{
  border:0;
  border-radius:0;
  outline:0;
}

.tk-field-unit>span{
  padding:0 14px;
  color:#52675b;
  font-weight:900;
}

.tk-hedge-toggle{
  display:flex!important;
  align-items:flex-start;
  gap:11px;
  min-height:70px;
  padding:12px 14px;
  border:1px solid #c5ddcc;
  border-radius:14px;
  background:#f4faf6;
  cursor:pointer;
}

.tk-hedge-toggle input{
  width:22px!important;
  height:22px;
  min-height:0!important;
  margin:2px 0 0;
  accent-color:#08733e;
  flex:0 0 22px;
}

.tk-hedge-toggle>span{
  display:grid;
  gap:3px;
}

.tk-hedge-toggle small{
  color:#65796d;
  font-weight:650;
  line-height:1.35;
}

.tk-hedge-card-foot{
  min-height:70px;
  padding:14px 20px;
  border-top:1px solid #dcebe0;
  background:#fbfdfb;
}

.tk-hedge-measure-button,
.tk-hedge-map-actions button{
  min-height:43px;
  padding:9px 13px;
  border:1px solid #08733e;
  border-radius:11px;
  color:#fff;
  background:#08733e;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}

.tk-hedge-map-actions .tk-secondary{
  color:#064326;
  border-color:#9ac7a7;
  background:#fff;
}

.tk-hedge-map-actions button:disabled,
.tk-hedge-measure-button:disabled{
  cursor:not-allowed;
  opacity:.48;
}

.tk-hedge-measured{
  margin-right:auto;
  color:#607468;
  font-size:.86rem;
  font-weight:750;
}

.tk-hedge-subtotal{
  color:#607468;
  font-size:.86rem;
  text-align:right;
}

.tk-hedge-subtotal strong{
  display:block;
  color:#063d23;
  font-size:1.05rem;
}

.tk-hedge-limit{
  padding:12px 15px;
  border:1px solid #efc085;
  border-radius:13px;
  color:#74420d;
  background:#fff7e9;
  font-weight:850;
}

.tk-hedge-map-panel{
  min-width:0;
  overflow:hidden;
  border:1px solid #176d40;
  border-radius:23px;
  background:#fff;
  box-shadow:0 18px 42px rgba(3,61,31,.16);
}

.tk-hedge-map-panel[hidden]{
  display:none!important;
}

.tk-hedge-map-head{
  align-items:flex-start;
  padding:22px;
  color:#fff;
  background:linear-gradient(135deg,#064326,#0b7f45);
}

.tk-hedge-map-head h3{
  color:#fff;
}

.tk-hedge-map-head p{
  max-width:720px;
  color:#d8eee0;
}

.tk-hedge-map-head .tk-hedge-kicker{
  color:#9fe4b5;
}

.tk-hedge-map-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:14px 18px;
  border-bottom:1px solid #dcebe0;
  background:#eff8f2;
}

.tk-hedge-map-status{
  min-height:48px;
  padding:13px 18px;
  color:#234b34;
  background:#fff;
  font-weight:800;
}

.tk-hedge-map{
  width:100%;
  height:440px;
  min-height:320px;
  border-top:1px solid #dcebe0;
  border-bottom:1px solid #dcebe0;
  background:#e9f2eb;
}

.tk-hedge-map-result{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:18px;
  padding:17px 20px;
}

.tk-hedge-map-result>div{
  display:grid;
  gap:2px;
}

.tk-hedge-map-result span{
  color:#607468;
  font-size:.82rem;
  font-weight:800;
}

.tk-hedge-map-result strong{
  color:#063d23;
  font-size:1.25rem;
}

.tk-hedge-map-note{
  margin:0;
  padding:0 20px 18px;
  color:#607468;
  font-size:.86rem;
}

.tk-hedge-common{
  padding:22px;
  border:1px solid #c6ddcc;
  border-radius:22px;
  background:#fff;
}

.tk-hedge-common-head{
  margin-bottom:16px;
}

.tk-hedge-common-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:15px;
}

.tk-hedge-access{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:18px 0 0;
  padding:15px;
  border:1px solid #d3e4d8;
  border-radius:15px;
  background:#f8fbf9;
}

.tk-hedge-access legend{
  padding:0 7px;
  color:#234b34;
  font-weight:900;
}

.tk-hedge-access label{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:750;
}

.tk-hedge-access input{
  width:20px;
  height:20px;
  min-height:0;
  accent-color:#08733e;
}

.tk-hedge-summary{
  align-items:stretch;
  padding:23px;
  border:1px solid #b5d6be;
  border-radius:23px;
  background:linear-gradient(135deg,#f1faf4,#fff);
}

.tk-hedge-summary-copy{
  max-width:310px;
  padding:10px 0;
}

.tk-hedge-summary .tk-price-box{
  width:min(100%,650px);
  margin:0;
}

@media(max-width:900px){
  .tk-hedge-fields{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tk-hedge-summary{
    flex-direction:column;
  }

  .tk-hedge-summary-copy{
    max-width:none;
  }

  .tk-hedge-summary .tk-price-box{
    width:100%;
  }
}

@media(max-width:660px){
  .tk-hedge-intro,
  .tk-hedge-map-head,
  .tk-hedge-card-foot{
    align-items:stretch;
    flex-direction:column;
  }

  .tk-hedge-intro .tk-btn{
    width:100%;
  }

  .tk-hedge-card-head{
    gap:10px;
    padding:16px;
  }

  .tk-hedge-fields{
    grid-template-columns:1fr;
    padding:16px;
  }

  .tk-hedge-card-foot{
    gap:9px;
    padding:14px 16px;
  }

  .tk-hedge-measure-button{
    width:100%;
  }

  .tk-hedge-measured,
  .tk-hedge-subtotal{
    width:100%;
    margin:0;
    text-align:left;
  }

  .tk-hedge-map-head{
    position:relative;
    padding:20px 58px 20px 18px;
  }

  .tk-hedge-close{
    position:absolute;
    top:14px;
    right:14px;
  }

  .tk-hedge-map-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:12px;
  }

  .tk-hedge-map-actions button{
    width:100%;
    white-space:normal;
  }

  .tk-hedge-map{
    height:350px;
    min-height:300px;
  }

  .tk-hedge-map-result{
    grid-template-columns:1fr 1fr;
    gap:12px;
    padding:15px;
  }

  .tk-hedge-map-result .tk-btn{
    grid-column:1/-1;
    width:100%;
  }

  .tk-hedge-common{
    padding:18px 16px;
  }

  .tk-hedge-common-grid{
    grid-template-columns:1fr;
  }

  .tk-hedge-access{
    display:grid;
  }

  .tk-hedge-summary{
    padding:18px 16px;
  }
}

@media(max-width:410px){
  .tk-hedge-map-actions{
    grid-template-columns:1fr;
  }

  .tk-hedge-map-result{
    grid-template-columns:1fr;
  }

  .tk-hedge-map-result .tk-btn{
    grid-column:auto;
  }
}
