/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* =========================================================
   EE88 E-E-A-T SEO 2026 - Homepage Content Styles
   ========================================================= */

.ee88-content {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.ee88-content h2 {
  color: #c9e812;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9e812;
  line-height: 1.3;
}

.ee88-content h3 {
  color: #ffd54f;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0 12px;
  line-height: 1.4;
}

.ee88-content p {
  margin: 0 0 16px;
  color: #e8e8e8;
  text-align: justify;
}

.ee88-content strong {
  color: #ffffff;
  font-weight: 700;
}

.ee88-content a {
  color: #c9e812;
  text-decoration: none;
  border-bottom: 1px dotted #c9e812;
  transition: color 0.2s;
}

.ee88-content a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.ee88-content ul,
.ee88-content ol {
  margin: 0 0 20px;
  padding-left: 28px;
  color: #e8e8e8;
}

.ee88-content ul li,
.ee88-content ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.ee88-content ul li::marker {
  color: #c9e812;
}

.ee88-content ol li::marker {
  color: #c9e812;
  font-weight: 700;
}

.ee88-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
}

.ee88-content table th,
.ee88-content table td {
  padding: 10px 12px;
  border: 1px solid #333;
  text-align: left;
  color: #f0f0f0;
  font-size: 15px;
}

.ee88-content table th {
  background: #1a1a1a;
  color: #c9e812;
  font-weight: 700;
}

.ee88-content table tr:nth-child(even) td {
  background: #141414;
}

.ee88-content table tr:hover td {
  background: #1f1f1f;
}

@media (max-width: 768px) {
  .ee88-content {
    font-size: 15px;
    padding: 8px 14px;
  }
  .ee88-content h2 {
    font-size: 22px;
  }
  .ee88-content h3 {
    font-size: 18px;
  }
  .ee88-content table {
    font-size: 13px;
  }
  .ee88-content table th,
  .ee88-content table td {
    padding: 8px;
  }
}