/* Page-specific CSS styles */.page-jl-wholesale {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f4f7f6;}.page-jl-wholesale__section {padding: 40px 20px;margin-bottom: 20px;background-color: #ffffff;border-radius: 8px;box-shadow: 0 2px 5px rgba(0,0,0,0.1);}.page-jl-wholesale__section:nth-of-type(even) {background-color: #fefefe;}.page-jl-wholesale__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}.page-jl-wholesale__h1, .page-jl-wholesale__h2 {color: #0056b3;text-align: center;margin-bottom: 25px;}.page-jl-wholesale__h1 {font-size: 2.5em;}.page-jl-wholesale__h2 {font-size: 2em;}.page-jl-wholesale__text-center {text-align: center;}.page-jl-wholesale__button {display: inline-block;background-color: #007bff;color: #ffffff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;margin: 10px 5px;border: none;cursor: pointer;}.page-jl-wholesale__button:hover {background-color: #0056b3;}.page-jl-wholesale__image {max-width: 100%;height: auto;border-radius: 8px;display: block;margin: 0 auto 20px auto;}.page-jl-wholesale__image-container {width: 100%;max-width: 100%;overflow: hidden;box-sizing: border-box;margin-bottom: 20px;}.page-jl-wholesale__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 20px;}.page-jl-wholesale__card {background-color: #f9f9f9;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;text-align: center;box-shadow: 0 1px 3px rgba(0,0,0,0.08);transition: transform 0.2s ease;}.page-jl-wholesale__card:hover {transform: translateY(-5px);}.page-jl-wholesale__card-title {color: #007bff;font-size: 1.2em;margin-bottom: 10px;}.page-jl-wholesale__list {list-style: none;padding: 0;margin: 20px 0;}.page-jl-wholesale__list-item {background-color: #e9f5ff;border-left: 5px solid #007bff;padding: 10px 15px;margin-bottom: 10px;border-radius: 4px;}.page-jl-wholesale__payment-providers, .page-jl-wholesale__game-providers {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;margin-top: 20px;}.page-jl-wholesale__provider-logo {width: 80px;height: 80px;object-fit: contain;border: 1px solid #e0e0e0;border-radius: 5px;padding: 5px;background-color: #fff;}.page-jl-wholesale__blog-item {text-align: left;}.page-jl-wholesale__blog-item-image {max-width: 100%;height: auto;border-radius: 5px;margin-bottom: 15px;}.page-jl-wholesale__blog-item-title {font-size: 1.3em;margin-bottom: 10px;}.page-jl-wholesale__blog-item-link {color: #007bff;text-decoration: none;font-weight: bold;}.page-jl-wholesale__blog-item-link:hover {text-decoration: underline;}/* FAQ Section */.page-jl-wholesale__faq-item {margin-bottom: 15px;border: 1px solid #e0e0e0;border-radius: 8px;background-color: #f9f9f9;overflow: hidden;}.page-jl-wholesale__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #e9f5ff;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-jl-wholesale__faq-question:hover {background-color: #d0e8ff;}.page-jl-wholesale__faq-question h3 {margin: 0;font-size: 1.1em;color: #0056b3;pointer-events: none;}.page-jl-wholesale__faq-toggle {font-size: 1.5em;font-weight: bold;color: #0056b3;transition: transform 0.3s ease;pointer-events: none;}.page-jl-wholesale__faq-item.active .page-jl-wholesale__faq-toggle {transform: rotate(45deg);}.page-jl-wholesale__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;}.page-jl-wholesale__faq-item.active .page-jl-wholesale__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-jl-wholesale__faq-answer p {margin: 0;padding-bottom: 10px;}.page-jl-wholesale__faq-answer p:last-child {padding-bottom: 0;}/* Mobile Responsiveness */@media (max-width: 768px) {.page-jl-wholesale__h1 {font-size: 2em;}.page-jl-wholesale__h2 {font-size: 1.7em;}.page-jl-wholesale__section {padding: 30px 15px;margin-bottom: 15px;}.page-jl-wholesale__button {width: calc(100% - 10px);box-sizing: border-box;margin: 5px;}.page-jl-wholesale__grid {grid-template-columns: 1fr;gap: 20px;}.page-jl-wholesale__card {padding: 15px;}.page-jl-wholesale__list-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 10px;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-jl-wholesale__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-jl-wholesale__image, .page-jl-wholesale__blog-item-image {max-width: 100% !important;height: auto !important;}.page-jl-wholesale__image-container {max-width: 100% !important;width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}.page-jl-wholesale__provider-logo {width: 60px;height: 60px;}.page-jl-wholesale__faq-question {padding: 12px 15px;}.page-jl-wholesale__faq-question h3 {font-size: 1em;}.page-jl-wholesale__faq-answer {padding: 0 15px;}.page-jl-wholesale__faq-item.active .page-jl-wholesale__faq-answer {padding: 15px 15px !important;}}