/* Prevent logo shift while pages load */
html {
  scrollbar-gutter: stable;
}

/* Center the desktop logo before Tilda menu scripts balance the columns */
@media screen and (min-width: 981px) {
  #nav2442852751 .t-menu-base__maincontainer {
    position: relative;
  }

  #nav2442852751 .t-menu-base__logowrapper_center {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    transition: none !important;
    z-index: 2;
  }
}

/* Delivery status method: shared typography */
#rec2482724631 {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

#rec2482724631 .t-text {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

/* Desktop alignment with the tracking list */
@media screen and (min-width: 981px) {
  #rec2482724631 {
    margin-top: -47px !important;
  }

  #rec2482724631 .t-col {
    box-sizing: border-box !important;
    float: none !important;
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 0 !important;
  }

  #rec2482724631 .t-text {
    position: relative !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
  }
}

/* Mobile: keep the extra method in normal document flow */
@media screen and (max-width: 980px) {
  #rec2482724631 {
    margin-top: -25px !important;
  }

  #rec2482724631 .t-col {
    box-sizing: border-box !important;
    float: none !important;
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 0 !important;
  }

  #rec2482724631 .t-text {
    position: static !important;
    left: auto !important;
    width: auto !important;
  }
}