.sdk-frontend-calendar-wrap {
  margin: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
}
.sdk-frontend-calendar {
  display: block;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  min-width: 320px;
}
.sdk-cal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  font-size: 2.1rem;
  color: #255388;
  font-weight: 500;
}
.sdk-cal-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #255388;
  letter-spacing: 1.5px;
}
.sdk-cal-head button {
  background: none;
  border: none;
  color: #255388;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background .13s;
}
.sdk-cal-head button:active { background: #eef3fc; }
.sdk-frontend-table {
  width: 100%;
  border-collapse: separate;
  /*border-spacing: 14px 9px;*/
  margin: 0;
}
.sdk-frontend-table th {
  color: #255388;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 1.08em;
  letter-spacing: 0.3px;
}
.sdk-frontend-table td {
  background: none;
  color: #255388;
  border-radius: 6px;
  min-width: 33px;
  height: 33px;
  font-size: 1.11em;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  position: relative;
  vertical-align: middle;
  user-select: none;
  transition: background .1s, color .12s;
  padding: unset;
}
.sdk-frontend-table td.sdk-disabled {
  color: #d3d6db;
  cursor: not-allowed;
  pointer-events: none;
  background: none;
}
.sdk-frontend-table td.sdk-today {
 /* background: rgba(59,130,246,0.18) !important;*/
    border: 1px solid rgba(59,130,246,0.18) !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}
.sdk-frontend-table td.sdk-selected {
  background: #1d3557 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}
.sdk-frontend-table td,
.sdk-frontend-table th {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
button.sdk-cal-prev:focus,
button.sdk-cal-prev:hover,
button.sdk-cal-next:focus,
button.sdk-cal-next:hover  {
    background-color: unset !important;
    color: #247de9!important;
       cursor: pointer !important;
}
.sdk-calendar-error {
  color: #d32f2f;
  font-size: 1em;
  margin-top: 8px;
}
/*
.cf7-row {
  display: flex;
}

.cf7-col {
  flex: 1;
   margin-bottom: 26px;
}

@media (max-width: 600px) {
  .cf7-row {
    flex-direction: column;
    gap: 0;
  }
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    margin-bottom: 12px;
}
.wpcf7 input[type="submit"] {
    margin-bottom: 0;
}
.cf7-row {
  display: flex;
  gap: 120px;              /* Didelis tarpas kompiuteryje *//*
  align-items: flex-start;
}

/* PLANŠETĖMS (768px–1024px) *//*
@media (max-width: 1024px) {
  .cf7-row {
    gap: 60px;            /* Vidutinis tarpas planšetėms *//*
  }
}

@media (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
    gap: 40px;
  }
}

.submit-col {
    display: flex;
    justify-content: flex-end; /* pastumia turinį į dešinę *//*
	  margin-left: 235px;
}

