/* Mobile delivery-and-payment improvements (content panels only) */

@media screen and (max-width: 639px) {
  /* Move spacing inside the white panel — avoid black gap between Tilda blocks */
  #rec2727580601 [data-elem-id="1785345902809000002"],
  #rec2727580601 [data-elem-id="1785345902809000001"],
  #rec2739368001 [data-elem-id="1785345902809000002"],
  #rec2739368001 [data-elem-id="1785345902809000001"],
  #rec2739396801 [data-elem-id="1785345902809000002"],
  #rec2739396801 [data-elem-id="1785345902809000001"],
  #rec2739455401 [data-elem-id="1785345902809000002"],
  #rec2739455401 [data-elem-id="1785345902809000001"],
  #rec2739462901 [data-elem-id="1785345902809000002"],
  #rec2739462901 [data-elem-id="1785345902809000001"] {
    margin-top: 16px;
  }

  /* Hide secondary absolute sources after their content is moved into the flow */
  #rec2727580601 .delivery-copy-source--hidden,
  #rec2739368001 .delivery-copy-source--hidden,
  #rec2739396801 .delivery-copy-source--hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Normalize headings */
  #rec2727580601 [data-elem-id="1785345902809000002"] .tn-atom,
  #rec2739368001 [data-elem-id="1785345902809000002"] .tn-atom,
  #rec2739396801 [data-elem-id="1785345902809000002"] .tn-atom,
  #rec2739455401 [data-elem-id="1785345902809000002"] .tn-atom,
  #rec2739462901 [data-elem-id="1785345902809000002"] .tn-atom {
    line-height: 1.1 !important;
    margin-bottom: 6px;
  }

  /* Normalize body copy / flowed parts */
  #rec2727580601 [data-elem-id="1785345902809000001"] .tn-atom,
  #rec2739368001 [data-elem-id="1785345902809000001"] .tn-atom,
  #rec2739396801 [data-elem-id="1785345902809000001"] .tn-atom,
  #rec2739455401 [data-elem-id="1785345902809000001"] .tn-atom,
  #rec2739462901 [data-elem-id="1785345902809000001"] .tn-atom,
  .delivery-copy-flow__part {
    line-height: 1.4 !important;
  }

  /* Host body grows with the combined flow */
  #rec2727580601 [data-elem-id="1785345902809000001"],
  #rec2739368001 [data-elem-id="1785345902809000001"],
  #rec2739396801 [data-elem-id="1785345902809000001"],
  #rec2739455401 [data-elem-id="1785345902809000001"],
  #rec2739462901 [data-elem-id="1785345902809000001"] {
    height: auto !important;
    overflow: visible !important;
  }

  .delivery-copy-flow {
    display: block;
  }

  .delivery-copy-flow__part + .delivery-copy-flow__part {
    margin-top: 12px;
  }

  .delivery-copy-flow ul {
    margin: 0;
    padding-left: 1.15em;
  }

  .delivery-copy-flow li {
    line-height: 1.4 !important;
    margin: 0 0 0.4em;
  }

  .delivery-copy-flow li:last-child {
    margin-bottom: 0;
  }
}

/* Visible on all breakpoints — JS wraps phrases on desktop and mobile */
.delivery-payment-highlight {
  color: #00b5cd;
  font-weight: 600;
}
