.page-playtime-casino-customer-service { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-casino-customer-service__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 60px 20px 40px; background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; position: relative; overflow: hidden; padding-top: 70px; }.page-playtime-casino-customer-service__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; }.page-playtime-casino-customer-service__hero-image { width: 100%; height: 100%; object-fit: cover; }.page-playtime-casino-customer-service__hero-content { position: relative; z-index: 1; max-width: 800px; }.page-playtime-casino-customer-service__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-playtime-casino-customer-service__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; }.page-playtime-casino-customer-service__hero-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-playtime-casino-customer-service__hero-button:hover { background-color: #e0a800; transform: translateY(-2px); }.page-playtime-casino-customer-service__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 20px; padding-top: 40px; }.page-playtime-casino-customer-service__section-description { font-size: 1.1em; color: #555; text-align: center; max-width: 900px; margin: 0 auto 40px; padding: 0 15px; }.page-playtime-casino-customer-service__contact-channels-section { padding: 40px 20px; background-color: #fff; }.page-playtime-casino-customer-service__channels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-playtime-casino-customer-service__channel-card { background-color: #f0f8ff; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-playtime-casino-customer-service__channel-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-playtime-casino-customer-service__channel-icon { width: 250px; height: auto; margin: 0 auto 20px; border-radius: 8px; max-width: 100%; object-fit: cover; }.page-playtime-casino-customer-service__channel-title { font-size: 1.6em; color: #007bff; margin-bottom: 15px; }.page-playtime-casino-customer-service__channel-text { color: #666; margin-bottom: 25px; flex-grow: 1; }.page-playtime-casino-customer-service__channel-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-playtime-casino-customer-service__channel-button:hover { background-color: #0056b3; }.page-playtime-casino-customer-service__faq-section { padding: 60px 20px; background-color: #f8f8f8; }.page-playtime-casino-customer-service__faq-container { max-width: 900px; margin: 0 auto; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }.page-playtime-casino-customer-service__faq-item { border-bottom: 1px solid #eee; background-color: #fff; }.page-playtime-casino-customer-service__faq-item:last-child { border-bottom: none; }.page-playtime-casino-customer-service__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fff; transition: background-color 0.3s ease; user-select: none; }.page-playtime-casino-customer-service__faq-question:hover { background-color: #f0f0f0; }.page-playtime-casino-customer-service__faq-title { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; }.page-playtime-casino-customer-service__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-casino-customer-service__faq-item.active .page-playtime-casino-customer-service__faq-toggle { transform: rotate(45deg); }.page-playtime-casino-customer-service__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; color: #555; background-color: #f9f9f9; }.page-playtime-casino-customer-service__faq-item.active .page-playtime-casino-customer-service__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-playtime-casino-customer-service__faq-answer p { margin: 0; padding-bottom: 10px; }.page-playtime-casino-customer-service__commitment-section { display: flex; flex-direction: column; align-items: center; padding: 60px 20px; background-color: #e6f2ff; text-align: center; }.page-playtime-casino-customer-service__commitment-content { max-width: 800px; margin-bottom: 40px; }.page-playtime-casino-customer-service__commitment-section .page-playtime-casino-customer-service__section-title { color: #0056b3; padding-top: 0; }.page-playtime-casino-customer-service__commitment-section .page-playtime-casino-customer-service__section-description { color: #444; margin-bottom: 30px; }.page-playtime-casino-customer-service__commitment-button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-playtime-casino-customer-service__commitment-button:hover { background-color: #218838; transform: translateY(-2px); }.page-playtime-casino-customer-service__commitment-image-wrapper { max-width: 600px; width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-playtime-casino-customer-service__commitment-image { width: 100%; height: auto; display: block; object-fit: cover; }@media (max-width: 768px) { .page-playtime-casino-customer-service__hero-title { font-size: 2em; } .page-playtime-casino-customer-service__hero-description { font-size: 1em; } .page-playtime-casino-customer-service__hero-button { padding: 12px 25px; font-size: 1em; } .page-playtime-casino-customer-service__section-title { font-size: 1.8em; padding-top: 30px; } .page-playtime-casino-customer-service__section-description { font-size: 1em; margin-bottom: 30px; } .page-playtime-casino-customer-service__channels-grid { grid-template-columns: 1fr; } .page-playtime-casino-customer-service__channel-card { padding: 25px; } .page-playtime-casino-customer-service__channel-icon { width: 200px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-playtime-casino-customer-service__faq-question { padding: 15px 20px; } .page-playtime-casino-customer-service__faq-title { font-size: 1.1em; } .page-playtime-casino-customer-service__faq-answer { padding: 0 20px; } .page-playtime-casino-customer-service__faq-item.active .page-playtime-casino-customer-service__faq-answer { padding: 15px 20px !important; } .page-playtime-casino-customer-service__commitment-section { flex-direction: column; } }@media (max-width: 768px) { .page-playtime-casino-customer-service__channels-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-playtime-casino-customer-service p, .page-playtime-casino-customer-service h1, .page-playtime-casino-customer-service h2, .page-playtime-casino-customer-service h3, .page-playtime-casino-customer-service a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-casino-customer-service img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }