
  .welo-review-btn {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;

    background: #1B1B1B;
    color: #fff;
    border: 1px solid #1B1B1B;
    border-radius: 999px;

    text-decoration: none;
    font-weight: 600;

    font-size: 12px;   /* testo 12px */
    line-height: 13px; /* altezza max 13px */
    padding: 6px 10px;

    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-font-smoothing: antialiased;
  }

  .welo-review-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .welo-review-btn:active {
    opacity: 0.85;
    transform: translateY(0);
  }


  .welo-smart-logo {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid #dbdbdb; /* default (light) */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .welo-smart-logo img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
  }


  500;600;700;800&display=swap");

  #welo-mini-reviews-pill,
  #welo-mini-reviews-pill * {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #welo-mini-reviews-pill {
    width: 100%;
  }

  .welo-mini-pill-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: #111111;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
      background-color 0.18s ease,
      border-color 0.18s ease,
      transform 0.12s ease;
  }

  .welo-mini-pill-btn:hover {
    background: rgba(255, 255, 255, 0.99);
    border-color: #d3d3d3;
  }

  .welo-mini-pill-btn:active {
    transform: translateY(1px);
  }

  .welo-mini-pill-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
  }

  .welo-mini-pill-star {
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
  }

  .welo-mini-pill-score,
  .welo-mini-pill-sep,
  .welo-mini-pill-count {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #111111;
  }

  .welo-mini-pill-score,
  .welo-mini-pill-count {
    font-weight: 500;
  }

  .welo-mini-pill-sep {
    font-weight: 500;
    opacity: 0.55;
    transform: translateY(-0.5px);
  }

  .welo-mini-pill-state {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid #dbdbdb;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  @media (max-width: 767px) {
    .welo-mini-pill-btn,
    .welo-mini-pill-state {
      min-height: 31px;
      padding: 0 11px;
    }

    .welo-mini-pill-btn {
      gap: 6px;
    }

    .welo-mini-pill-score,
    .welo-mini-pill-sep,
    .welo-mini-pill-count,
    .welo-mini-pill-state {
      font-size: 14px;
    }

    .welo-mini-pill-star {
      width: 14px;
      height: 14px;
    }

    .welo-mini-pill-stars {
      gap: 2px;
    }
  }


  .welo-text-azienda {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 1.6;
    margin: 0;
  }


  .open-tally,
  .open-tally * {
    box-sizing: border-box;
  }

  .open-tally {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 37px;
    padding: 8px 15px;
    background: #1b1b1b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border-radius: 999px;
    border: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.25s ease;
  }

  .open-tally:hover {
    opacity: 0.94;
  }

  .open-tally-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media (max-width: 767px) {
    .open-tally {
      width: 100%;
      min-height: 34px;
      padding: 6px 13px;
      font-size: 14px;
    }
  }


  .welo-reviews-count {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #8c8c8c;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  @media (max-width: 767px) {
    .welo-reviews-count {
      font-size: 14px;
    }
  }


  .welo-reviews-score {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.5;
    color: #1b1b1b;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  @media (max-width: 767px) {
    .welo-reviews-score {
      font-size: 40px;
    }
  }


  .welo-reviews-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .welo-reviews-star {
    width: 27px;
    height: 27px;
    display: block;
    flex-shrink: 0;
  }

  @media (max-width: 767px) {
    .welo-reviews-star {
      width: 19px;
      height: 19px;
    }
  }


  .contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 300ms ease;
    box-sizing: border-box;
  }

  .contact-button:hover {
    background-color: #e9e9e9;
  }

  .contact-button .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .contact-button-wrapper {
    width: 100%;
    display: block;
  }


  .weloqz71-review-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #1b1b1b;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 200px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    flex-wrap: nowrap;
  }

  .weloqz71-review-btn:hover {
    background-color: #e9e9e9;
  }

  .weloqz71-review-btn img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
  }

  .weloqz71-review-btn-text {
    white-space: nowrap;
    display: inline-block;
  }


  500;600;700;800&display=swap");

  #welo-reviews-summary,
  #welo-reviews-summary * {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #welo-reviews-summary {
    width: 100%;
    padding-bottom: 30px;
  }

  .welo-rs-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    overflow: hidden;
  }

  .welo-rs-attribution {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f7f9ff;
    border-bottom: 1px solid #e5eaf7;
  }

  .welo-rs-attribution-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
  }

  .welo-rs-attribution-text {
    font-size: 12.5px;
    font-weight: 500;
    color: #0285ff;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }

  .welo-rs-inner {
    padding: 20px;
  }

  .welo-rs-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 22px;
    align-items: stretch;
  }

  .welo-rs-col {
    min-width: 0;
  }

  .welo-rs-col--right {
    padding-left: 22px;
    border-left: 1px solid #eeeeee;
  }

  .welo-rs-right-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
  }

  .welo-rs-right-top {
    max-width: 520px;
  }

  .welo-rs-right-bottom {
    margin-top: auto;
    padding-top: 34px;
  }

  .welo-rs-verified {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    z-index: 5;
    margin-bottom: 18px;
    width: fit-content;
    max-width: 100%;
  }

  .welo-rs-verified img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: block;
  }

  .welo-rs-verified span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #111111;
    line-height: 1;
    white-space: nowrap;
  }

  .welo-rs-verified-tooltip {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: min(360px, 82vw);
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 12px 13px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 1.48;
    color: #5d5d5d;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 30;
  }

  .welo-rs-verified-tooltip::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
  }

  .welo-rs-verified-tooltip a {
    color: #111111;
    text-decoration: underline;
    font-weight: 500;
  }

  @media (hover: hover) and (pointer: fine) {
    .welo-rs-verified:hover .welo-rs-verified-tooltip {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
  }

  .welo-rs-verified.is-tooltip-open .welo-rs-verified-tooltip {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .welo-rs-score {
    font-size: 64px;
    line-height: 0.92;
    font-weight: 500;
    letter-spacing: -0.07em;
    color: #111111;
    margin-bottom: 14px;
  }

  .welo-rs-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
  }

  .welo-rs-star {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
  }

  .welo-rs-meta {
    font-size: 15px;
    line-height: 1.45;
    color: #5d5d5d;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }

  .welo-rs-dist {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .welo-rs-dist-row {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) 44px;
    gap: 10px;
    align-items: center;
  }

  .welo-rs-dist-label,
  .welo-rs-dist-value {
    font-size: 14px;
    line-height: 1;
    color: #5d5d5d;
    letter-spacing: -0.02em;
  }

  .welo-rs-dist-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
  }

  .welo-rs-dist-fill {
    position: absolute;
    inset: 0 auto 0 0;
    height: 100%;
    border-radius: 999px;
    background: #171717;
    min-width: 0;
  }

  .welo-rs-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111111;
    margin: 2px 0 10px;
  }

  .welo-rs-text {
    font-size: 14px;
    line-height: 1.6;
    color: #5d5d5d;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    max-width: 520px;
  }

  .welo-rs-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .welo-rs-actions .weloqz71-review-btn,
  .welo-rs-contact-btn {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
  }

  .welo-rs-actions .weloqz71-review-btn:hover,
  .welo-rs-contact-btn:hover {
    background: #fafafa;
    border-color: #d1d1d1;
  }

  .welo-rs-actions .weloqz71-review-btn:active,
  .welo-rs-contact-btn:active {
    transform: translateY(1px);
  }

  .welo-rs-contact-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
  }

  .welo-rs-footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #5d5d5d;
    letter-spacing: -0.02em;
  }

  .welo-rs-footer-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4b841a;
    flex-shrink: 0;
  }

  .welo-rs-state {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    letter-spacing: -0.02em;
  }

  @media (max-width: 767px) {
    .welo-rs-inner {
      padding: 16px;
    }

    .welo-rs-attribution {
      padding: 9px 16px;
      gap: 0;
    }

    .welo-rs-attribution-icon {
      display: none;
    }

    .welo-rs-attribution-text {
      font-size: 12px;
    }

    .welo-rs-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .welo-rs-col--right {
      padding-left: 0;
      padding-top: 18px;
      border-left: 0;
      border-top: 1px solid #eeeeee;
    }

    .welo-rs-right-top {
      display: none;
    }

    .welo-rs-right-bottom {
      margin-top: 0;
      padding-top: 0;
    }

    .welo-rs-score {
      font-size: 52px;
      margin-bottom: 10px;
    }

    .welo-rs-star {
      width: 18px;
      height: 18px;
    }

    .welo-rs-meta {
      font-size: 14px;
      margin-bottom: 18px;
    }

    .welo-rs-title {
      font-size: 15px;
      margin-bottom: 8px;
    }

    .welo-rs-text {
      font-size: 13px;
      max-width: none;
    }

    .welo-rs-actions .weloqz71-review-btn,
    .welo-rs-contact-btn {
      min-height: 46px;
      font-size: 14px;
      padding: 12px 14px;
    }

    .welo-rs-verified {
      padding: 8px 11px;
      margin-bottom: 14px;
    }

    .welo-rs-verified img {
      width: 15px;
      height: 15px;
    }

    .welo-rs-verified span {
      font-size: 12px;
    }

    .welo-rs-verified-tooltip {
      width: min(300px, calc(100vw - 52px));
      font-size: 12px;
    }

    .welo-rs-footer {
      font-size: 12px;
      margin-top: 14px;
      padding-top: 14px;
    }
  }


