.footer-border-top {
  border-top: 1px solid #D9D9D9;
}

.new-badge-gradient {
  background: linear-gradient(to left, #FF4D4D 0%, #FFC700 100%);
}

.banner-full-section {
  background: linear-gradient(120deg, #1A1833 0%, #23234A 100%);
}

.search-box .trending-content .hot-search {
  background: #e5e9ef;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}

.search-box .trending-content .hot-search:hover {
  background-color: #24cd77;
  color: #fff;
}

/* Menu active state */
.active {
  background-color: #F5F5F5;
  color: #2CA243;
  font-weight: 600;
}

.rewarded-icon {
  left: 35px;
  top: -25px;
}

/* Custom scrollbar for better aesthetics */
.no-scrollbar-x::-webkit-scrollbar {
  display: none;
}

.no-scrollbar-x {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Custom styles for Swiper navigation buttons */
.swiper-button-next {
  right: -10px !important;
}

.swiper-button-prev {
  left: -10px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem !important;
  font-weight: 700;
  color: #374151;
}

.swiper-button-disabled {
  display: none !important;
}

.breadcrumbs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  gap: 1px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 8px;
}

.breadcrumbs a:hover {
  color: #2563eb;
}

.breadcrumb-separator {
  color: #bbb;
  font-size: 16px;
  margin: 0 2px;
  user-select: none;
}

.breadcrumb-current {
  color: #666;
  font-weight: 400;
  padding: 0 8px;
}

/* Tabs style đúng design */
.tabs {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
  gap: 5px;
}

.tab-btn {
  background: none;
  border: none;
  outline: none;
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 16px 0;
  cursor: pointer;
  transition: color 0.2s;
  position: relative;
  min-width: 120px;
  text-align: center;
}

.tab-btn.tab-active {
  color: #2CA243;
  font-weight: 600;
}

.tab-underline {
  background: #2CA243;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.3s, width 0.3s;
}

.last-updated-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.last-updated-h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #222;
}

/* Separator line below header row */
.last-updated-section .border-b {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.desktop-header,
.desktop-h2,
.desktop-tabs {
  display: flex;
}

.mobile-h2,
.mobile-tabs {
  display: none;
}

@media (max-width: 640px) {

  .desktop-header,
  .desktop-h2,
  .desktop-tabs {
    display: none !important;
  }

  .mobile-h2,
  .mobile-tabs {
    display: flex !important;
    width: 100%;
  }

  .mobile-h2 {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .mobile-tabs {
    flex-direction: row;
    justify-content: left;
    gap: 0.5rem;
    padding: 0.5rem 0.1rem;
  }

  .last-updated-section .max-w\[1198px\] {
    border-radius: 0;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    box-shadow: none;
  }

  .last-updated-h2 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .tabs {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tab-btn {
    font-size: 0.85rem;
    padding: 0.5rem 0.1rem;
    min-width: 120px;
    text-align: center;
  }

  .tab-underline {
    height: 2px;
    bottom: 0;
    left: 0;
    width: 0;
    background: #16a34a;
    transition: left 0.3s, width 0.3s;
  }

  .border-b {
    margin-bottom: 0.5rem;
  }

  .game-list {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
  }

  .game-item {
    align-items: flex-start;
    padding: 0.5rem 0;
    display: flex;
  }

  .game-thumb {
    width: 56px !important;
    height: 56px !important;
    margin-right: 0.75rem;
    border-radius: 1rem;
  }

  .game-title {
    font-size: 1rem !important;
    margin-bottom: 0.25rem;
  }

  .game-desc {
    font-size: 0.85rem !important;
    margin-bottom: 0.15rem;
  }

  .game-meta {
    font-size: 0.85rem !important;
  }

  .game-meta-secondary {
    font-size: 0.8rem !important;
  }

  .game-rating {
    margin-bottom: 0.15rem;
  }

  .game-icon {
    width: 16px !important;
    height: 16px !important;
    margin-right: 0.25rem;
  }

  .download-btn {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    text-align: center;
    display: block;
  }

  .show-more-btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    margin-top: 1rem;
    text-align: center;
    display: block;
  }

  .mobile-tabs {
    position: relative;
  }

  .mobile-tabs .tab-underline {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #16a34a;
    transition: left 0.3s, width 0.3s;
    width: 0;
    pointer-events: none;
  }
}

/* Mobile: force gap-8 and full width for flex-col-mobile */
@media (max-width: 1023px) {
  .flex-col-mobile {
    gap: 0 !important;
    width: 100% !important;
  }
}

.community-section {
  background: linear-gradient(90deg, #FFF9E5 0%, #E9FFE5 100%);
}

/* Custom detail page fix for design */
.detail-section .trusted-bar {
  height: 24px;
  background: #e6f9ec;
  border-radius: 6px;
  align-items: left;
  padding-left: 12px;
  margin-bottom: 4px;
  max-width: 120px;
  display: inline-flex; 
}

@media (max-width: 767px) {
  .detail-section .trusted-bar {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.detail-section .trusted-bar span {
  color: #16a34a;
  font-size: 12px;
}

.detail-section .trusted-icon {
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.detail-section .download-apk-btn {
  width: 85%;
  background: #16a34a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 35px;
  transition: background 0.2s;
}

.detail-section .download-apk-btn:hover {
  background: #15803d;
}

.detail-section .apk-app-block {
  background: #f6f8fa;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.detail-section .apk-app-block .download-btn {
  background: #e6f9ec;
  color: #16a34a;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 18px;
  min-width: 90px;
}

.detail-section .info-row {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
}

.detail-section .info-row span {
  color: #888;
  font-weight: 400;
}

.detail-section .about-block {
  margin-top: 18px;
}

.detail-section .about-block h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.detail-section .about-block p {
  font-size: 15px;
  color: #222;
  margin-bottom: 6px;
}

.detail-section .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.detail-section .tag-list span {
  background: #f3f4f6;
  color: #555;
  font-size: 13px;
  border-radius: 6px;
  padding: 4px 12px;
}

.detail-section .show-more {
  color: #2563eb;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}

/* End custom detail page fix */

/* Border bottom for app version items except last */
.app-version-item.border-b {
  border-bottom: 1px solid #f0f0f0;
}

/* Top rank badge for popular games section */
.top-rank-badge {
  color: #fff;
  font-weight: 800;
  border: 1.5px solid #fff;
  border-radius: 9999px;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transform: translate(-40%, -40%);
  z-index: 2;
  left: 0;
  top: 0;
}

.top-rank-badge-1 {
  background: #f3251b;
}

.top-rank-badge-2 {
  background: #f88e0c;
}

.top-rank-badge-3 {
  background: #e8d904;
}

@media (max-width: 768px) {
  .top-rank-badge {
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
}

/* Section horizontal padding for popular games */
.px-section {
  padding-right: 10px;
  padding-left: 10px;
}

/* Top section padding fix */
.top-section {
  padding-top: 74px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.input-error {
  border-color: #ef4444 !important;
  /* red-500 */
}

.input-error:focus {
  --tw-ring-color: #f87171 !important;
  /* red-400 */
}

.nsl-container-buttons {
    width: 100% !important;
    display: block;
}

#login-page-layout {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.rating-bar-bg { background-color: #E0E0E0; }
.rating-bar-fill { background-color: #2CA243; }

.like-btn svg {
  fill: none;
  stroke: currentColor;
}
.like-btn.liked svg {
  fill: #3b82f6;
  stroke: #3b82f6;
}
.like-btn.liked span {
  color: #3b82f6;
}

.content-editor h1 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
.content-editor h2 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.content-editor p, .content-editor li {
  color: #4b5563;
  line-height: 1.625;
  margin-bottom: 1rem;
}
.content-editor ul {
  list-style-type: disc;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .content-editor h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .content-editor h2 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
body.admin-bar header {
    margin-top: 32px;
}
@media (min-width: 783px) {
    body.admin-bar header {
        margin-top: 32px;
    }
}
@media (max-width: 782px) {
    body.admin-bar header {
        margin-top: 46px;
    }
}
.content-editor strong {
  color: #111827;
}
/* Comparison Table Styles */
.comparison-table {
  width: 100%;
  margin-top: 1.5rem;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.comparison-table th, .comparison-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.comparison-table th {
  background-color: #f9fafb;
  font-size: 1.125rem;
  color: #1f2937;
}
.comparison-table td {
  font-size: 1rem;
}
.comparison-table .feature-category td {
  background-color: #f3f4f6;
  color: #16a34a;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
  .comparison-table .check-icon {
  color: #22c55e;
}
.comparison-table .cross-icon {
  color: #ef4444;
}
.font-orbitron {
  font-family: 'Orbitron', sans-serif;
}
.glow {
  animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px #22c55e, 0 0 20px #22c55e, 0 0 30px #22c55e;
  }
  to {
    text-shadow: 0 0 20px #16a34a, 0 0 30px #16a34a, 0 0 40px #16a34a;
  }
}

/* Custom styles to make the new form look like the old one */
.gform_wrapper.gravity-theme {
  font-family: inherit;
}
.gform_wrapper .gfield {
  border: none;
  padding: 0;
}
.gform_wrapper .gform_body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gfield_label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #ef4444;
  margin-left: 0.25rem;
  font-size: 0.875rem;
}
.gform_wrapper .gfield_label .gfield_required .gfield_required_text {
  display: none;
}
.gform_wrapper input.large,
.gform_wrapper textarea.large {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  background-color: white;
}
.gform_wrapper input.large:focus,
.gform_wrapper textarea.large:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #22c55e;
  border-color: #22c55e;
}
.gform_wrapper .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.gform_wrapper .gfield_radio .gchoice label {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 400;
  line-height: 1;
}
.gform_wrapper .gfield_radio .gchoice input[type="radio"] {
  height: 1rem;
  width: 1rem;
  color: #16a34a;
  border-color: #d1d5db;
  cursor: pointer;
}
.gform_wrapper .gfield_radio .gchoice input[type="radio"]:focus {
  --tw-ring-color: #22c55e;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #22c55e;
}
.gform_wrapper .gform_footer {
  margin-top: 1.5rem;
  padding: 0;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 0.625rem 1.5rem;
  background-color: #e5e7eb;
  color: #1f2937;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #d1d5db;
}
.gform_wrapper .gform_footer .gform_button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 2px #fff;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 2px) #9ca3af;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.gform_wrapper .gform_validation_container {
  display: none !important;
}

/* Custom style for better truncation on multi-line */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/* Custom animation for the checkmark */
@keyframes draw-check {
  0% { stroke-dashoffset: 30; }
  100% { stroke-dashoffset: 0; }
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #4CAF50;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none; /* Initially hidden */
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #4CAF50;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4CAF50;
  }
}

.has-custom-navigation{
  background: #fdc800;
  color: #FFF;
  transition: transform 0.3s ease;
}

.has-custom-navigation:hover {
  transform: scale(1.1); 
}
/*# sourceMappingURL=custom.css.map */
