@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2") tech("variations"), url("../fonts/Satoshi-Variable.woff2") format("woff2 supports variations"), url("../fonts/Satoshi-Variable.woff2") format("woff2-variations"), url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
}
.montonio-button {
  font-size: 13px;
  letter-spacing: 0;
  display: inline-block;
  background: #260071;
  color: #fff !important;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(15, 26, 42, 0.08);
}
.montonio-button:hover {
  background: #5c14eb;
  color: #fff !important;
}
.montonio-button:active {
  background: #1b0547;
}
.montonio-button:focus {
  background: #260071;
  outline: none;
}
.montonio-button:disabled, .montonio-button[disabled] {
  background: #F8F6F4;
  color: #94A3B8 !important;
}
.montonio-button--secondary {
  background: #fff;
  padding: 7px 11px;
  color: #3C3C3C !important;
  border: 1px solid #ADADB0;
}
.montonio-button--secondary:hover {
  background: #fff;
  border-color: #94A3B8;
  color: #3C3C3C !important;
}
.montonio-button--secondary:active, .montonio-button--secondary.button--active {
  background: #fff;
  border-color: #260071;
  color: #260071 !important;
  box-shadow: none;
}
.montonio-button--beige {
  background: #F9E0C0;
  color: #260071 !important;
}
.montonio-button--beige:hover {
  background: #E2BF92;
  color: #260071 !important;
}
.montonio-button--beige:active {
  background: #E2BF92;
}
.montonio-button--beige:focus {
  background: #E2BF92;
}
.montonio-button--lg {
  font-size: 15px;
  padding: 15px 24px;
}
.montonio-button--lg .montonio-button--secondary {
  padding: 14px 23px;
}

.montonio-icon--circle {
  display: inline-flex;
  align-items: center;
  background: #F0EBFF;
  padding: 12px;
  border: 3px solid #F5F1FF;
  border-radius: 40px;
}

.montonio-spinner {
  width: 32px;
  height: 32px;
  pointer-events: none;
  animation: montonio-spinner 1s infinite cubic-bezier(0.65, 0.05, 0.36, 0.95);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path opacity="0.16" d="M30 16C30 17.8385 29.6379 19.659 28.9343 21.3576C28.2308 23.0561 27.1995 24.5995 25.8995 25.8995C24.5995 27.1995 23.0561 28.2307 21.3576 28.9343C19.659 29.6379 17.8385 30 16 30C14.1615 30 12.341 29.6379 10.6424 28.9343C8.94387 28.2307 7.40052 27.1995 6.1005 25.8995C4.80048 24.5995 3.76925 23.0561 3.06569 21.3576C2.36212 19.659 2 17.8385 2 16C2 14.1615 2.36212 12.341 3.06569 10.6424C3.76926 8.94387 4.80049 7.40052 6.10051 6.1005C7.40053 4.80048 8.94388 3.76925 10.6424 3.06568C12.341 2.36212 14.1615 2 16 2C17.8385 2 19.659 2.36212 21.3576 3.06569C23.0561 3.76926 24.5995 4.80049 25.8995 6.10051C27.1995 7.40053 28.2308 8.94388 28.9343 10.6424C29.6379 12.341 30 14.1615 30 16L30 16Z" stroke="%23260071" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 2C17.8385 2 19.659 2.36212 21.3576 3.06569C23.0561 3.76925 24.5995 4.80049 25.8995 6.10051C27.1995 7.40053 28.2308 8.94388 28.9343 10.6424C29.6379 12.341 30 14.1615 30 16" stroke="%23260071" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(-43deg);
}

@keyframes montonio-spinner {
  0% {
    transform: rotate(-43deg);
  }
  100% {
    transform: rotate(317deg);
  }
}
.montonio-logo {
  max-width: 130px;
  margin-bottom: 30px;
}

