/* Home page (index.html) only. Layout stays the template's; these rules only adapt
   elements whose template content had a very different length. */

/* Big counter: the true number has 2 to 3 digits (template: 12,000+), so the rotated badge
   is anchored to the number's top-right corner from the left and kept on one line,
   instead of covering the digits. */
.counter-center-item .counter-badge { white-space: nowrap; right: auto; left: calc(100% - 70px); }

/* Viber link in place of the template's Instagram link: solid brand colour (the gradient text was too light on white) */
.instagram-link.ih-viber-link { background-image: none; -webkit-text-fill-color: currentColor; color: #7360f2; }
