.page-blog-best-games-on-gowin66-apk {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF3E6; /* Text Main */
    background: var(--color-background, #0D0E12); /* Inherit from shared or use default dark background */
}

.page-blog-best-games-on-gowin66-apk__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-best-games-on-gowin66-apk__section {
    padding: 40px 0;
    margin-bottom: 20px;
    background: #0D0E12; /* Background */
    border-radius: 8px;
}

/* Hero Section */
.page-blog-best-games-on-gowin66-apk__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, relying on body for --header-offset */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #17191F 0%, #0D0E12 100%); /* Card BG to Background */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-best-games-on-gowin66-apk__hero-image {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-best-games-on-gowin66-apk__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover for desktop */
    border-radius: 8px;
}

.page-blog-best-games-on-gowin66-apk__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
    color: #FFF3E6; /* Text Main */
}

.page-blog-best-games-on-gowin66-apk__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Clamp for H1 */
    color: #FFB04D; /* Glow */
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-best-games-on-gowin66-apk__subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #FFF3E6; /* Text Main */
}

.page-blog-best-games-on-gowin66-apk__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%;
    max-width: 600px; /* Limit width of button group */
    margin: 0 auto;
}

.page-blog-best-games-on-gowin66-apk__cta-buttons--center {
    margin-top: 30px;
}

/* Buttons */
.page-blog-best-games-on-gowin66-apk__btn-primary,
.page-blog-best-games-on-gowin66-apk__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow long words to break */
    box-sizing: border-box;
    max-width: 100%;
    width: auto; /* Default auto width */
}

.page-blog-best-games-on-gowin66-apk__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-best-games-on-gowin66-apk__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-best-games-on-gowin66-apk__btn-secondary {
    background: #17191F; /* Card BG */
    color: #FF8C1A; /* Primary color */
    border: 2px solid #FF8C1A; /* Primary color border */
}

.page-blog-best-games-on-gowin66-apk__btn-secondary:hover {
    background: #FF8C1A;
    color: #17191F;
    transform: translateY(-3px);
}

.page-blog-best-games-on-gowin66-apk__btn-text {
    color: #FFA53A; /* Auxiliary color */
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-best-games-on-gowin66-apk__btn-text:hover {
    color: #FFB04D; /* Glow */
}

/* Section Titles */
.page-blog-best-games-on-gowin66-apk__section-title {
    font-size: 2.2rem;
    color: #FFB04D; /* Glow */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 15px;
}

.page-blog-best-games-on-gowin66-apk__section-description {
    text-align: center;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #FFF3E6; /* Text Main */
    padding: 0 15px;
}

/* Content Area */
.page-blog-best-games-on-gowin66-apk__content-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    color: #FFF3E6; /* Text Main */
}

.page-blog-best-games-on-gowin66-apk__content-area p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.page-blog-best-games-on-gowin66-apk__content-area a {
    color: #FFA53A; /* Auxiliary color */
    text-decoration: underline;
}

.page-blog-best-games-on-gowin66-apk__content-area a:hover {
    color: #FFB04D; /* Glow */
}

.page-blog-best-games-on-gowin66-apk__highlight {
    color: #FFB04D; /* Glow */
    font-weight: 600;
}

/* Game Categories & Cards */
.page-blog-best-games-on-gowin66-apk__game-category {
    margin-bottom: 50px;
}

.page-blog-best-games-on-gowin66-apk__category-title {
    font-size: 1.8rem;
    color: #FF8C1A; /* Primary color */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0 15px;
}

.page-blog-best-games-on-gowin66-apk__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 0 15px;
}

.page-blog-best-games-on-gowin66-apk__card {
    background: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-best-games-on-gowin66-apk__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-blog-best-games-on-gowin66-apk__card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    object-fit: cover;
    width: 100%; /* Ensure images fill card width */
}

.page-blog-best-games-on-gowin66-apk__card-title {
    font-size: 1.4rem;
    color: #FFB04D; /* Glow */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-best-games-on-gowin66-apk__card-title a {
    color: #FFB04D; /* Glow */
    text-decoration: none;
}

.page-blog-best-games-on-gowin66-apk__card-title a:hover {
    text-decoration: underline;
}

.page-blog-best-games-on-gowin66-apk__card p {
    font-size: 0.95rem;
    color: #FFF3E6; /* Text Main */
    margin-bottom: 15px;
    flex-grow: 1; /* Make paragraph grow to fill space */
}

/* Step List (Download Guide) */
.page-blog-best-games-on-gowin66-apk__step-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-best-games-on-gowin66-apk__step-list li {
    background: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 1.05rem;
    color: #FFF3E6; /* Text Main */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-best-games-on-gowin66-apk__step-list li strong {
    color: #FFB04D; /* Glow */
    font-weight: 700;
}

/* Promo List */
.page-blog-best-games-on-gowin66-apk__promo-list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
    color: #FFF3E6; /* Text Main */
}

.page-blog-best-games-on-gowin66-apk__promo-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.page-blog-best-games-on-gowin66-apk__promo-list li strong {
    color: #FFB04D; /* Glow */
}

/* Feature List (Why Choose Us) */
.page-blog-best-games-on-gowin66-apk__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.page-blog-best-games-on-gowin66-apk__feature-list li {
    background: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 8px;
    padding: 18px;
    font-size: 1.05rem;
    color: #FFF3E6; /* Text Main */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 45px; /* For custom bullet point */
}

.page-blog-best-games-on-gowin66-apk__feature-list li::before {
    content: '✅'; /* Custom bullet */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

/* FAQ Section */
details.page-blog-best-games-on-gowin66-apk__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main */
}
details.page-blog-best-games-on-gowin66-apk__faq-item summary.page-blog-best-games-on-gowin66-apk__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFB04D; /* Glow for question text */
}
details.page-blog-best-games-on-gowin66-apk__faq-item summary.page-blog-best-games-on-gowin66-apk__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-best-games-on-gowin66-apk__faq-item summary.page-blog-best-games-on-gowin66-apk__faq-question:hover {
  background: rgba(255, 140, 26, 0.1); /* Slight hover effect */
}
.page-blog-best-games-on-gowin66-apk__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}