/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 06 2026 | 12:21:28 */
/* =========================================
   CART BLOCK (Kadence + Woo Blocks) – MOBILE
   Радио доставки рядом с текстом
========================================= */
@media (max-width: 768px) {

  /* вся строка доставки */
  .wc-block-components-radio-control {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  /* сам кружок */
  .wc-block-components-radio-control__input {
    margin: 4px 0 0 0 !important;
    flex-shrink: 0 !important;
  }

  /* текст */
  .wc-block-components-radio-control__label {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  /* цена */
  .wc-block-components-radio-control__label .wc-block-formatted-money-amount {
    display: inline !important;
    font-weight: 600;
    margin-left: 4px;
    white-space: nowrap;
  }
}
