/*
Theme Name: saas-agency-child
Template: saas-agency
*/
body {
  color: #000;
}
.cstm-cols .wp-block-column {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px #aaa;
  border-bottom: 3px solid var(--color-primary1);
}
.site-navigation {
  width: 100%;
  text-align: right;
}
.external-div {
  height: 150px;
}
.box-text {
  top: 50%;
}
.box-text h1 {
  color: #fff;
}
#primary {
  padding: 10px 0;
}
table td.has-text-align-center {
  text-align: center;
}
table thead tr th {
  text-align: center !important;
}
.list-check {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.list-check li {
  position: relative;
  padding-left: 42px;
  margin: 15px 0;
}
.list-check li strong {
  color: #2362ea;
  font-weight: 700;
}
.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
  background: #2362ea;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.schema-faq.wp-block-yoast-faq-block {
  border: 2px solid #2362ea;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  font-family: Arial, sans-serif;
}
.schema-faq-section {
  margin-bottom: 20px;
  padding: 18px 22px;
  border-left: 4px solid #2362ea;
  background: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.schema-faq-section:hover {
  background: #eef3ff;
  transform: translateX(5px);
}
.schema-faq-question {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
.schema-faq-question::before {
  content: "🎲";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #2362ea;
}
.schema-faq-answer {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