:root {
  --review-bg: #ffffff;
  --review-surface: #fafafa;
  --review-border: #e8e8e8;
  --review-border-strong: #dcdcdc;
  --review-text: #111111;
  --review-text-soft: #5d5d5d;
  --review-text-muted: #8f8f8f;
  --review-black: #171717;
  --review-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
  --review-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.045);
  --review-radius-card: 14px;
}

body,
button,
a,
span,
div {
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#reviews-list {
  display: block;
}

@media (max-width: 767px) {
  #reviews-list {
    padding-bottom: 72px;
  }
}

/* ===================== */
/* FILTERS */
/* ===================== */
.reviews-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-pill-group,
.sort-pill-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.filter-pill-group::before,
.filter-pill-group::after,
.sort-pill-group::before,
.sort-pill-group::after,
.filter-pill::before,
.filter-pill::after,
.sort-pill::before,
.sort-pill::after {
  display: none !important;
  content: none !important;
}

.filter-pill,
.sort-pill {
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--review-border);
  background: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--review-text);
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.12s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 44px;
  white-space: nowrap;
  box-shadow: none !important;
  outline: none !important;
  flex: 0 0 auto;
  margin: 0;
  position: relative;
}

.filter-pill:hover,
.sort-pill:hover {
  background: var(--review-surface) !important;
  border-color: var(--review-border-strong);
}

.filter-pill:active,
.sort-pill:active {
  transform: translateY(1px);
}

.filter-pill.active,
.sort-pill.active {
  background: var(--review-black) !important;
  color: #ffffff !important;
  border-color: var(--review-black) !important;
  box-shadow: none !important;
}

.filter-pill-star {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
}

.filter-pill.active .filter-pill-star {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .reviews-controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 16px;
  }

  .filter-pill-group,
  .sort-pill-group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 0 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    gap: 6px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-y pinch-zoom;
  }

  .filter-pill-group::-webkit-scrollbar,
  .sort-pill-group::-webkit-scrollbar {
    display: none;
  }

  .filter-pill,
  .sort-pill {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
    gap: 5px;
    min-width: 44px;
  }
}

/* ===================== */
/* REVIEW CARD */
/* ===================== */
.review-card {
  background: #ffffff;
  border: 1px solid var(--review-border);
  border-radius: var(--review-radius-card);
  padding: 20px 20px 10px;
  margin-bottom: 18px;
  position: relative;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
  box-shadow: var(--review-shadow);
  overflow: visible;
}

.review-card:hover {
  border-color: #dddddd;
  box-shadow: var(--review-shadow-hover);
}

@media (max-width: 767px) {
  .review-card {
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 14px;
  }
}

/* ===================== */
/* STARS */
/* ===================== */
.review-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  padding-right: 180px;
}

.review-stars img {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 767px) {
  .review-stars {
    padding-right: 0;
    margin-bottom: 12px;
  }

  .review-stars img {
    width: 17px;
    height: 17px;
  }
}

/* ===================== */
/* VERIFIED BADGE */
/* ===================== */
.review-verified {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--review-border);
  z-index: 5;
}

.review-verified img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.review-verified span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--review-text);
  line-height: 1;
}

.review-verified:focus {
  outline: none;
}

@media (max-width: 767px) {
  .review-verified {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 12px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 11px;
    z-index: 10;
  }

  .review-verified img {
    width: 15px;
    height: 15px;
  }

  .review-verified span {
    font-size: 12px;
  }
}

