
    :root {
      --primary-color: #f7b32b; /* A vibrant gold/orange */
      --secondary-color: #333;
      --accent-color: #e44d26; /* A strong red-orange */
      --text-color: #333;
      --light-text-color: #fff;
      --background-light: #f4f4f4;
      --background-dark: #222;
      --border-color: #ddd;
      --spacing-unit: 1rem;
    }

    .page-how-to-withdraw-phmacao-casino {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-light);
      padding-top: 10px; /* Small decorative top padding, body padding-top handled by shared.css */
    }

    .page-how-to-withdraw-phmacao-casino__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:phmacao,casino,withdrawal,money,success]') center center no-repeat;
      background-size: cover;
      color: var(--light-text-color);
      text-align: center;
      padding: 60px var(--spacing-unit);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 300px;
    }

    .page-how-to-withdraw-phmacao-casino__hero-title {
      font-size: 2.8em;
      margin-bottom: 0.5em;
      color: var(--primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-how-to-withdraw-phmacao-casino__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin-bottom: 2em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-how-to-withdraw-phmacao-casino__section {
      padding: 40px var(--spacing-unit);
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-how-to-withdraw-phmacao-casino__section-dark {
      background-color: var(--background-dark);
      color: var(--light-text-color);
    }

    .page-how-to-withdraw-phmacao-casino__section-title {
      font-size: 2.2em;
      color: var(--accent-color);
      text-align: center;
      margin-bottom: 1.5em;
      position: relative;
    }

    .page-how-to-withdraw-phmacao-casino__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: var(--primary-color);
      border-radius: 2px;
    }

    .page-how-to-withdraw-phmacao-casino__section-dark .page-how-to-withdraw-phmacao-casino__section-title {
      color: var(--primary-color);
    }

    .page-how-to-withdraw-phmacao-casino__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-how-to-withdraw-phmacao-casino__image-container {
      flex: 1 1 400px;
      min-width: 300px;
      max-width: 600px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-how-to-withdraw-phmacao-casino__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-how-to-withdraw-phmacao-casino__image:hover {
      transform: scale(1.03);
    }

    .page-how-to-withdraw-phmacao-casino__text-content {
      flex: 1 1 500px;
      min-width: 300px;
      padding: 20px;
      background-color: var(--background-light);
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-how-to-withdraw-phmacao-casino__text-content p {
      margin-bottom: 1em;
    }

    .page-how-to-withdraw-phmacao-casino__steps-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-how-to-withdraw-phmacao-casino__step-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-left: 5px solid var(--primary-color);
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-how-to-withdraw-phmacao-casino__step-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-how-to-withdraw-phmacao-casino__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--accent-color);
      margin-bottom: 0.5em;
      display: block;
    }

    .page-how-to-withdraw-phmacao-casino__step-title {
      font-size: 1.3em;
      color: var(--secondary-color);
      margin-bottom: 0.8em;
    }

    .page-how-to-withdraw-phmacao-casino__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      justify-content: center;
      padding: 0;
      list-style: none;
    }

    .page-how-to-withdraw-phmacao-casino__method-card {
      background-color: #fff;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-how-to-withdraw-phmacao-casino__method-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-how-to-withdraw-phmacao-casino__method-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: contain;
    }

    .page-how-to-withdraw-phmacao-casino__method-name {
      font-weight: bold;
      color: var(--secondary-color);
      font-size: 1.1em;
    }

    .page-how-to-withdraw-phmacao-casino__tips-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    .page-how-to-withdraw-phmacao-casino__tip-item {
      background-color: var(--background-dark);
      color: var(--light-text-color);
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-how-to-withdraw-phmacao-casino__tip-icon {
      color: var(--primary-color);
      font-size: 1.5em;
      flex-shrink: 0;
    }

    .page-how-to-withdraw-phmacao-casino__faq-section {
      padding: 40px var(--spacing-unit);
      max-width: 900px;
      margin: 0 auto 20px auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-how-to-withdraw-phmacao-casino__faq-title {
      font-size: 2.2em;
      color: var(--accent-color);
      text-align: center;
      margin-bottom: 1.5em;
      position: relative;
    }

    .page-how-to-withdraw-phmacao-casino__faq-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: var(--primary-color);
      border-radius: 2px;
    }

    .page-how-to-withdraw-phmacao-casino__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-how-to-withdraw-phmacao-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      font-weight: bold;
      color: var(--secondary-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-how-to-withdraw-phmacao-casino__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-how-to-withdraw-phmacao-casino__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-how-to-withdraw-phmacao-casino__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
    }

    .page-how-to-withdraw-phmacao-casino__faq-item.active .page-how-to-withdraw-phmacao-casino__faq-toggle {
      transform: rotate(45deg); /* Plus to X (rotate 45deg) or minus (rotate 0deg) */
    }

    .page-how-to-withdraw-phmacao-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-how-to-withdraw-phmacao-casino__faq-item.active .page-how-to-withdraw-phmacao-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-how-to-withdraw-phmacao-casino__hero-title {
        font-size: 2em;
      }

      .page-how-to-withdraw-phmacao-casino__hero-description {
        font-size: 1em;
      }

      .page-how-to-withdraw-phmacao-casino__section {
        padding: 20px var(--spacing-unit);
        margin-bottom: 15px;
      }

      .page-how-to-withdraw-phmacao-casino__section-title {
        font-size: 1.8em;
        margin-bottom: 1em;
      }

      .page-how-to-withdraw-phmacao-casino__image-container,
      .page-how-to-withdraw-phmacao-casino__text-content {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 15px;
        box-sizing: border-box !important;
        width: 100% !important;
      }

      .page-how-to-withdraw-phmacao-casino__steps-list,
      .page-how-to-withdraw-phmacao-casino__payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-how-to-withdraw-phmacao-casino__step-item,
      .page-how-to-withdraw-phmacao-casino__method-card,
      .page-how-to-withdraw-phmacao-casino__tip-item,
      .page-how-to-withdraw-phmacao-casino__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px; /* Adjust padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-how-to-withdraw-phmacao-casino__tip-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .page-how-to-withdraw-phmacao-casino__faq-section {
        padding: 20px var(--spacing-unit);
        margin-bottom: 15px;
      }

      .page-how-to-withdraw-phmacao-casino__faq-question {
        padding: 12px 15px;
      }

      .page-how-to-withdraw-phmacao-casino__faq-question h3 {
        font-size: 1em;
      }

      .page-how-to-withdraw-phmacao-casino__faq-answer {
        padding: 15px 15px !important;
      }

      .page-how-to-withdraw-phmacao-casino__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-how-to-withdraw-phmacao-casino__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-how-to-withdraw-phmacao-casino__hero-title {
        font-size: 1.8em;
      }
      .page-how-to-withdraw-phmacao-casino__section-title {
        font-size: 1.6em;
      }
    }
  