/*
Theme Name: Mavix Event Child
Theme URI: http://creativthemes.com/downloads/mavix-event/
Template: mavix-event
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Mavix Event is a modern, responsive, and fully customizable WordPress theme designed for all kinds of events, conferences, summits, meetups, and exhibitions. Whether you’re organizing a business forum, a creative design conference, or a tech-focused event, it provides everything you need to build a professional online presence.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,left-sidebar,editor-style,right-sidebar,full-width-template,two-columns,custom-colors,custom-header,custom-logo,blog,entertainment,portfolio
Version: 1.0.1761226249
Updated: 2025-10-23 13:30:49

*/
.entry-content .wp-block-table table th,
.entry-content .wp-block-table table td {
  text-align: center;  
  vertical-align: middle;  
}

.entry-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.entry-content .wp-block-table table {
  width: 100% !important;
  max-width: 100%;
  display: table; 
}

.entry-content .wp-block-table table.has-fixed-layout,
.entry-content .wp-block-table table.mtr-table {
  width: 100% !important;
}
.section-gap {
  padding: 4px 0;
}
#masthead .header-top {
  padding: 5px 0;
}
h1 {
  font-size: 42px !important;
}
h2 {
  font-size: 38px !important;
}
body, button, input, select, textarea {
  font-size: 16px;
  line-height: 27px;
}

.site-footer__credits  {
  color: #fff;
  padding: 20px 0;
  background-color: #23253b;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.1rem 0;
  padding: 0;
}

.entry-content li {
  line-height: 1.6;
  margin: .35rem 0;
}

.entry-content .list--check li {
  list-style: none;           
  position: relative;
  padding-left: 1.75rem;        
}

.entry-content .list--check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .2rem;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  font-weight: 800;
  color: #f74070;          
  border-radius: .35rem;
}

.about-review {
  margin-top: 40px;
  padding: 20px 24px;
  background: #f9fafb;
  border-left: 4px solid #f74070; 
  font-size: 15px;
  line-height: 1.6;
}

.about-review h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.faq-block {
  margin: 40px 0;
  padding: 32px 40px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.faq-block h2 {
  font-size: 32px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.faq-block h3 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #111827;
  position: relative;
  padding-left: 34px;
}

.faq-block h3 + p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: #4b5563;
  position: relative;
  padding-left: 34px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.faq-block h3 + p:last-of-type {
  border-bottom: none;
}

.faq-block h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #f74070;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f74070;
}

.faq-block h3 + p::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f74070;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}


@media (max-width: 768px) {
  .faq-block {
    padding: 24px 18px;
  }

  .faq-block h2 {
    font-size: 26px;
  }

  .faq-block h3 {
    font-size: 18px;
  }
}

.plangames-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 999px;
  background: #f74070;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(247, 64, 112, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.plangames-btn:hover {
  background: #ff5b86;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(247, 64, 112, 0.45);
}