/* ===================== */
/* VERIFIED TOOLTIP */
/* ===================== */
.review-verified-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(360px, 82vw);
  background: #ffffff;
  border: 1px solid var(--review-border);
  border-radius: 12px;
  padding: 12px 13px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 1.48;
  color: var(--review-text-soft);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 30;
}

.review-verified-tooltip::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.review-verified-tooltip a {
  color: var(--review-text);
  text-decoration: underline;
  font-weight: 600;
}

@media (hover: hover) and (pointer: fine) {
  .review-verified:hover .review-verified-tooltip {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.review-verified.is-tooltip-open .review-verified-tooltip {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 767px) {
  .review-verified-tooltip {
    top: calc(100% + 8px);
    left: 0;
    right: auto;
    width: min(300px, calc(100vw - 56px));
    border-radius: 12px;
    padding: 12px 13px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  }
}

/* ===================== */
/* TEXT & TYPOGRAPHY */
/* ===================== */
.review-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--review-text);
  margin-bottom: 10px;
  padding-right: 210px;
  max-width: none;
  word-break: break-word;
}

.review-text {
  font-size: 15px;
  color: var(--review-text-soft);
  line-height: 1.68;
  margin-bottom: 16px;
  max-width: none;
  width: 100%;
  white-space: pre-line;
  word-break: break-word;
}

@media (max-width: 767px) {
  .review-title {
    font-size: 17px;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.62;
    margin-bottom: 14px;
  }
}

/* ===================== */
/* FOOTER / META */
/* ===================== */
.review-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 0;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.review-avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(17, 17, 17, 0.04);
  box-sizing: border-box;
  user-select: none;
}

.review-user-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  min-width: 0;
}

.review-author {
  font-size: 15px;
  font-weight: 500;
  color: var(--review-text);
  letter-spacing: -0.01em;
}

.review-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--review-text-muted);
}

.review-date::before {
  content: "•";
  color: #cfcfcf;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 767px) {
  .review-user {
    gap: 10px;
  }

  .review-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 11px;
  }

  .review-author {
    font-size: 14px;
  }

  .review-date {
    font-size: 13px;
  }
}

/* ===================== */
/* REPORT + SHARE ROW */
/* ===================== */
.review-actions {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.review-report,
.review-share {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--review-text-muted);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.review-report:hover,
.review-share:hover {
  background: var(--review-surface);
  color: var(--review-text);
  opacity: 1;
}

.review-report img,
.review-share img {
  width: 14px;
  height: 14px;
  opacity: 0.78;
  flex-shrink: 0;
}

/* ===================== */
/* NO REVIEWS BLOCK */
/* ===================== */
.no-reviews-box {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--review-border);
  padding: 44px 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: var(--review-shadow);
}

.no-reviews-text {
  font-size: 16px;
  color: var(--review-text);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===================== */
/* LOAD MORE BTN */
/* ===================== */
.load-more-reviews {
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  box-shadow: none;
}

.load-more-reviews:hover {
  opacity: 0.96;
}

.load-more-reviews:active {
  transform: translateY(1px);
}

/* ===================== */
/* MEDIA PREVIEW STRIP */
/* ===================== */
.review-media {
  display: flex;
  align-items: center;
  margin: 2px 0 16px;
  padding-top: 2px;
}

.review-media-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--review-border);
  background: #050505;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
  transform-origin: center center;
}

.review-media-thumb--main + .review-media-thumb {
  margin-left: -46px;
}

.review-media-thumb + .review-media-thumb {
  margin-left: -46px;
}

.review-media-thumb--main {
  transform: rotate(-5deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.review-media-thumb--secondary {
  transform: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-color: #e6e6e6;
}

.review-media-thumb:hover {
  border-color: #d8d8d8;
}

.review-media-thumb img,
.review-media-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.review-media-video-thumb {
  width: 100%;
  height: 100%;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.review-media-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  transition: all 0.2s ease;
}

.review-media-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000000;
  margin-left: 2px;
}

@media (max-width: 767px) {
  .review-media {
    margin-bottom: 14px;
  }

  .review-media-thumb {
    width: 74px;
    height: 74px;
    border-radius: 16px;
  }

  .review-media-thumb--main + .review-media-thumb,
  .review-media-thumb + .review-media-thumb {
    margin-left: -38px;
  }
}

/* ===================== */
/* LIGHTBOX */
/* ===================== */
.review-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10, 12, 16, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  overscroll-behavior: contain;
  backdrop-filter: blur(8px);
}

.review-lightbox-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.review-lightbox-inner {
  position: relative;
  max-width: min(96vw, 760px);
  width: 100%;
  padding: 24px 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-lightbox-media-container {
  flex: 1;
  max-width: 660px;
  max-height: 82vh;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.review-lightbox-media {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.review-lightbox-media video {
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
}

.review-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  transition: all 0.22s ease;
  backdrop-filter: blur(4px);
}

.review-lightbox-close:hover {
  background: rgba(0, 0, 0, 0.72);
  transform: scale(1.08);
}

.review-lightbox-close svg {
  width: 18px;
  height: 18px;
}

.review-lightbox-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 40;
  transition: all 0.22s ease;
  backdrop-filter: blur(4px);
}

.review-lightbox-prev,
.review-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.review-lightbox-prev {
  left: 16px;
}

.review-lightbox-next {
  right: 16px;
}

.review-lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.72);
  transform: translateY(-50%) scale(1.08);
}

.review-lightbox-nav[disabled] {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}

.review-lightbox-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  z-index: 40;
  backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .review-lightbox-inner {
    padding: 18px 20px;
  }

  .review-lightbox-media-container {
    max-height: 78vh;
    border-radius: 18px;
  }

  .review-lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .review-lightbox-prev {
    left: 8px;
  }

  .review-lightbox-next {
    right: 8px;
  }

  .review-lightbox-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .review-lightbox-counter {
    bottom: 12px;
    font-size: 12px;
    padding: 5px 10px;
  }
}

