
      .page-resources-k88c-deposit-withdrawal-process {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: #333333; /* Default text color for light background */
        background-color: #f8f9fa;
      }

      .page-resources-k88c-deposit-withdrawal-process__hero-section {
        position: relative;
        padding: 10px 20px 60px;
        background-color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }

      .page-resources-k88c-deposit-withdrawal-process__hero-image-container {
        width: 100%;
        max-width: 1200px;
        margin-bottom: 30px;
        border-radius: 10px;
        overflow: hidden;
      }

      .page-resources-k88c-deposit-withdrawal-process__hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }

      .page-resources-k88c-deposit-withdrawal-process__hero-content {
        max-width: 900px;
        margin: 0 auto;
      }

      .page-resources-k88c-deposit-withdrawal-process__main-title {
        font-size: clamp(2em, 5vw, 2.8em);
        color: #2563eb;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
      }

      .page-resources-k88c-deposit-withdrawal-process__description {
        font-size: 1.1em;
        color: #64748b;
        margin-bottom: 30px;
      }

      .page-resources-k88c-deposit-withdrawal-process__cta-button {
        display: inline-block;
        background-color: #2563eb;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-resources-k88c-deposit-withdrawal-process__cta-button:hover {
        background-color: #1a4ed8;
        transform: translateY(-2px);
      }

      .page-resources-k88c-deposit-withdrawal-process__section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
      }

      .page-resources-k88c-deposit-withdrawal-process__section-title {
        font-size: 2.2em;
        color: #2563eb;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 700;
      }

      .page-resources-k88c-deposit-withdrawal-process__subsection-title {
        font-size: 1.8em;
        color: #333333;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 600;
      }

      .page-resources-k88c-deposit-withdrawal-process__subsubsection-title {
        font-size: 1.4em;
        color: #64748b;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-resources-k88c-deposit-withdrawal-process__list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
      }

      .page-resources-k88c-deposit-withdrawal-process__list-item {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        transition: transform 0.2s ease;
        box-sizing: border-box;
      }

      .page-resources-k88c-deposit-withdrawal-process__list-item:hover {
        transform: translateY(-3px);
      }

      .page-resources-k88c-deposit-withdrawal-process__list-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        object-fit: contain;
      }

      .page-resources-k88c-deposit-withdrawal-process__list-content {
        flex-grow: 1;
      }

      .page-resources-k88c-deposit-withdrawal-process__list-content h4 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #2563eb;
        font-size: 1.2em;
      }

      .page-resources-k88c-deposit-withdrawal-process__image-wrapper {
        text-align: center;
        margin: 40px 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }

      .page-resources-k88c-deposit-withdrawal-process__image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }

      .page-resources-k88c-deposit-withdrawal-process__image-caption {
        font-style: italic;
        color: #64748b;
        margin-top: 10px;
        font-size: 0.9em;
      }

      .page-resources-k88c-deposit-withdrawal-process__important-note {
        background-color: #fff3cd;
        color: #664d03;
        padding: 20px;
        border-left: 5px solid #ffc107;
        border-radius: 5px;
        margin: 30px 0;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-section {
        background-color: #ffffff;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-item {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.4s ease;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: #f0f8ff;
        color: #2563eb;
        font-weight: 600;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-question:hover {
        background-color: #e6f7ff;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        color: #2563eb;
        pointer-events: none; /* Prevent h3 from blocking click */
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        pointer-events: none; /* Prevent toggle icon from blocking click */
        transition: transform 0.3s ease;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-item.active .page-resources-k88c-deposit-withdrawal-process__faq-toggle {
        transform: rotate(45deg);
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #333333;
        background-color: #ffffff;
      }

      .page-resources-k88c-deposit-withdrawal-process__faq-item.active .page-resources-k88c-deposit-withdrawal-process__faq-answer {
        max-height: 2000px !important;
        padding: 20px !important;
        opacity: 1;
      }

      .page-resources-k88c-deposit-withdrawal-process__button-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
      }

      .page-resources-k88c-deposit-withdrawal-process__btn-secondary {
        display: inline-block;
        background-color: #ffffff;
        color: #2563eb;
        border: 2px solid #2563eb;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1em;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-resources-k88c-deposit-withdrawal-process__btn-secondary:hover {
        background-color: #2563eb;
        color: #ffffff;
        transform: translateY(-2px);
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .page-resources-k88c-deposit-withdrawal-process {
          font-size: 16px;
          line-height: 1.6;
        }

        .page-resources-k88c-deposit-withdrawal-process__hero-section {
          padding: 10px 15px 40px;
        }

        .page-resources-k88c-deposit-withdrawal-process__main-title {
          font-size: clamp(1.8em, 8vw, 2.2em);
        }

        .page-resources-k88c-deposit-withdrawal-process__description {
          font-size: 1em;
          margin-bottom: 20px;
        }

        .page-resources-k88c-deposit-withdrawal-process__cta-button,
        .page-resources-k88c-deposit-withdrawal-process__btn-secondary {
          padding: 12px 20px;
          font-size: 1em;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__section {
          padding: 40px 15px;
        }

        .page-resources-k88c-deposit-withdrawal-process__section-title {
          font-size: 1.8em;
          margin-bottom: 30px;
        }

        .page-resources-k88c-deposit-withdrawal-process__subsection-title {
          font-size: 1.5em;
          margin-top: 30px;
        }

        .page-resources-k88c-deposit-withdrawal-process__subsubsection-title {
          font-size: 1.2em;
          margin-top: 20px;
        }

        .page-resources-k88c-deposit-withdrawal-process__list-item {
          flex-direction: column;
          align-items: center;
          padding: 15px;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__list-icon {
          margin-bottom: 10px;
        }

        .page-resources-k88c-deposit-withdrawal-process__list-content {
          text-align: center;
        }

        .page-resources-k88c-deposit-withdrawal-process__image-wrapper {
          margin: 30px 0;
        }

        .page-resources-k88c-deposit-withdrawal-process__image {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          display: block !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__faq-question {
          padding: 15px;
        }

        .page-resources-k88c-deposit-withdrawal-process__faq-question h3 {
          font-size: 1em;
        }

        .page-resources-k88c-deposit-withdrawal-process__faq-answer {
          padding: 15px !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__button-group {
          flex-direction: column;
          gap: 15px;
        }

        .page-resources-k88c-deposit-withdrawal-process__button-group .page-resources-k88c-deposit-withdrawal-process__cta-button,
        .page-resources-k88c-deposit-withdrawal-process__button-group .page-resources-k88c-deposit-withdrawal-process__btn-secondary {
            width: 100%;
        }

        /* Ensure all images inside content area are responsive */
        .page-resources-k88c-deposit-withdrawal-process img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          display: block !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__hero-image-container,
        .page-resources-k88c-deposit-withdrawal-process__image-wrapper,
        .page-resources-k88c-deposit-withdrawal-process__section,
        .page-resources-k88c-deposit-withdrawal-process__list,
        .page-resources-k88c-deposit-withdrawal-process__list-item,
        .page-resources-k88c-deposit-withdrawal-process__important-note,
        .page-resources-k88c-deposit-withdrawal-process__faq-section,
        .page-resources-k88c-deposit-withdrawal-process__faq-item,
        .page-resources-k88c-deposit-withdrawal-process__button-group {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
          overflow-x: hidden !important;
        }
      }

      /* Color contrast adjustments for brand colors */
      .page-resources-k88c-deposit-withdrawal-process__dark-bg {
        background: #2563eb;
        color: #ffffff;
      }

      .page-resources-k88c-deposit-withdrawal-process__light-bg {
        background: #ffffff;
        color: #333333;
      }

      .page-resources-k88c-deposit-withdrawal-process__medium-bg {
        background: #64748b;
        color: #ffffff; /* Adjusted for contrast on medium background */
      }

      /* Ensure all paragraphs and list items have good contrast */
      .page-resources-k88c-deposit-withdrawal-process p,
      .page-resources-k88c-deposit-withdrawal-process li {
        color: #333333;
      }

      /* Buttons in dark sections */
      .page-resources-k88c-deposit-withdrawal-process__dark-section .page-resources-k88c-deposit-withdrawal-process__cta-button {
        background-color: #ffffff;
        color: #2563eb;
      }

      .page-resources-k88c-deposit-withdrawal-process__dark-section .page-resources-k88c-deposit-withdrawal-process__cta-button:hover {
        background-color: #f0f0f0;
      }

      /* Video specific styles */
      .page-resources-k88c-deposit-withdrawal-process__video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto 30px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }

      .page-resources-k88c-deposit-withdrawal-process__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
      }

      @media (max-width: 768px) {
        .page-resources-k88c-deposit-withdrawal-process__video-wrapper {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
          overflow: hidden !important;
        }

        .page-resources-k88c-deposit-withdrawal-process__video {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          display: block !important;
        }
      }
    