.page-diwata-costume-ideas-male { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-diwata-costume-ideas-male__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-diwata-costume-ideas-male__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-diwata-costume-ideas-male__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-diwata-costume-ideas-male__title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 20px; }.page-diwata-costume-ideas-male__title--light { color: #ecf0f1; }.page-diwata-costume-ideas-male__subtitle { font-size: 1.8em; color: #34495e; text-align: center; margin-bottom: 30px; }.page-diwata-costume-ideas-male__text { font-size: 1em; margin-bottom: 15px; }.page-diwata-costume-ideas-male__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; text-align: center; white-space: nowrap; }.page-diwata-costume-ideas-male__button:hover { background-color: #c0392b; }.page-diwata-costume-ideas-male__hero-section { position: relative; padding: 10px 0 60px 0; background-color: #3498db; color: #fff; text-align: center; overflow: hidden; border-radius: 0; box-shadow: none; }.page-diwata-costume-ideas-male__hero-image { width: 100%; height: auto; display: block; object-fit: cover; max-height: 500px; margin-bottom: 20px; }.page-diwata-costume-ideas-male__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 20px; }.page-diwata-costume-ideas-male__hero-title { font-size: 3em; margin-bottom: 15px; color: #fff; }.page-diwata-costume-ideas-male__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ecf0f1; }.page-diwata-costume-ideas-male__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 0; }.page-diwata-costume-ideas-male__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-diwata-costume-ideas-male__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-diwata-costume-ideas-male__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-diwata-costume-ideas-male__card { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; justify-content: space-between; }.page-diwata-costume-ideas-male__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-diwata-costume-ideas-male__card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-diwata-costume-ideas-male__card-description { font-size: 0.95em; color: #34495e; margin-bottom: 20px; }.page-diwata-costume-ideas-male__list { list-style: none; padding: 0; margin: 0; }.page-diwata-costume-ideas-male__list-item { background-color: #ecf0f1; margin-bottom: 10px; padding: 15px; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box; }.page-diwata-costume-ideas-male__list-item-text { flex-grow: 1; margin-right: 10px; color: #34495e; }.page-diwata-costume-ideas-male__faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; }.page-diwata-costume-ideas-male__faq-question { background-color: #f0f0f0; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-diwata-costume-ideas-male__faq-question:hover { background-color: #e0e0e0; }.page-diwata-costume-ideas-male__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-diwata-costume-ideas-male__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; }.page-diwata-costume-ideas-male__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; background-color: #fff; color: #555; }.page-diwata-costume-ideas-male__faq-item.active .page-diwata-costume-ideas-male__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-diwata-costume-ideas-male__faq-item.active .page-diwata-costume-ideas-male__faq-toggle { transform: rotate(45deg); }.page-diwata-costume-ideas-male__blog-card { display: flex; flex-direction: column; background-color: #ecf0f1; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }.page-diwata-costume-ideas-male__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-diwata-costume-ideas-male__blog-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; }.page-diwata-costume-ideas-male__blog-excerpt { font-size: 0.9em; color: #34495e; margin-bottom: 15px; }.page-diwata-costume-ideas-male__blog-link { text-decoration: none; color: #e74c3c; font-weight: bold; }.page-diwata-costume-ideas-male__blog-link:hover { text-decoration: underline; }.page-diwata-costume-ideas-male__blog-date { font-size: 0.8em; color: #7f8c8d; text-align: right; margin-top: auto; }.page-diwata-costume-ideas-male__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }.page-diwata-costume-ideas-male img { max-width: 100%; height: auto; display: block; }.page-diwata-costume-ideas-male__game-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; }.page-diwata-costume-ideas-male__game-card-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; }.page-diwata-costume-ideas-male__game-card-description { font-size: 0.9em; color: #34495e; }.page-diwata-costume-ideas-male__game-card { display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #ecf0f1; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }.page-diwata-costume-ideas-male__promo-item { display: flex; align-items: flex-start; margin-bottom: 25px; gap: 20px; }.page-diwata-costume-ideas-male__promo-image { flex-shrink: 0; width: 250px; height: 150px; object-fit: cover; border-radius: 5px; }.page-diwata-costume-ideas-male__promo-content { flex-grow: 1; }.page-diwata-costume-ideas-male__promo-title { font-size: 1.3em; color: #2c3e50; margin-top: 0; margin-bottom: 10px; }.page-diwata-costume-ideas-male__promo-description { font-size: 0.95em; color: #34495e; margin-bottom: 15px; }.page-diwata-costume-ideas-male__promo-link { display: inline-block; background-color: #e74c3c; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-diwata-costume-ideas-male__promo-link:hover { background-color: #c0392b; }@media (max-width: 768px) { .page-diwata-costume-ideas-male__container { padding: 10px; }.page-diwata-costume-ideas-male__section { padding: 20px 10px; margin-bottom: 15px; }.page-diwata-costume-ideas-male__title { font-size: 2em; }.page-diwata-costume-ideas-male__subtitle { font-size: 1.5em; }.page-diwata-costume-ideas-male__hero-title { font-size: 2.2em; }.page-diwata-costume-ideas-male__hero-description { font-size: 1em; }.page-diwata-costume-ideas-male__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-diwata-costume-ideas-male__payment-logo, .page-diwata-costume-ideas-male__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-diwata-costume-ideas-male__grid { grid-template-columns: 1fr; gap: 15px; }.page-diwata-costume-ideas-male__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-diwata-costume-ideas-male__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-diwata-costume-ideas-male__card-image, .page-diwata-costume-ideas-male__blog-image, .page-diwata-costume-ideas-male__promo-image { height: 180px; width: 100%; }.page-diwata-costume-ideas-male__faq-question { padding: 12px 15px; }.page-diwata-costume-ideas-male__faq-question h3 { font-size: 1em; }.page-diwata-costume-ideas-male__faq-answer { padding: 15px 15px; }.page-diwata-costume-ideas-male__promo-item { flex-direction: column; align-items: center; text-align: center; }.page-diwata-costume-ideas-male__promo-image { width: 100%; height: 200px; margin-bottom: 15px; }.page-diwata-costume-ideas-male__promo-content { width: 100%; }.page-diwata-costume-ideas-male img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-diwata-costume-ideas-male__cta-buttons { flex-direction: column; gap: 15px; }.page-diwata-costume-ideas-male__button { width: 100%; padding: 15px 20px; }.page-diwata-costume-ideas-male__game-card { width: 100%; }.page-diwata-costume-ideas-male__game-icon { width: 60px; height: 60px; } }