.montonio-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  .montonio-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.montonio-menu ul li {
  display: flex;
  align-items: center;
  margin: 0;
}
.montonio-menu ul li a {
  width: 100%;
  margin: 0;
  padding: 7px 8px;
  font-weight: 500;
  text-decoration: none;
  color: #1b1b1b;
}
.montonio-menu ul li.active {
  background: #f0ebff;
  border-radius: 4px;
}
.montonio-menu ul li.active a {
  color: #1b1b1b;
}
.montonio-menu ul li .montonio-status {
  display: inline-block;
  padding: 4px 8px;
  font-weight: 400;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 90px;
}
.montonio-menu ul li .montonio-status--live {
  background-color: #edfbec;
  color: #20b01b;
}
.montonio-menu ul li .montonio-status--sandbox {
  background-color: #fff6da;
  color: #bf8b00;
}
@media only screen and (max-width: 1240px) {
  .montonio-menu ul li .montonio-status {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .montonio-menu ul li .montonio-status__text {
    display: none;
  }
  .montonio-menu ul li .montonio-status--live {
    background-color: #6DD06A;
  }
  .montonio-menu ul li .montonio-status--sandbox {
    background-color: #FFD460;
  }
}

.montonio-options-title {
  margin-bottom: 10px !important;
}

.montonio-options {
  background: #fff;
  color: #1b1b1b;
  padding: 40px;
  border-radius: 24px;
}
@media only screen and (max-width: 1240px) {
  .montonio-options {
    padding: 40px 20px;
  }
}
.montonio-options a {
  color: #260071;
  text-decoration: none;
}
.montonio-options a:hover {
  color: #5c14eb;
}
.montonio-options input[type=text],
.montonio-options input[type=password] {
  padding: 4px 10px !important;
  background-color: #fff;
  border: 1px solid #ADADB0;
  border-radius: 4px;
}
.montonio-options textarea {
  padding: 4px 10px !important;
  background-color: #fff;
  border: 1px solid #ADADB0;
  border-radius: 4px;
}
.montonio-options select {
  border-color: #ADADB0 !important;
  line-height: 36px !important;
  border-radius: 4px;
}
.montonio-options .select2-container .select2-selection--single {
  height: 38px !important;
  border-color: #ADADB0 !important;
}
.montonio-options .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}
.montonio-options .select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
.montonio-options h3.wc-settings-sub-title {
  font-size: 1.2em;
  margin: 7px 0 6px;
}
.montonio-options__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1240px) {
  .montonio-options__container {
    flex-direction: column;
  }
}
.montonio-options .montonio-header {
  min-width: 210px;
}
.montonio-options .montonio-card {
  background: #fff;
  border: 1px solid #E1DDDB;
  margin-bottom: 30px;
  border-radius: 6px;
}
.montonio-options .montonio-card:last-child {
  margin-bottom: 10px;
}
.montonio-options .montonio-card h4 {
  margin-top: 0;
}
.montonio-options .montonio-card__body {
  padding: 16px 24px;
}
.montonio-options .montonio-card__body p {
  margin: 0;
}
.montonio-options .montonio-card__footer {
  padding: 16px 24px;
  border-top: 1px solid #E1DDDB;
}
.montonio-options .montonio-card--notice {
  border: none;
}
.montonio-options .montonio-card--icon .montonio-card__body {
  display: flex;
  gap: 10px;
}
.montonio-options .montonio-card--blue {
  background: #E7EFFF;
}
.montonio-options .montonio-card--blue strong {
  color: #0A4DDE;
}
.montonio-options .montonio-card--yellow {
  background: #fff6da;
}
.montonio-options .montonio-card--yellow strong {
  color: #e3a500;
}
.montonio-options .montonio-card--red {
  background: #ffebeb;
}
.montonio-options .montonio-card--red strong {
  color: #ce0920;
}
.montonio-options .montonio-card .description {
  font-size: 12px;
  margin-top: 5px;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.6;
  background: #f0ebff;
  border: 1px solid #E4DBFA;
  border-bottom: none;
  color: #0F1A2A;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 15px 10px 0 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title + p {
  background: #f0ebff;
  color: #0F1A2A;
  border: 1px solid #E4DBFA;
  border-bottom: 0;
  border-top: 0;
  padding: 2px 10px 20px 20px;
  font-size: 14px;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title + p + .form-table {
  display: block;
  background: #f0ebff;
  color: #0F1A2A;
  border: 1px solid #E4DBFA;
  padding: 5px 20px 10px 20px;
  margin: 0 0 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title + p + .form-table label {
  font-size: 13px;
  color: #0F1A2A;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title + p + .form-table input {
  border-color: #ADADB0;
}
@media only screen and (max-width: 782px) {
  .montonio-options .montonio-card #woocommerce_wc_montonio_api_live_title + p + .form-table tbody {
    display: flex;
    flex-direction: column;
  }
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_sanbox_title {
  margin-top: 35px;
  margin-bottom: 7px;
  font-size: 14px;
  text-transform: uppercase;
}
.montonio-options .montonio-card #woocommerce_wc_montonio_api_general_title {
  border-top: 1px solid #E1DDDB;
  padding-top: 30px;
  margin-top: 1.7em;
}
.montonio-options .montonio-api-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 15px;
}
.montonio-options .montonio-api-status p {
  margin: 0;
}
.montonio-options .montonio-api-status .dashicons {
  margin-right: 5px;
}
.montonio-options .montonio-api-status .api-status {
  font-size: 12px;
  line-height: 1;
  background-color: #f8f6f4;
  color: #3c3c3c;
  padding: 3px 8px;
  border-radius: 50px;
}
.montonio-options .montonio-api-status .api-status--red {
  background-color: #ffebeb;
  color: #e9283f;
}
.montonio-options .montonio-api-status .api-status--green {
  background-color: #edfbec;
  color: #20b01b;
}
.montonio-options .submit {
  margin-bottom: 0;
  padding: 0;
}
.montonio-options .submit .montonio-button {
  font-size: 14px;
  padding: 13px 19px;
}
.montonio-options ~ p.submit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  max-width: 1000px !important;
  margin: 0 auto;
}

