.page-188-myr-to-usd { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; }.page-188-myr-to-usd__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px 0; overflow: hidden; box-sizing: border-box; }.page-188-myr-to-usd__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-188-myr-to-usd__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 0; }.page-188-myr-to-usd__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-188-myr-to-usd__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; line-height: 1.2; }.page-188-myr-to-usd__hero-description { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; }.page-188-myr-to-usd__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; margin: 10px; }.page-188-myr-to-usd__btn:hover { background-color: #ff6f40; }.page-188-myr-to-usd__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #222; }.page-188-myr-to-usd__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-188-myr-to-usd__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-188-myr-to-usd__section { padding: 60px 20px; text-align: center; }.page-188-myr-to-usd__section:nth-of-type(even) { background-color: #1e1e1e; }.page-188-myr-to-usd__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; }.page-188-myr-to-usd__text-content { max-width: 800px; margin: 0 auto 30px; line-height: 1.8; font-size: 1.1em; }.page-188-myr-to-usd__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-188-myr-to-usd__grid-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; }.page-188-myr-to-usd__grid-item:hover { transform: translateY(-5px); }.page-188-myr-to-usd__grid-item-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; }.page-188-myr-to-usd__grid-item-description { font-size: 1em; line-height: 1.6; color: #ccc; }.page-188-myr-to-usd__image-wrapper { margin-bottom: 20px; text-align: center; }.page-188-myr-to-usd__image { max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; }.page-188-myr-to-usd__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-188-myr-to-usd__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; }.page-188-myr-to-usd__game-card:hover { transform: translateY(-5px); }.page-188-myr-to-usd__game-image { width: 100%; height: 200px; object-fit: cover; }.page-188-myr-to-usd__game-title { font-size: 1.4em; color: #ffcc00; margin: 15px 10px 10px; }.page-188-myr-to-usd__game-description { font-size: 0.9em; color: #ccc; padding: 0 10px 15px; }.page-188-myr-to-usd__promo-list { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; }.page-188-myr-to-usd__promo-item { background-color: #2a2a2a; margin-bottom: 20px; padding: 25px; border-radius: 10px; text-align: left; }.page-188-myr-to-usd__promo-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 10px; }.page-188-myr-to-usd__promo-description { font-size: 1em; line-height: 1.6; color: #ccc; margin-bottom: 15px; }.page-188-myr-to-usd__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-188-myr-to-usd__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-188-myr-to-usd__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-188-myr-to-usd__faq-question:hover { background-color: #444; }.page-188-myr-to-usd__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; }.page-188-myr-to-usd__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-188-myr-to-usd__faq-item.active .page-188-myr-to-usd__faq-toggle { transform: rotate(45deg); }.page-188-myr-to-usd__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; }.page-188-myr-to-usd__faq-item.active .page-188-myr-to-usd__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-188-myr-to-usd__faq-answer p { margin: 0; line-height: 1.6; color: #ccc; }.page-188-myr-to-usd__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-188-myr-to-usd__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-188-myr-to-usd__blog-card:hover { transform: translateY(-5px); }.page-188-myr-to-usd__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-188-myr-to-usd__blog-content { padding: 20px; }.page-188-myr-to-usd__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-188-myr-to-usd__blog-title a { color: #ffcc00; text-decoration: none; }.page-188-myr-to-usd__blog-title a:hover { text-decoration: underline; }.page-188-myr-to-usd__blog-excerpt { font-size: 0.95em; color: #ccc; line-height: 1.6; margin-bottom: 15px; }.page-188-myr-to-usd__blog-date { font-size: 0.85em; color: #888; }.page-188-myr-to-usd__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-188-myr-to-usd__floating-btn { background-color: #e44d26; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-size: 1em; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-188-myr-to-usd__floating-btn:hover { background-color: #ff6f40; transform: scale(1.05); }@media (max-width: 768px) { .page-188-myr-to-usd__hero-title { font-size: 2.5em; }.page-188-myr-to-usd__hero-description { font-size: 1.1em; }.page-188-myr-to-usd__btn { padding: 12px 25px; font-size: 1em; }.page-188-myr-to-usd__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-188-myr-to-usd__payment-logo, .page-188-myr-to-usd__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-188-myr-to-usd__section { padding: 40px 15px; }.page-188-myr-to-usd__section-title { font-size: 2em; }.page-188-myr-to-usd__text-content { font-size: 1em; }.page-188-myr-to-usd__grid { grid-template-columns: 1fr; gap: 20px; }.page-188-myr-to-usd__grid-item { padding: 25px; }.page-188-myr-to-usd__grid-item-title { font-size: 1.5em; }.page-188-myr-to-usd__game-grid { grid-template-columns: 1fr; gap: 20px; }.page-188-myr-to-usd__game-card { padding-bottom: 15px; }.page-188-myr-to-usd__game-image { height: 180px; }.page-188-myr-to-usd__game-title { font-size: 1.2em; }.page-188-myr-to-usd__promo-item { padding: 20px; }.page-188-myr-to-usd__promo-title { font-size: 1.5em; }.page-188-myr-to-usd__faq-container { padding: 0 10px; }.page-188-myr-to-usd__faq-question { padding: 15px; }.page-188-myr-to-usd__faq-question h3 { font-size: 1.1em; }.page-188-myr-to-usd__faq-answer { padding: 15px !important; }.page-188-myr-to-usd__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-188-myr-to-usd__blog-image { height: 200px; }.page-188-myr-to-usd__blog-title { font-size: 1.2em; }.page-188-myr-to-usd__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-188-myr-to-usd__floating-btn { padding: 10px 18px; font-size: 0.9em; }.page-188-myr-to-usd__promo-list, .page-188-myr-to-usd__faq-container, .page-188-myr-to-usd__blog-grid, .page-188-myr-to-usd__game-grid, .page-188-myr-to-usd__grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-188-myr-to-usd__promo-item, .page-188-myr-to-usd__faq-item, .page-188-myr-to-usd__blog-card, .page-188-myr-to-usd__game-card, .page-188-myr-to-usd__grid-item { 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; }}