.reviews-active-hint {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
  padding-left: 2px;
}



  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    margin: 0;
  }


  .welo-docs-section {
    width: 100%;
    background: transparent;
    padding: 48px 0 40px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111112;
  }

  .welo-docs-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
  }

  .welo-docs-head {
    margin-bottom: 26px;
  }

  .welo-docs-head h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #111112;
  }

  .welo-docs-tabs-shell {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
  }

  .welo-docs-tabs-shell::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: -1px;
    width: 38px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 78%);
    z-index: 2;
  }

  .welo-docs-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    border-bottom: 0;
    overflow: visible;
  }

  .welo-docs-tab {
    appearance: none;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    color: rgba(27, 27, 27, 0.6);
    height: 34px;
    padding: 0 14px;
    margin: 0;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.01em;
    cursor: pointer;
    white-space: nowrap;
    flex: 0 0 auto;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  }

  .welo-docs-tab:hover {
    color: #111112;
    border-color: rgba(17, 17, 18, 0.18);
    background: #fafafa;
  }

  .welo-docs-tab.is-active {
    background: #111112;
    color: #ffffff;
    border-color: #111112;
    box-shadow: none;
  }

  .welo-docs-count {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #111112;
  }

  .welo-docs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .welo-doc-card {
    width: 100%;
    min-height: 73px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 10px;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-radius: 13px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  }

  .welo-doc-card:hover {
    background: #ffffff;
    border-color: rgba(17, 17, 18, 0.22);
    transform: translateY(-1px);
  }

  .welo-doc-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202124;
  }

  .welo-doc-icon svg {
    width: 34px;
    height: 34px;
    display: block;
    stroke-width: 2;
  }

  .welo-doc-content {
    min-width: 0;
    flex: 1;
  }

  .welo-doc-tag {
    margin: 0 0 2px;
    color: rgba(27, 27, 27, 0.6);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .welo-doc-title {
    margin: 0;
    color: #111112;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .welo-docs-loading,
  .welo-docs-empty,
  .welo-docs-error {
    grid-column: 1 / -1;
    width: 100%;
    padding: 18px;
    border-radius: 13px;
    border: 1px solid #dbdbdb;
    background: #fbfbfb;
    color: rgba(27, 27, 27, 0.6);
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
  }

  @media (max-width: 991px) {
    .welo-docs-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .welo-docs-section {
      padding: 36px 0 40px;
    }

    .welo-docs-wrap {
      padding: 20px;
      border-radius: 14px;
    }

    .welo-docs-head {
      margin-bottom: 22px;
    }

    .welo-docs-head h2 {
      font-size: 18px;
      line-height: 1.25;
      font-weight: 500;
      letter-spacing: -0.03em;
    }

    .welo-docs-tabs-shell {
      margin-bottom: 26px;
      overflow: hidden;
    }

    .welo-docs-tabs-shell::after {
      display: block;
    }

    .welo-docs-tabs {
      width: 100%;
      gap: 7px;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: 1px;
      padding-right: 34px;
      box-sizing: border-box;
    }

    .welo-docs-tabs::-webkit-scrollbar {
      display: none;
    }

    .welo-docs-tab {
      height: 33px;
      padding: 0 12px;
      font-size: 14px;
      flex: 0 0 auto;
      box-shadow: none !important;
    }

    .welo-docs-count {
      margin-bottom: 18px;
      font-size: 16px;
    }

    .welo-docs-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .welo-doc-card {
      min-height: 73px;
      padding: 13px 10px;
      gap: 14px;
    }

    .welo-doc-title {
      font-size: 16px;
      -webkit-line-clamp: 2;
    }
  }


  /* ===== WELO • Compact Pills v2 (isolated) ===== */
  .welo-pills-v2{
    --w2-text:#0a0a0a;
    --w2-border:#e8e8e8;
    --w2-bg:#ffffff;
    --w2-muted:rgba(10,10,10,.70);

    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
    color: var(--w2-text);
    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .welo-pill-v2{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    border: 1px solid var(--w2-border);
    border-radius: 999px;
    background: var(--w2-bg);
    min-width: 0;
  }

  .welo-check-v2{
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid var(--w2-border);
    display: grid;
    place-items: center;
    color: var(--w2-muted);
  }

  .welo-check-v2 svg{
    width: 18px;
    height: 18px;
    display: block;
  }

  .welo-txt-v2{
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (max-width: 420px){
    .welo-pills-v2{
      grid-template-columns: 1fr;
    }
  }


  #welo-updates {
    width: 100%;
    font-family: Inter, sans-serif;
    color: #1b1b1b;
  }

  .welo-update-item {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
  }

  .welo-update-tag {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.02px;
    color: #1b1b1b;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 3px 11px;
    margin: 0 0 5px 0;
    text-decoration: none;
    white-space: nowrap;
  }

  .welo-update-date {
    margin: 0 0 2px 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(27, 27, 27, 0.5);
  }

  .welo-update-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: #1b1b1b;
  }

  .welo-update-text {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #1b1b1b;
    white-space: pre-line;
  }

  .welo-update-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #2b6eff;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .welo-update-link:hover {
    opacity: 0.82;
  }

  .welo-updates-loading,
  .welo-updates-empty,
  .welo-updates-error {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #1b1b1b;
  }

  .welo-updates-pagination {
    padding-top: 12px;
  }

  .welo-load-more {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    color: #1b1b1b;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
  }

  .welo-load-more:hover {
    background: #f7f7f7;
  }

  .welo-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  @media (max-width: 767px) {
    .welo-update-item {
      padding: 20px 0;
    }

    .welo-update-tag {
      margin-bottom: 5px;
    }

    .welo-update-date {
      margin-bottom: 2px;
    }

    .welo-update-title {
      margin-bottom: 8px;
    }

    .welo-update-text {
      margin-bottom: 6px;
    }
  }


  @media (max-width: 767px) {
    .welo-nav-animate {
      transition: transform 220ms ease, opacity 220ms ease;
      will-change: transform, opacity;
    }
    .welo-nav-hide {
      transform: translateY(-110%);
      opacity: 0;
      pointer-events: none;
    }

    /* safety: evita “salti” su iOS */
    .welo-nav-animate.welo-nav-hide {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .welo-nav-animate {
      transition: none !important;
    }
  }


  .weloqz71bnav-shell,
  .weloqz71bnav-shell * {
    box-sizing: border-box;
  }

  .weloqz71bnav-shell {
    --weloqz71bnav-vp-shift: 0px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate3d(-50%, var(--weloqz71bnav-vp-shift), 0);
    z-index: 999999;
    width: max-content;
    max-width: calc(100vw - 24px);
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
    will-change: transform;
    pointer-events: none;
  }

  .weloqz71bnav-shell[data-behind-overlay="1"] {
    z-index: 99998 !important;
    pointer-events: none !important;
  }

  .weloqz71bnav-wrap {
    pointer-events: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 7px;
    box-shadow:
      0 8px 30px rgba(0, 0, 0, 0.08),
      0 1px 3px rgba(0, 0, 0, 0.05);
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .weloqz71bnav-wrap::-webkit-scrollbar {
    display: none;
  }

  .weloqz71bnav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 13px;
    padding: 9px 12px;
    font-size: 15px;
    font-weight: 500;
    color: #a6a6a6;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
    min-height: 40px;
    transform: translateZ(0);
    will-change: background-color, color, padding;
    transition:
      background-color 0.32s cubic-bezier(.22,1,.36,1),
      color 0.32s cubic-bezier(.22,1,.36,1),
      padding 0.46s cubic-bezier(.22,1,.36,1),
      box-shadow 0.32s cubic-bezier(.22,1,.36,1);
  }

  .weloqz71bnav-btn:hover {
    background: #f3f4f6;
    color: #111827;
  }

  .weloqz71bnav-btn.weloqz71bnav-is-active {
    background: #f3f4f6;
    color: #111827;
    padding: 9px 18px;
  }

  .weloqz71bnav-icon {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    transform: translateX(0) scale(1);
    transition:
      color 0.32s cubic-bezier(.22,1,.36,1),
      transform 0.46s cubic-bezier(.22,1,.36,1);
  }

  .weloqz71bnav-btn.weloqz71bnav-is-active .weloqz71bnav-icon,
  .weloqz71bnav-btn:hover .weloqz71bnav-icon {
    color: currentColor;
    transform: translateX(0) scale(1.01);
  }

  .weloqz71bnav-icon svg {
    width: 19px;
    height: 19px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.95;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon {
    width: 20px;
    height: 20px;
  }

  .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon svg {
    width: 20px;
    height: 20px;
  }

  .weloqz71bnav-label {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    margin-left: 0;
    transform: translateX(-3px);
    will-change: width, opacity, margin-left, transform;
    transition:
      width 0.46s cubic-bezier(.22,1,.36,1),
      opacity 0.26s ease,
      margin-left 0.46s cubic-bezier(.22,1,.36,1),
      transform 0.46s cubic-bezier(.22,1,.36,1);
  }

  .weloqz71bnav-label-inner {
    display: inline-block;
    white-space: nowrap;
    padding-right: 4px;
  }

  .weloqz71bnav-btn.weloqz71bnav-is-active .weloqz71bnav-label {
    width: var(--weloqz71bnav-label-w, 0px);
    opacity: 1;
    margin-left: 8px;
    transform: translateX(0);
  }

  @media (min-width: 768px) {
    .weloqz71bnav-wrap {
      gap: 9px;
      border-radius: 20px;
      padding: 7px;
    }

    .weloqz71bnav-btn {
      padding: 10px 17px;
      min-height: 44px;
      font-size: 15px;
      border-radius: 14px;
    }

    .weloqz71bnav-btn.weloqz71bnav-is-active {
      padding: 10px 19px;
    }

    .weloqz71bnav-icon {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-icon svg {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon svg {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-label,
    .weloqz71bnav-btn.weloqz71bnav-is-active .weloqz71bnav-label {
      width: auto !important;
      opacity: 1 !important;
      margin-left: 9px !important;
      transform: translateX(0) !important;
      overflow: visible !important;
    }
  }

  @media (max-width: 767px) {
    .weloqz71bnav-shell {
      max-width: calc(100vw - 20px);
      bottom: 20px;
    }

    .weloqz71bnav-wrap {
      gap: 6px;
      border-radius: 18px;
      padding: 6px;
    }

    .weloqz71bnav-btn {
      border-radius: 12px;
      padding: 8px 10px;
      font-size: 14px;
      min-height: 40px;
    }

    .weloqz71bnav-btn.weloqz71bnav-is-active {
      padding: 8px 15px;
    }

    .weloqz71bnav-icon {
      width: 18px;
      height: 18px;
    }

    .weloqz71bnav-icon svg {
      width: 18px;
      height: 18px;
    }

    .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-btn[data-weloqz71bnav-target="News"] .weloqz71bnav-icon svg {
      width: 20px;
      height: 20px;
    }

    .weloqz71bnav-btn.weloqz71bnav-is-active .weloqz71bnav-label {
      margin-left: 8px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .weloqz71bnav-btn,
    .weloqz71bnav-icon,
    .weloqz71bnav-label,
    .weloqz71bnav-shell {
      transition: none !important;
    }
  }
