.page-kim-atienza-kuya-kim-memes { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 40px; } .page-kim-atienza-kuya-kim-memes__hero-section { display: flex; flex-direction: column; align-items: center; padding: 20px; text-align: center; background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; padding-top: 10px; } .page-kim-atienza-kuya-kim-memes__hero-content { max-width: 900px; margin-bottom: 30px; } .page-kim-atienza-kuya-kim-memes__hero-title { font-size: 2.5em; margin-bottom: 15px; color: #2c3e50; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); } .page-kim-atienza-kuya-kim-memes__hero-description { font-size: 1.1em; margin-bottom: 25px; color: #34495e; } .page-kim-atienza-kuya-kim-memes__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-kim-atienza-kuya-kim-memes__cta-button:hover { background-color: #c0392b; } .page-kim-atienza-kuya-kim-memes__hero-image-container { width: 100%; max-width: 800px; overflow: hidden; border-radius: 10px; box-shadow: 0 8px 16px rgba(0,0,0,0.2); box-sizing: border-box; } .page-kim-atienza-kuya-kim-memes__hero-image { max-width: 100%; height: auto; display: block; } .page-kim-atienza-kuya-kim-memes__meme-phenomenon-section, .page-kim-atienza-kuya-kim-memes__impact-section, .page-kim-atienza-kuya-kim-memes__faq-section, .page-kim-atienza-kuya-kim-memes__cta-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin-top: 30px; } .page-kim-atienza-kuya-kim-memes__section-title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 25px; } .page-kim-atienza-kuya-kim-memes__section-description { font-size: 1.05em; color: #555; text-align: center; max-width: 800px; margin: 0 auto 30px auto; } .page-kim-atienza-kuya-kim-memes__meme-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kim-atienza-kuya-kim-memes__meme-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: center; padding-bottom: 20px; box-sizing: border-box; } .page-kim-atienza-kuya-kim-memes__meme-card-image { max-width: 100%; height: auto; display: block; margin-bottom: 15px; } .page-kim-atienza-kuya-kim-memes__meme-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; padding: 0 15px; } .page-kim-atienza-kuya-kim-memes__meme-card-text { font-size: 0.95em; color: #666; padding: 0 15px; } .page-kim-atienza-kuya-kim-memes__impact-content { display: flex; flex-direction: row; gap: 30px; align-items: center; margin-top: 30px; } .page-kim-atienza-kuya-kim-memes__impact-image { flex: 1; max-width: 50%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); box-sizing: border-box; } .page-kim-atienza-kuya-kim-memes__impact-text { flex: 1; font-size: 1.05em; color: #555; } /* FAQ Section Styling */ .page-kim-atienza-kuya-kim-memes__faq-container { margin-top: 30px; } .page-kim-atienza-kuya-kim-memes__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; margin-bottom: 10px; overflow: hidden; } .page-kim-atienza-kuya-kim-memes__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; color: #2c3e50; transition: background-color 0.3s ease; user-select: none; } .page-kim-atienza-kuya-kim-memes__faq-question:hover { background-color: #e0e0e0; } .page-kim-atienza-kuya-kim-memes__faq-heading { font-size: 1.1em; margin: 0; pointer-events: none; color: #2c3e50; } .page-kim-atienza-kuya-kim-memes__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; color: #e74c3c; } .page-kim-atienza-kuya-kim-memes__faq-item.active .page-kim-atienza-kuya-kim-memes__faq-toggle { transform: rotate(45deg); } .page-kim-atienza-kuya-kim-memes__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-kim-atienza-kuya-kim-memes__faq-item.active .page-kim-atienza-kuya-kim-memes__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kim-atienza-kuya-kim-memes__faq-answer p { margin: 0; color: #555; font-size: 0.95em; } .page-kim-atienza-kuya-kim-memes__cta-description { font-size: 1.1em; color: #555; text-align: center; max-width: 800px; margin: 0 auto 30px auto; } .page-kim-atienza-kuya-kim-memes__cta-button--large { font-size: 1.2em; padding: 15px 30px; background-color: #27ae60; } .page-kim-atienza-kuya-kim-memes__cta-button--large:hover { background-color: #229954; } @media (max-width: 768px) { .page-kim-atienza-kuya-kim-memes__hero-title { font-size: 1.8em; } .page-kim-atienza-kuya-kim-memes__hero-description { font-size: 1em; } .page-kim-atienza-kuya-kim-memes__section-title { font-size: 1.6em; } .page-kim-atienza-kuya-kim-memes__section-description, .page-kim-atienza-kuya-kim-memes__cta-description { font-size: 0.95em; padding: 0 10px; } .page-kim-atienza-kuya-kim-memes__meme-grid { grid-template-columns: 1fr; padding: 0 10px; } .page-kim-atienza-kuya-kim-memes__meme-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kim-atienza-kuya-kim-memes__meme-card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kim-atienza-kuya-kim-memes__impact-content { flex-direction: column; text-align: center; } .page-kim-atienza-kuya-kim-memes__impact-image { max-width: 100%; } .page-kim-atienza-kuya-kim-memes__faq-question { padding: 12px 15px; } .page-kim-atienza-kuya-kim-memes__faq-heading { font-size: 1em; } .page-kim-atienza-kuya-kim-memes__faq-answer { padding: 0 15px; } .page-kim-atienza-kuya-kim-memes__faq-item.active .page-kim-atienza-kuya-kim-memes__faq-answer { padding: 15px !important; } .page-kim-atienza-kuya-kim-memes__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kim-atienza-kuya-kim-memes__hero-image, .page-kim-atienza-kuya-kim-memes__meme-card-image, .page-kim-atienza-kuya-kim-memes__impact-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-kim-atienza-kuya-kim-memes__hero-image-container, .page-kim-atienza-kuya-kim-memes__meme-card, .page-kim-atienza-kuya-kim-memes__impact-image { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }}