.page-how-to-check-total-playtime-on-valorant { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-how-to-check-total-playtime-on-valorant__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-how-to-check-total-playtime-on-valorant__section { margin-bottom: 40px; padding: 20px; background-color: #1f283e; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-how-to-check-total-playtime-on-valorant__hero-section { background-image: url('[GALLERY:hero:1920x1080:valorant,gaming,esports,playtime,tg77]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } .page-how-to-check-total-playtime-on-valorant__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-how-to-check-total-playtime-on-valorant__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } .page-how-to-check-total-playtime-on-valorant__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-how-to-check-total-playtime-on-valorant__button:hover { background-color: #ff6a42; transform: translateY(-3px); } .page-how-to-check-total-playtime-on-valorant__title { color: #e44d26; text-align: center; margin-bottom: 30px; font-size: 2.5em; } .page-how-to-check-total-playtime-on-valorant__subtitle { color: #f0f0f0; font-size: 1.8em; margin-bottom: 20px; border-bottom: 2px solid #e44d26; padding-bottom: 10px; } .page-how-to-check-total-playtime-on-valorant__text { color: #c0c0c0; margin-bottom: 15px; } .page-how-to-check-total-playtime-on-valorant__text strong { color: #fff; } .page-how-to-check-total-playtime-on-valorant__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-how-to-check-total-playtime-on-valorant__grid-item { background-color: #2a344e; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .page-how-to-check-total-playtime-on-valorant__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-how-to-check-total-playtime-on-valorant__grid-item-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-how-to-check-total-playtime-on-valorant__grid-item-title { color: #e44d26; font-size: 1.4em; margin-bottom: 10px; } .page-how-to-check-total-playtime-on-valorant__grid-item-description { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; flex-grow: 1; } .page-how-to-check-total-playtime-on-valorant__list { list-style: none; padding: 0; margin: 0; } .page-how-to-check-total-playtime-on-valorant__list-item { background-color: #2a344e; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-sizing: border-box; } .page-how-to-check-total-playtime-on-valorant__list-item-text { flex-grow: 1; color: #c0c0c0; } .page-how-to-check-total-playtime-on-valorant__faq-item { background-color: #2a344e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-how-to-check-total-playtime-on-valorant__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333d52; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-how-to-check-total-playtime-on-valorant__faq-question h3 { margin: 0; pointer-events: none; color: #fff; } .page-how-to-check-total-playtime-on-valorant__faq-question:hover { background-color: #444e68; } .page-how-to-check-total-playtime-on-valorant__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-how-to-check-total-playtime-on-valorant__faq-item.active .page-how-to-check-total-playtime-on-valorant__faq-toggle { transform: rotate(45deg); } .page-how-to-check-total-playtime-on-valorant__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; color: #c0c0c0; opacity: 0; } .page-how-to-check-total-playtime-on-valorant__faq-item.active .page-how-to-check-total-playtime-on-valorant__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-how-to-check-total-playtime-on-valorant__blog-card { background-color: #2a344e; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-how-to-check-total-playtime-on-valorant__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-how-to-check-total-playtime-on-valorant__blog-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-how-to-check-total-playtime-on-valorant__blog-image { width: 100%; height: 100%; object-fit: cover; } .page-how-to-check-total-playtime-on-valorant__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-how-to-check-total-playtime-on-valorant__blog-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; line-height: 1.4; } .page-how-to-check-total-playtime-on-valorant__blog-excerpt { color: #c0c0c0; font-size: 0.9em; margin-bottom: 15px; flex-grow: 1; } .page-how-to-check-total-playtime-on-valorant__blog-link { align-self: flex-start; } @media (max-width: 768px) { .page-how-to-check-total-playtime-on-valorant__hero-title { font-size: 2.2em; } .page-how-to-check-total-playtime-on-valorant__hero-subtitle { font-size: 1.1em; } .page-how-to-check-total-playtime-on-valorant__title { font-size: 1.8em; } .page-how-to-check-total-playtime-on-valorant__subtitle { font-size: 1.4em; } .page-how-to-check-total-playtime-on-valorant__container { padding: 15px; } .page-how-to-check-total-playtime-on-valorant__section { padding: 15px; margin-bottom: 30px; } .page-how-to-check-total-playtime-on-valorant__grid { grid-template-columns: 1fr; } .page-how-to-check-total-playtime-on-valorant__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-how-to-check-total-playtime-on-valorant__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-how-to-check-total-playtime-on-valorant__list-item-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-to-check-total-playtime-on-valorant__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-how-to-check-total-playtime-on-valorant__faq-answer { padding: 0 20px; } .page-how-to-check-total-playtime-on-valorant__faq-item.active .page-how-to-check-total-playtime-on-valorant__faq-answer { padding: 15px 20px !important; } .page-how-to-check-total-playtime-on-valorant__blog-image-wrapper { height: 180px; } .page-how-to-check-total-playtime-on-valorant__blog-title { font-size: 1.1em; } .page-how-to-check-total-playtime-on-valorant__blog-excerpt { font-size: 0.85em; } } @media (max-width: 480px) { .page-how-to-check-total-playtime-on-valorant__hero-title { font-size: 1.8em; } .page-how-to-check-total-playtime-on-valorant__hero-subtitle { font-size: 0.9em; } .page-how-to-check-total-playtime-on-valorant__button { padding: 12px 25px; font-size: 0.9em; } .page-how-to-check-total-playtime-on-valorant__title { font-size: 1.5em; } .page-how-to-check-total-playtime-on-valorant__subtitle { font-size: 1.2em; } }