.page-how-to-see-playtime-on-roblox { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 80px; } .page-how-to-see-playtime-on-roblox__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-how-to-see-playtime-on-roblox__hero-section { position: relative; width: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; padding-bottom: 40px; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); } .page-how-to-see-playtime-on-roblox__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.4); } .page-how-to-see-playtime-on-roblox__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; max-width: 100% !important; } .page-how-to-see-playtime-on-roblox__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-how-to-see-playtime-on-roblox__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffffff; } .page-how-to-see-playtime-on-roblox__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); color: #ffffff; } .page-how-to-see-playtime-on-roblox__hero-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-how-to-see-playtime-on-roblox__hero-button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-how-to-see-playtime-on-roblox__section-title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-how-to-see-playtime-on-roblox__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background-color: #ffcc00; border-radius: 2px; } .page-how-to-see-playtime-on-roblox__introduction-section, .page-how-to-see-playtime-on-roblox__methods-section, .page-how-to-see-playtime-on-roblox__tips-section, .page-how-to-see-playtime-on-roblox__faq-section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border-radius: 8px; } .page-how-to-see-playtime-on-roblox__paragraph { margin-bottom: 15px; font-size: 1.05em; color: #555; } .page-how-to-see-playtime-on-roblox__method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-how-to-see-playtime-on-roblox__method-card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-how-to-see-playtime-on-roblox__method-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-how-to-see-playtime-on-roblox__method-image { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 20px; max-width: 100% !important; } .page-how-to-see-playtime-on-roblox__method-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 15px; } .page-how-to-see-playtime-on-roblox__method-description { font-size: 0.95em; color: #666; margin-bottom: 20px; flex-grow: 1; } .page-how-to-see-playtime-on-roblox__list { list-style: none; padding: 0; text-align: left; margin-top: 15px; } .page-how-to-see-playtime-on-roblox__list-item { position: relative; padding-left: 25px; margin-bottom: 10px; color: #444; font-size: 0.9em; box-sizing: border-box; } .page-how-to-see-playtime-on-roblox__list-item::before { content: '✓'; color: #28a745; position: absolute; left: 0; top: 0; font-weight: bold; } .page-how-to-see-playtime-on-roblox__tips-list { list-style: none; padding: 0; margin-top: 30px; } .page-how-to-see-playtime-on-roblox__tips-list-item { background-color: #e9f7ef; border-left: 5px solid #28a745; padding: 15px 20px; margin-bottom: 15px; border-radius: 5px; color: #333; font-size: 1.05em; box-sizing: border-box; } .page-how-to-see-playtime-on-roblox__tips-list-item strong { color: #2c3e50; } .page-how-to-see-playtime-on-roblox__cta-wrapper { text-align: center; margin-top: 50px; } .page-how-to-see-playtime-on-roblox__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 18px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3); } .page-how-to-see-playtime-on-roblox__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } /* FAQ Section */ .page-how-to-see-playtime-on-roblox__faq-list { margin-top: 30px; } .page-how-to-see-playtime-on-roblox__faq-item { background-color: #fefefe; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-how-to-see-playtime-on-roblox__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f1f1f1; color: #2c3e50; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-how-to-see-playtime-on-roblox__faq-question:hover { background-color: #e0e0e0; } .page-how-to-see-playtime-on-roblox__faq-item-title { font-size: 1.15em; margin: 0; pointer-events: none; color: #2c3e50; } .page-how-to-see-playtime-on-roblox__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-how-to-see-playtime-on-roblox__faq-item.active .page-how-to-see-playtime-on-roblox__faq-toggle { transform: rotate(45deg); } .page-how-to-see-playtime-on-roblox__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fff; color: #555; } .page-how-to-see-playtime-on-roblox__faq-item.active .page-how-to-see-playtime-on-roblox__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-how-to-see-playtime-on-roblox__faq-answer .page-how-to-see-playtime-on-roblox__paragraph { margin-bottom: 0; } /* Floating Buttons */ .page-how-to-see-playtime-on-roblox__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-how-to-see-playtime-on-roblox__floating-button { display: flex; align-items: center; justify-content: center; width: 120px; height: 45px; border-radius: 25px; font-weight: bold; color: #fff; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, box-shadow 0.2s ease; font-size: 1em; } .page-how-to-see-playtime-on-roblox__floating-button--register { background-color: #28a745; } .page-how-to-see-playtime-on-roblox__floating-button--login { background-color: #007bff; } .page-how-to-see-playtime-on-roblox__floating-button:hover { transform: translateY(-3px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } /* Responsive adjustments */ @media (max-width: 768px) { .page-how-to-see-playtime-on-roblox__hero-title { font-size: 2em; } .page-how-to-see-playtime-on-roblox__hero-description { font-size: 1em; } .page-how-to-see-playtime-on-roblox__section-title { font-size: 1.6em; margin-bottom: 30px; } .page-how-to-see-playtime-on-roblox__introduction-section, .page-how-to-see-playtime-on-roblox__methods-section, .page-how-to-see-playtime-on-roblox__tips-section, .page-how-to-see-playtime-on-roblox__faq-section { padding: 40px 0; } .page-how-to-see-playtime-on-roblox__container { padding: 15px; } .page-how-to-see-playtime-on-roblox__method-grid { grid-template-columns: 1fr; gap: 20px; } /* List item responsive rules */ .page-how-to-see-playtime-on-roblox__list, .page-how-to-see-playtime-on-roblox__tips-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-to-see-playtime-on-roblox__list-item, .page-how-to-see-playtime-on-roblox__tips-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 25px !important; padding-right: 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-to-see-playtime-on-roblox__faq-question { padding: 15px 20px; } .page-how-to-see-playtime-on-roblox__faq-item-title { font-size: 1em; } .page-how-to-see-playtime-on-roblox__faq-answer { padding: 0 20px; } .page-how-to-see-playtime-on-roblox__faq-item.active .page-how-to-see-playtime-on-roblox__faq-answer { padding: 15px 20px !important; } .page-how-to-see-playtime-on-roblox__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; width: auto; justify-content: space-around; } .page-how-to-see-playtime-on-roblox__floating-button { width: 48%; height: 40px; font-size: 0.9em; } } @media (max-width: 480px) { .page-how-to-see-playtime-on-roblox__hero-title { font-size: 1.8em; } .page-how-to-see-playtime-on-roblox__hero-button { padding: 12px 25px; font-size: 0.95em; } }