/*
Theme Name: hs-first-agency-child
Template: hs-first-agency
*/
.hs-site-header {
  padding: 15px 0 !important;
}
.hs-site-header .hs-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.hs-site-header .custom-logo {
  height: 60px;
  width: auto !important;
}
body {
  color: #000 !important;
}
.theme-block {
  background: #f9f9f9;
  border: 2px solid #0375e8;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.theme-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-color: #04d97e;
}
.theme-block img {
  border-radius: 8px;
  border: 2px solid #04d97e;
  padding: 5px;
  background: #fff;
  transition: all 0.3s ease;
}
.theme-block:hover img {
  border-color: #0375e8;
}
.theme-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0375e8;
  margin: 15px 0 10px;
  position: relative;
}
.theme-block h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #04d97e;
  margin: 8px auto 0;
  border-radius: 2px;
}
.theme-block p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.entry-content .check-list {
  list-style: none !important;
  padding: 0;
  margin: 20px 0;
  display: grid;
  gap: 10px;
  text-align: left !important;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  transition: all 0.3s ease;
}
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0375e8;
  font-weight: bold;
}
.check-list li:hover {
  color: #04d97e;
}
.check-list li a {
  color: #0375e8;
  text-decoration: underline;
  transition: color 0.3s ease, background 0.3s ease;
}
.check-list li a:hover {
  color: #04d97e;
  text-decoration: none;
}
.schema-faq.wp-block-yoast-faq-block {
  border: 2px solid #0375e8;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  font-family: Arial, sans-serif;
}
.schema-faq-section {
  margin-bottom: 20px;
  padding: 18px 22px;
  background: #f6f9ff;
  border-left: 4px solid #0375e8;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.schema-faq-section:hover {
  background: #0375e8;
  transform: translateX(5px);
}
.schema-faq-question {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0375e8;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
  transition: color 0.3s ease;
}
.schema-faq-section:hover .schema-faq-question {
  color: #04d97e;
}
.schema-faq-question::before {
  content: "❔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #0375e8;
  transition: color 0.3s ease;
}
.schema-faq-section:hover .schema-faq-question::before {
  color: #04d97e;
}
.schema-faq-answer {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  transition: color 0.3s ease;
}
.schema-faq-section:hover .schema-faq-answer {
  color: #fff;
}
.entry-comment {
  display: none;
}
.entry-content .brnd-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brnd-list .list-item {
  background: linear-gradient(135deg, #0375e8 0%, #04d97e 100%);
  color: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 15px 20px 15px 50px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.brnd-list .list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.brnd-list .list-item::before {
  content: "🎰";
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 20px;
}
.brnd-list .list-item a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.brnd-list .list-item a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .hs-site-header .hs-header-wrap {
    display: flex;
    justify-content: space-between;
  }
  .site-logo {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .brnd-list .list-item {
    font-size: 14px;
    padding: 12px 15px 12px 45px;
  }
  .brnd-list .list-item::before {
    font-size: 18px;
    top: 12px;
  }
}