.montonio-shipping-panel {
  max-width: 500px;
  position: relative;
  margin-bottom: 10px;
  clear: both;
  container-type: inline-size;
  container-name: montonio-shipping-panel;
}
.montonio-shipping-panel__body {
  padding: 17px 20px 18px;
  background-color: #fff;
  background: #fff;
  border: 1px solid #E2E8F0;
  color: #1b1b1b;
  border-radius: 6px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
}
.montonio-shipping-panel h4 {
  color: #777 !important;
  font-weight: normal;
  margin: 0 0 2px !important;
}
.montonio-shipping-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  border-bottom: 1px dashed #E1DDDB;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.montonio-shipping-panel__header-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.montonio-shipping-panel__title {
  font-size: 14px;
  line-height: 16px;
  color: #1b1b1b !important;
  margin: 0 !important;
  text-transform: capitalize;
}
.montonio-shipping-panel__title span {
  display: block;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: normal;
}
.montonio-shipping-panel__logo {
  max-height: 32px !important;
  max-width: 60px !important;
  display: inline-block !important;
}
.montonio-shipping-panel__notice {
  background: #e7efff;
  padding: 14px 16px;
  overflow-wrap: break-word;
  border-radius: 6px;
}
.montonio-shipping-panel__notice strong {
  color: #0A4DDE;
}
.montonio-shipping-panel__notice--yellow {
  background: #fff6da;
  border-color: #fad791;
  color: #1b1b1b;
}
.montonio-shipping-panel__notice--yellow strong {
  color: #e3a500;
}
.montonio-shipping-panel__notice--red {
  background: #ffebeb;
}
.montonio-shipping-panel__notice--red strong {
  color: #ce0920;
}
.montonio-shipping-panel__notice p {
  color: inherit !important;
  margin: 0;
}
.montonio-shipping-panel__row {
  margin-bottom: 10px;
}
.montonio-shipping-panel__row:last-child {
  margin-bottom: 0;
}
.montonio-shipping-panel__row a {
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: none;
}
.montonio-shipping-panel__row a:hover {
  color: #5c14eb;
}
.montonio-shipping-panel__blocker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.montonio-shipping-panel--loading .montonio-shipping-panel__blocker {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s linear;
}
.montonio-shipping-panel__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@container montonio-shipping-panel (max-width: 340px) {
  .montonio-shipping-panel__actions .montonio-button {
    width: 100%;
  }
}
label[for*=montonio_shipping_sender]::after {
  content: "*";
  color: #E9283F;
}

