/* MY2LK customer account order-detail experience. */
body.woocommerce-account .my2lk-customer-order-summary{
  margin:0 0 28px;
  padding:22px;
  border:1px solid #dfe8e3;
  border-radius:14px;
  background:#f8fbf9;
}
body.woocommerce-account .my2lk-customer-order-summary__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:16px;
  border-bottom:1px solid #dfe8e3;
}
body.woocommerce-account .my2lk-customer-order-summary__eyebrow{
  display:block;
  margin-bottom:4px;
  color:#567064;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.woocommerce-account .my2lk-customer-order-summary h2{
  margin:0!important;
  color:#123f2e;
  font-size:clamp(22px,2.4vw,30px)!important;
  line-height:1.15!important;
}
body.woocommerce-account .my2lk-customer-order-summary__number{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  color:#123f2e;
  background:#e9f4ee;
  font-size:13px;
  font-weight:800;
}
body.woocommerce-account .my2lk-customer-order-summary__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}
body.woocommerce-account .my2lk-customer-order-summary__grid>div{
  min-width:0;
  padding:13px 14px;
  border:1px solid #e1e9e5;
  border-radius:10px;
  background:#fff;
}
body.woocommerce-account .my2lk-customer-order-summary__grid span,
body.woocommerce-account .my2lk-customer-order-tracking p span{
  display:block;
  margin-bottom:3px;
  color:#66756e;
  font-size:12px;
  font-weight:650;
}
body.woocommerce-account .my2lk-customer-order-summary__grid strong,
body.woocommerce-account .my2lk-customer-order-tracking p strong{
  color:#1e2f27;
  font-size:14px;
  overflow-wrap:anywhere;
}
body.woocommerce-account .my2lk-customer-order-tracking{
  margin-top:14px;
  padding:16px;
  border:1px solid #d9e6df;
  border-radius:11px;
  background:#fff;
}
body.woocommerce-account .my2lk-customer-order-tracking h3{
  margin:0 0 10px!important;
  color:#123f2e;
  font-size:16px!important;
}
body.woocommerce-account .my2lk-customer-order-tracking p{
  display:inline-block;
  min-width:180px;
  margin:0 18px 10px 0!important;
  vertical-align:top;
}
body.woocommerce-account .my2lk-customer-track-button{margin-top:2px!important;}
body.woocommerce-account .woocommerce-order-details,
body.woocommerce-account .woocommerce-customer-details{margin-top:26px!important;}
body.woocommerce-account .woocommerce-order-details h2,
body.woocommerce-account .woocommerce-customer-details h2{
  color:#123f2e!important;
  font-size:20px!important;
}
@media(max-width:620px){
  body.woocommerce-account .my2lk-customer-order-summary{padding:17px;}
  body.woocommerce-account .my2lk-customer-order-summary__head{gap:10px;}
  body.woocommerce-account .my2lk-customer-order-summary__grid{grid-template-columns:1fr;}
  body.woocommerce-account .my2lk-customer-order-tracking p{display:block;min-width:0;margin-right:0!important;}
}
