    .monster-webring-v2 {
      width: 250px;
      padding: 10px;
      background: transparent;
      text-align: center;
      font-family: 'NintendoDS', sans-serif;
      margin: 10px auto;
    }

    .mw-v2-title {
      display: block;
      text-decoration: none;
      color: #ff54bc;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      transition: 0.2s;
    }

    .mw-v2-title:hover {
      text-shadow: 0px 0px 5px #ffb3e1;
    }

    .mw-v2-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      width: 100%;
    }

    .mw-v2-arrow-text {
      text-decoration: none;
      color: #000000;
      font-size: 32px;
      line-height: 1;
      user-select: none;
      flex-shrink: 0;
      transition: 0.2s;
    }

    .mw-v2-arrow-text:hover {
      transform: scale(1.1);
    }

    .mw-v2-button {
      width: 110px;
      height: auto;
      border: 1px solid #000000;
      border-radius: 4px;
      flex-shrink: 0;
    }

    .mw-v2-random {
      display: block;
      margin-top: 8px;
      color: #7a4bbd;
      font-size: 13px;
      font-weight: bold;
    }