.lptk-calendar-field{
  position:relative;
  margin:0 0 14px 0!important;
  padding:0!important;
}

.lptk-calendar-label{
  display:block!important;
  margin:0 0 8px 0!important;
  padding:0!important;
  font-weight:400!important;
  line-height:1.2!important;
  font-size:13px!important;
  font-family:inherit!important;
  text-transform:none!important;
  letter-spacing:normal!important;
}

.lptk-calendar-trigger{
  width:100%;
  min-height:52px;
  margin:0!important;
  border:1px solid #ef2b2d!important;
  background:#fff!important;
  color:#333!important;
  border-radius:0!important;
  padding:12px 14px!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  font-size:16px!important;
  font-family:inherit!important;
  line-height:1.2!important;
  box-shadow:none!important;
}

.lptk-calendar-trigger:after{
  content:"📅";
  float:right;
  opacity:.85;
}

.lptk-calendar-selected{
  display:none;
}

.lptk-calendar-popup{
  position:absolute;
  z-index:999999;
  left:0;
  top:100%;
  margin-top:8px;
  width:320px;
  max-width:92vw;
}

.lptk-cal-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  padding:14px;
  color:#111827;
}

.lptk-cal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  color:#111827;
}

.lptk-cal-head button{
  width:34px;
  height:34px;
  border:1px solid #e5e7eb!important;
  background:#f9fafb!important;
  border-radius:8px!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer!important;
  color:#111827!important;
  padding:0!important;
}

.lptk-cal-week,
.lptk-cal-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:5px;
}

.lptk-cal-week span{
  text-align:center;
  font-size:12px;
  color:#6b7280;
  font-weight:700;
  padding:4px 0;
}

.lptk-cal-day{
  height:36px;
  border:0!important;
  border-radius:9px!important;
  background:#f3f4f6!important;
  color:#111827!important;
  cursor:pointer!important;
  font-weight:600!important;
  padding:0!important;
  font-size:14px!important;
}

.lptk-cal-day:hover:not(:disabled){
  background:#d71920!important;
  color:#fff!important;
}

.lptk-cal-day.is-muted{
  opacity:.45;
}

.lptk-cal-day.is-disabled{
  background:#f9fafb!important;
  color:#c4c4c4!important;
  text-decoration:line-through;
  cursor:not-allowed!important;
}

.lptk-cal-day.is-selected{
  background:#d71920!important;
  color:#fff!important;
}

.lptk-cal-note{
  font-size:12px;
  color:#6b7280;
  margin:10px 0 0;
}

@media(max-width:767px){
  .lptk-calendar-field{
  position:relative;
  margin:0 0 14px 0!important;
  padding:0!important;
}

  .lptk-calendar-popup{
    position:fixed;
    left:18px;
    right:18px;
    top:22%;
    width:auto;
    max-width:none;
  }

  .lptk-cal-day{
    height:42px!important;
  }
}
