.page-project-playtime-roblox-codes-2023 { font-family: 'Arial', sans-serif; color: #333; background-color: #f4f7f6; line-height: 1.6; } .page-project-playtime-roblox-codes-2023__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-project-playtime-roblox-codes-2023__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px; padding-top: calc(10px + var(--header-offset, 0px)); position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-project-playtime-roblox-codes-2023__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-project-playtime-roblox-codes-2023__hero-content { position: relative; z-index: 1; } .page-project-playtime-roblox-codes-2023__hero-title { font-size: 3em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-project-playtime-roblox-codes-2023__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-project-playtime-roblox-codes-2023__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-project-playtime-roblox-codes-2023__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-project-playtime-roblox-codes-2023__section-title { text-align: center; font-size: 2.5em; color: #0056b3; margin-bottom: 40px; padding-top: 20px; position: relative; } .page-project-playtime-roblox-codes-2023__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } .page-project-playtime-roblox-codes-2023__content-block { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 30px; } .page-project-playtime-roblox-codes-2023__text-center { text-align: center; } .page-project-playtime-roblox-codes-2023__promo-grid, .page-project-playtime-roblox-codes-2023__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-project-playtime-roblox-codes-2023__card { background-color: #fcfcfc; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-project-playtime-roblox-codes-2023__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-project-playtime-roblox-codes-2023__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-project-playtime-roblox-codes-2023__card-content { padding: 20px; flex-grow: 1; } .page-project-playtime-roblox-codes-2023__card-title { font-size: 1.4em; margin-bottom: 10px; color: #0056b3; } .page-project-playtime-roblox-codes-2023__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-project-playtime-roblox-codes-2023__card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; margin-top: auto; } .page-project-playtime-roblox-codes-2023__card-button:hover { background-color: #218838; } .page-project-playtime-roblox-codes-2023__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-project-playtime-roblox-codes-2023__quick-links-item { margin: 0; } .page-project-playtime-roblox-codes-2023__quick-links-button { display: block; background-color: #6c757d; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-project-playtime-roblox-codes-2023__quick-links-button:hover { background-color: #5a6268; } .page-project-playtime-roblox-codes-2023__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-project-playtime-roblox-codes-2023__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #e9ecef; color: #333; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-project-playtime-roblox-codes-2023__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #0056b3; } .page-project-playtime-roblox-codes-2023__faq-question:hover { background-color: #dee2e6; } .page-project-playtime-roblox-codes-2023__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-project-playtime-roblox-codes-2023__faq-item.active .page-project-playtime-roblox-codes-2023__faq-toggle { transform: rotate(45deg); } .page-project-playtime-roblox-codes-2023__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; background-color: #f8f9fa; color: #555; } .page-project-playtime-roblox-codes-2023__faq-item.active .page-project-playtime-roblox-codes-2023__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-project-playtime-roblox-codes-2023__blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-project-playtime-roblox-codes-2023__blog-post { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-project-playtime-roblox-codes-2023__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-project-playtime-roblox-codes-2023__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-project-playtime-roblox-codes-2023__blog-content { padding: 20px; } .page-project-playtime-roblox-codes-2023__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #0056b3; } .page-project-playtime-roblox-codes-2023__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-project-playtime-roblox-codes-2023__blog-read-more { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-project-playtime-roblox-codes-2023__blog-read-more:hover { color: #0056b3; } .page-project-playtime-roblox-codes-2023__payment-providers, .page-project-playtime-roblox-codes-2023__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-project-playtime-roblox-codes-2023__provider-logo { max-width: 120px; height: auto; display: block; } @media (max-width: 768px) { .page-project-playtime-roblox-codes-2023__hero-title { font-size: 2em; } .page-project-playtime-roblox-codes-2023__hero-subtitle { font-size: 1.2em; } .page-project-playtime-roblox-codes-2023__section-title { font-size: 1.8em; } .page-project-playtime-roblox-codes-2023__promo-grid, .page-project-playtime-roblox-codes-2023__game-grid, .page-project-playtime-roblox-codes-2023__blog-list { grid-template-columns: 1fr; } .page-project-playtime-roblox-codes-2023__card, .page-project-playtime-roblox-codes-2023__blog-post { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; box-sizing: border-box !important; } .page-project-playtime-roblox-codes-2023__quick-links-list { flex-direction: column; align-items: center; } .page-project-playtime-roblox-codes-2023__quick-links-button { width: 100%; max-width: 300px; } .page-project-playtime-roblox-codes-2023__faq-question, .page-project-playtime-roblox-codes-2023__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-project-playtime-roblox-codes-2023__provider-logo { max-width: 100px; } .page-project-playtime-roblox-codes-2023__hero-section { padding: 60px 15px; padding-top: calc(10px + var(--header-offset, 0px)); } .page-project-playtime-roblox-codes-2023__content-block { padding: 20px; } .page-project-playtime-roblox-codes-2023__card-image, .page-project-playtime-roblox-codes-2023__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 375px) { .page-project-playtime-roblox-codes-2023__hero-title { font-size: 1.8em; } .page-project-playtime-roblox-codes-2023__hero-subtitle { font-size: 1em; } .page-project-playtime-roblox-codes-2023__section-title { font-size: 1.6em; } .page-project-playtime-roblox-codes-2023__cta-button { padding: 12px 25px; font-size: 1em; } .page-project-playtime-roblox-codes-2023__faq-question h3 { font-size: 1em; } .page-project-playtime-roblox-codes-2023__faq-answer { font-size: 0.9em; } .page-project-playtime-roblox-codes-2023__card-title, .page-project-playtime-roblox-codes-2023__blog-title { font-size: 1.2em; } .page-project-playtime-roblox-codes-2023__card-description, .page-project-playtime-roblox-codes-2023__blog-excerpt { font-size: 0.85em; } }