.page-kuya-mel-kitchen { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-mel-kitchen__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-mel-kitchen__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-kuya-mel-kitchen__section-title { font-size: 2.5em; color: #b71c1c; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-kuya-mel-kitchen__section-subtitle { font-size: 1.8em; color: #555; text-align: center; margin-bottom: 20px; } .page-kuya-mel-kitchen__hero-section { background-color: #f0f0f0; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; } .page-kuya-mel-kitchen__hero-image { width: 100%; height: auto; max-height: 500px; object-fit: cover; display: block; margin-bottom: 20px; } .page-kuya-mel-kitchen__hero-content { position: relative; z-index: 1; padding: 0 20px; } .page-kuya-mel-kitchen__hero-title { font-size: 3.5em; color: #b71c1c; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-kuya-mel-kitchen__hero-description { font-size: 1.4em; color: #444; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-kuya-mel-kitchen__cta-button { display: inline-block; background-color: #b71c1c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-kuya-mel-kitchen__cta-button:hover { background-color: #d32f2f; transform: translateY(-3px); } .page-kuya-mel-kitchen__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: 20px; background-color: #f0f0f0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .page-kuya-mel-kitchen__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-kuya-mel-kitchen__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-kuya-mel-kitchen__intro-content, .page-kuya-mel-kitchen__games-grid, .page-kuya-mel-kitchen__promotions-grid, .page-kuya-mel-kitchen__quick-links, .page-kuya-mel-kitchen__security-support-grid, .page-kuya-mel-kitchen__blog-grid { display: grid; gap: 25px; } .page-kuya-mel-kitchen__intro-content { grid-template-columns: 1fr 1fr; align-items: center; } .page-kuya-mel-kitchen__intro-text { font-size: 1.1em; color: #555; } .page-kuya-mel-kitchen__intro-image { width: 100%; height: auto; border-radius: 8px; object-fit: cover; } .page-kuya-mel-kitchen__quick-links { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-kuya-mel-kitchen__quick-link-item { text-align: center; background-color: #f5f5f5; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; } .page-kuya-mel-kitchen__quick-link-item:hover { transform: translateY(-5px); } .page-kuya-mel-kitchen__quick-link-item a { text-decoration: none; color: #b71c1c; font-weight: bold; font-size: 1.1em; } .page-kuya-mel-kitchen__games-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .page-kuya-mel-kitchen__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-kuya-mel-kitchen__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-kuya-mel-kitchen__game-content { padding: 20px; } .page-kuya-mel-kitchen__game-title { font-size: 1.4em; color: #b71c1c; margin-bottom: 10px; } .page-kuya-mel-kitchen__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-kuya-mel-kitchen__promotions-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .page-kuya-mel-kitchen__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-kuya-mel-kitchen__promo-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-kuya-mel-kitchen__promo-content { padding: 20px; } .page-kuya-mel-kitchen__promo-title { font-size: 1.3em; color: #b71c1c; margin-bottom: 10px; } .page-kuya-mel-kitchen__promo-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-kuya-mel-kitchen__security-support-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .page-kuya-mel-kitchen__feature-card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-kuya-mel-kitchen__feature-icon { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; } .page-kuya-mel-kitchen__feature-title { font-size: 1.2em; color: #b71c1c; margin-bottom: 10px; } .page-kuya-mel-kitchen__feature-description { font-size: 0.9em; color: #666; } .page-kuya-mel-kitchen__faq-list { list-style: none; padding: 0; } .page-kuya-mel-kitchen__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; background-color: #f9f9f9; overflow: hidden; } .page-kuya-mel-kitchen__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-kuya-mel-kitchen__faq-question:hover { background-color: #e0e0e0; } .page-kuya-mel-kitchen__faq-question h3 { margin: 0; font-size: 1.1em; color: #b71c1c; pointer-events: none; } .page-kuya-mel-kitchen__faq-toggle { font-size: 1.5em; font-weight: bold; color: #b71c1c; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-mel-kitchen__faq-item.active .page-kuya-mel-kitchen__faq-toggle { transform: rotate(45deg); } .page-kuya-mel-kitchen__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.4s ease; } .page-kuya-mel-kitchen__faq-item.active .page-kuya-mel-kitchen__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-kuya-mel-kitchen__faq-answer p { margin: 0; font-size: 0.95em; color: #555; } .page-kuya-mel-kitchen__blog-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .page-kuya-mel-kitchen__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-kuya-mel-kitchen__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-kuya-mel-kitchen__blog-content { padding: 20px; } .page-kuya-mel-kitchen__blog-title { font-size: 1.3em; color: #b71c1c; margin-bottom: 10px; } .page-kuya-mel-kitchen__blog-title a { text-decoration: none; color: #b71c1c; } .page-kuya-mel-kitchen__blog-title a:hover { text-decoration: underline; } .page-kuya-mel-kitchen__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-kuya-mel-kitchen__blog-date { font-size: 0.8em; color: #999; text-align: right; } @media (max-width: 768px) { .page-kuya-mel-kitchen__container { padding: 10px; } .page-kuya-mel-kitchen__section { padding: 20px 15px; } .page-kuya-mel-kitchen__section-title { font-size: 2em; margin-bottom: 20px; } .page-kuya-mel-kitchen__hero-title { font-size: 2.5em; } .page-kuya-mel-kitchen__hero-description { font-size: 1.1em; } .page-kuya-mel-kitchen__cta-button { padding: 12px 25px; font-size: 1em; } .page-kuya-mel-kitchen__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-kuya-mel-kitchen__payment-logo, .page-kuya-mel-kitchen__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-mel-kitchen__intro-content { grid-template-columns: 1fr; } .page-kuya-mel-kitchen__intro-text, .page-kuya-mel-kitchen__game-description, .page-kuya-mel-kitchen__promo-description, .page-kuya-mel-kitchen__feature-description, .page-kuya-mel-kitchen__blog-excerpt, .page-kuya-mel-kitchen__faq-answer p { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-mel-kitchen__quick-links, .page-kuya-mel-kitchen__games-grid, .page-kuya-mel-kitchen__promotions-grid, .page-kuya-mel-kitchen__security-support-grid, .page-kuya-mel-kitchen__blog-grid { grid-template-columns: 1fr; } .page-kuya-mel-kitchen__quick-link-item, .page-kuya-mel-kitchen__game-card, .page-kuya-mel-kitchen__promo-card, .page-kuya-mel-kitchen__feature-card, .page-kuya-mel-kitchen__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-mel-kitchen__faq-question h3 { font-size: 1em; } .page-kuya-mel-kitchen__faq-answer { padding: 0 10px; } .page-kuya-mel-kitchen__faq-item.active .page-kuya-mel-kitchen__faq-answer { padding: 15px 10px !important; } .page-kuya-mel-kitchen__game-image, .page-kuya-mel-kitchen__promo-image, .page-kuya-mel-kitchen__blog-image, .page-kuya-mel-kitchen__intro-image { max-width: 100% !important; height: auto !important; } } @media (min-width: 769px) { .page-kuya-mel-kitchen__intro-text { text-align: left; } .page-kuya-mel-kitchen__intro-image { order: 2; } .page-kuya-mel-kitchen__intro-content { grid-template-columns: 1fr 1fr; } .page-kuya-mel-kitchen__intro-content > *:first-child { order: 1; } }