
    .page-de-ve-97 {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-de-ve-97__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-de-ve-97__hero-section {
      text-align: center;
      padding: 60px 0;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,lucky_number]') no-repeat center center/cover;
      margin-bottom: 40px;
    }

    .page-de-ve-97__hero-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-de-ve-97__hero-subtitle {
      font-size: 1.3em;
      color: #ffffff;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-de-ve-97__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-de-ve-97__button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
    }

    .page-de-ve-97__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-de-ve-97__section {
      padding: 40px 0;
      margin-bottom: 30px;
      background-color: #2a2a2a;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-de-ve-97__section-title {
      font-size: 2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-de-ve-97__content-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
      color: #d0d0d0;
    }

    .page-de-ve-97__image-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-de-ve-97__image-card {
      background-color: #3a3a3a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-align: center;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
    }

    .page-de-ve-97__image-card-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-de-ve-97__image-card-title {
      font-size: 1.2em;
      color: #ffcc00;
      padding: 15px;
      margin: 0;
    }

    .page-de-ve-97__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-de-ve-97__list-item {
      background-color: #3a3a3a;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      color: #d0d0d0;
      box-sizing: border-box;
      width: 100%;
    }

    .page-de-ve-97__list-item::before {
      content: '✓';
      color: #ffcc00;
      font-size: 1.2em;
      margin-right: 10px;
      font-weight: bold;
    }

    .page-de-ve-97__faq-section {
      padding: 40px 0;
      background-color: #2a2a2a;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-de-ve-97__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-de-ve-97__faq-item {
      background-color: #3a3a3a;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-de-ve-97__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #444;
      color: #ffcc00;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-de-ve-97__faq-question:hover {
      background-color: #555;
    }

    .page-de-ve-97__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #ffcc00;
      font-size: 1.1em;
    }

    .page-de-ve-97__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-de-ve-97__faq-item.active .page-de-ve-97__faq-toggle {
      transform: rotate(45deg);
    }

    .page-de-ve-97__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #d0d0d0;
      background-color: #3a3a3a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-de-ve-97__faq-item.active .page-de-ve-97__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-de-ve-97__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-de-ve-97__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-de-ve-97__floating-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border: none;
      border-radius: 50px;
      font-size: 1em;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-de-ve-97__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-de-ve-97__hero-title {
        font-size: 2em;
      }

      .page-de-ve-97__hero-subtitle {
        font-size: 1em;
      }

      .page-de-ve-97__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-de-ve-97__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-de-ve-97__section-title {
        font-size: 1.6em;
      }

      .page-de-ve-97__content-text {
        font-size: 1em;
      }

      .page-de-ve-97__image-grid {
        grid-template-columns: 1fr;
      }

      .page-de-ve-97__image-card-img {
        height: 200px;
      }

      .page-de-ve-97__list {
        grid-template-columns: 1fr;
      }

      .page-de-ve-97__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-de-ve-97__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-de-ve-97__list-item p, .page-de-ve-97__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-de-ve-97__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-de-ve-97__faq-question h3 {
        font-size: 1em;
      }

      .page-de-ve-97__faq-answer {
        padding: 0 15px;
      }

      .page-de-ve-97__faq-item.active .page-de-ve-97__faq-answer {
        padding: 15px !important;
      }

      .page-de-ve-97__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-de-ve-97__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-de-ve-97__button {
        max-width: 100%;
      }
    }

    .page-de-ve-97__image-card-img, .page-de-ve-97__hero-section {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
      overflow: hidden;
    }
    @media (max-width: 768px) {
      .page-de-ve-97__image-card-img, .page-de-ve-97__hero-section {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-de-ve-97__image-card {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  