.montonio-api-key-notice__content {
  padding: 20px 10px;
  font-size: 14px;
}
.montonio-api-key-notice__content img {
  width: 140px;
  margin-bottom: 20px;
}
.montonio-api-key-notice__content h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
}
.montonio-api-key-notice__content p {
  font-size: inherit;
  margin: 0 0 15px 0;
}
.montonio-api-key-notice__content p:last-child {
  margin-bottom: 0;
}
.montonio-api-key-notice__content .action-required + .action-required {
  margin-top: 5px;
}

.order-status.status-mon-label-printed {
  background: #f0ebff;
  color: #260071;
}

.montonio-admin-pickup-point-country-select,
.montonio-admin-pickup-point-select,
.montonio_carrier_country {
  width: 100% !important;
  margin: 0 0 0.5em;
}

.montonio-banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce-admin-page #wpcontent .montonio-banner-wrapper {
  padding-left: 20px;
}

.woocommerce-admin-page #wpcontent #wpadminbar + .montonio-banner-wrapper {
  margin-top: 90px;
}

.montonio-options-loader {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
  margin-left: 8px;
  padding: 8px 15px 8px 10px;
  background: #fff;
  color: #260071;
  border-radius: 5px;
}
.montonio-options-loader::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22loader-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2240px%22%20%20height%3D%2240px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23442DD2%22%20d%3D%22M43.935%2C25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318%2C0-18.683%2C8.365-18.683%2C18.683h4.068c0-8.071%2C6.543-14.615%2C14.615-14.615c8.072%2C0%2C14.615%2C6.543%2C14.615%2C14.615H43.935z%22%3E%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20%20%20%20from%3D%220%2025%2025%22%0A%20%20%20%20%20%20%20%20%20to%3D%22360%2025%2025%22%0A%20%20%20%20%20%20%20%20%20dur%3D%220.6s%22%0A%20%20%20%20%20%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.montonio-shipping-panel__status {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  padding: 5px 8px;
  border-radius: 40px;
  display: inline-block;
  background-color: #f8f6f4;
  color: #3c3c3c;
}

.order-status.montonio-shippment-status--registered,
.montonio-shipping-panel__status--registered {
  background-color: #e7efff;
  color: #2366f9;
}
.order-status.montonio-shippment-status--creationFailed, .order-status.montonio-shippment-status--registrationFailed,
.montonio-shipping-panel__status--creationFailed,
.montonio-shipping-panel__status--registrationFailed {
  background-color: #ffebeb;
  color: #e9283f;
}
.order-status.montonio-shippment-status--labelsCreated,
.montonio-shipping-panel__status--labelsCreated {
  background-color: #f0ebff;
  color: #260071;
}
.order-status.montonio-shippment-status--inTransit, .order-status.montonio-shippment-status--awaitingCollection,
.montonio-shipping-panel__status--inTransit,
.montonio-shipping-panel__status--awaitingCollection {
  background-color: #fff6da;
  color: #bf8b00;
}
.order-status.montonio-shippment-status--delivered,
.montonio-shipping-panel__status--delivered {
  background-color: #edfbec;
  color: #20b01b;
}

