    /* ZWORLD_CLASSIC_SEND_SVG_V8_2_START */

    /*
     * Flèche d’envoi SVG :
     * plus épaisse, plus lisible et identique
     * sur Web, mobile et futur APK.
     */

    .classic-send-icon-v8-2 {
      width: 21px;
      height: 21px;

      display: block;

      overflow: visible;

      fill: none;
      stroke: currentColor;
      stroke-width: 2.8;
      stroke-linecap: round;
      stroke-linejoin: round;

      pointer-events: none;
    }

    .classic-send-v8:hover
    .classic-send-icon-v8-2,
    .classic-send-v8:focus-visible
    .classic-send-icon-v8-2 {
      transform: translateY(-1px);
    }

    @media (max-width: 760px) {
      .classic-send-icon-v8-2 {
        width: 22px;
        height: 22px;
      }
    }

    /* ZWORLD_CLASSIC_SEND_SVG_V8_2_END */
