  /* Reduced size styles for Delete and Disabled checkboxes (20% smaller) */
  #deleteCheckbox:checked + .checkbox-custom::after,
  #disabledCheckbox:checked + .checkbox-custom::after {
    width: 2.4rem;
    height: 1.44rem;
    border-width: 0.15rem;
  }

  #productModal .modal-footer {
    padding: 1rem 2rem 2rem !important;
  }

  /* In "Add Product" mode, hide the Delete button but keep Disable visible */
  #productModal.is-new-product #btnToggleDelete {
    display: none !important;
  }

  .daily-tag-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
    color: #007aff;
    background: #e3f2fd;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
  }
