
    .page-sun-79 {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f9f9f9;
      line-height: 1.6;
      padding-top: 10px; /* Small decorative padding for main content */
    }

    .page-sun-79__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-sun-79__hero-section {
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,casino,mobile_gaming,promotions,79sun]');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-sun-79__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .page-sun-79__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-sun-79__brand-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-sun-79__hero-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-sun-79__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-sun-79__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      font-size: 1.1em;
      font-weight: bold;
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-sun-79__cta-button:hover {
      background-color: #e6b800;
    }

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

    .page-sun-79__floating-button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-sun-79__floating-button--register {
      background-color: #28a745;
    }

    .page-sun-79__floating-button--register:hover {
      background-color: #218838;
    }

    .page-sun-79__floating-button--login {
      background-color: #007bff;
    }

    .page-sun-79__floating-button--login:hover {
      background-color: #0056b3;
    }

    .page-sun-79__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-sun-79__section-title {
      font-size: 2em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-sun-79__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-sun-79__text-content {
      font-size: 1.1em;
      line-height: 1.8;
      margin-bottom: 20px;
      color: #555;
    }

    .page-sun-79__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-sun-79__game-item {
      text-align: center;
      background-color: #f0f8ff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-sun-79__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-sun-79__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #ffcc00;
    }

    .page-sun-79__game-info {
      padding: 20px;
    }

    .page-sun-79__game-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-sun-79__game-description {
      font-size: 0.95em;
      color: #666;
    }

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

    .page-sun-79__list-item {
      background-color: #f0f8ff;
      padding: 15px 20px;
      border-left: 5px solid #ffcc00;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      font-size: 1.05em;
      color: #444;
      box-sizing: border-box;
    }

    .page-sun-79__promo-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      display: block;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-sun-79__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fdfdfd;
    }

    .page-sun-79__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e6f2ff;
      color: #0056b3;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
    }

    .page-sun-79__faq-question:hover {
      background-color: #d0e8ff;
    }

    .page-sun-79__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

    .page-sun-79__faq-item.active .page-sun-79__faq-toggle {
      transform: rotate(45deg);
    }

    .page-sun-79__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #444;
    }

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

    .page-sun-79__payment-providers, .page-sun-79__game-providers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .page-sun-79__provider-item {
        text-align: center;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 8px;
        background-color: #fdfdfd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        min-width: 120px;
        flex: 1 1 auto;
        max-width: 180px;
    }

    .page-sun-79__provider-item img {
        max-width: 100px;
        height: auto;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .page-sun-79__provider-item span {
        display: block;
        font-weight: bold;
        color: #333;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-sun-79__container {
        padding: 15px;
      }

      .page-sun-79__hero-section {
        padding: 60px 15px;
      }

      .page-sun-79__brand-title {
        font-size: 2.5em;
      }

      .page-sun-79__hero-title {
        font-size: 1.8em;
      }

      .page-sun-79__hero-description {
        font-size: 1em;
      }

      .page-sun-79__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-sun-79__section {
        padding: 25px 15px;
      }

      .page-sun-79__section-title {
        font-size: 1.6em;
      }

      .page-sun-79__text-content {
        font-size: 1em;
      }

      .page-sun-79__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-sun-79__game-image {
        height: 180px;
      }

      .page-sun-79__game-title {
        font-size: 1.2em;
      }

      .page-sun-79__list {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-sun-79__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-sun-79__list-item p {
        word-break: break-word !important;
      }

      .page-sun-79__list-item strong {
        word-break: break-word !important;
      }

      .page-sun-79__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-sun-79__faq-question {
        padding: 12px 15px;
      }

      .page-sun-79__faq-question h3 {
        font-size: 1em;
      }

      .page-sun-79__faq-answer {
        padding: 0 15px;
      }

      .page-sun-79__faq-item.active .page-sun-79__faq-answer {
        padding: 15px 15px !important;
      }

      .page-sun-79__floating-buttons {
        bottom: 10px;
        right: 10px;
        flex-direction: row;
        width: calc(100% - 20px);
        justify-content: space-around;
      }

      .page-sun-79__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-sun-79__provider-item {
        min-width: unset;
        max-width: 150px;
        flex: 1 1 calc(50% - 20px);
      }

      .page-sun-79__provider-item img {
        max-width: 80px;
      }

      .page-sun-79__promo-image,
      .page-sun-79__payment-providers img,
      .page-sun-79__game-providers img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-sun-79__payment-providers,
      .page-sun-79__game-providers {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
      }
    }
  