.wc-action-button-montonio_print_label {
  background: #260071 !important;
  border-color: #260071 !important;
  color: #fff !important;
}
.wc-action-button-montonio_print_label:hover {
  background: #5c14eb !important;
  border-color: #5c14eb !important;
}
.wc-action-button-montonio_print_label::after {
  font-family: Dashicons;
  content: "\f193" !important;
}

.montonio-banner {
  font-family: Satoshi, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  max-width: 921px;
  position: relative;
  background: #260071 url("../images/banner_pattern.svg") no-repeat right bottom;
  background-size: auto 100%;
  color: #F9E0C0;
  border: none;
  box-shadow: none;
  padding: 24px 32px !important;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 810px) {
  .montonio-banner {
    padding: 32px 24px !important;
  }
}
.montonio-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 819px) {
  .montonio-banner img {
    display: none;
  }
}
.montonio-banner__logo {
  margin-bottom: 16px;
}
.montonio-banner__logo svg {
  max-width: 115px;
}
.montonio-banner__close {
  display: block;
  position: absolute;
  right: 32px;
  top: 24px;
  z-index: 2;
}
.montonio-banner__close span {
  display: none;
}
.montonio-banner__close svg {
  padding: 4px;
}
@media screen and (max-width: 810px) {
  .montonio-banner__close {
    right: 19px;
    top: 20px;
  }
}
.montonio-banner__row {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 810px) {
  .montonio-banner__row {
    flex-direction: column;
  }
}
.montonio-banner__content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.montonio-banner__content h2 {
  color: #F9E0C0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0 0 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.montonio-banner__content h2 span {
  background: #389D9D;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: -0.24px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
}
.montonio-banner__content p {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%;
}
.montonio-banner__content ul {
  display: flex;
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 819px) {
  .montonio-banner__content ul {
    flex-direction: column;
  }
}
.montonio-banner__content ul li {
  background: #E4DBFA;
  flex: 1;
  padding: 24px;
  margin: 0;
  border-radius: 16px;
}
.montonio-banner__content ul li .montonio-icon {
  margin-bottom: 8px;
}
.montonio-banner__content ul li h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  color: #260071;
  margin: 0 0 4px;
}
.montonio-banner__content ul li p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #260071;
}
.montonio-banner__button a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.montonio-banner__note {
  display: flex;
  gap: 9px;
  align-items: center;
  flex: 1;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.273%;
  color: #E4DBFA;
  padding: 4px 8px;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  border-radius: 4px;
  background: rgba(27, 5, 71, 0.5);
}
.montonio-banner__note-icon {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0 2.332px 0 3px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #873EFF;
  box-shadow: 0 20px 24px -8px rgba(15, 26, 42, 0.04), 0 0 2px 0 rgba(15, 26, 42, 0.08);
}

.montonio-international-shipping-description-title {
  display: none;
}
.montonio-international-shipping-description-title + p:empty {
  display: none;
}

.montonio-international-shipping-description {
  background: #f0ebff;
  border: 1px solid #E4DBFA;
  color: #1b1b1b;
  padding: 24px;
  border-radius: 6px;
  line-height: 1.5;
}
.montonio-international-shipping-description ul {
  margin: 7px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.montonio-international-shipping-description ul li {
  margin: 0;
}

/* Montonio Unified Shipping - Default Dimensions Inline Layout */
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  gap: 0 15px;
  align-items: start;
}
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_length],
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_width],
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_height],
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_weight] {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_length] + fieldset .description,
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_width] + fieldset .description,
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_height] + fieldset .description {
  display: none;
}
[id*=default_dimensions_title] + p + .wc-shipping-zone-method-fields label[for*=default_weight] + fieldset .description {
  display: block;
  grid-column: 1/-1;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}