/*
Theme Name: expert-dental-specialist-child
Template: expert-dental-specialist
*/
h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 15px;
}
body p {
  margin-bottom: 10px;
}
.custom-logo {
  max-width: 70px;
}
.headerbox {
  border-bottom: 1px solid;
  padding: 10px 0;
}
.blog-area {
  padding: 20px 0;
}
.wp-block-table thead tr {
  background: #000;
  color: #68b4bf;
  border-color: #000;
}
.text-right {
  text-align: right !important;
}
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.icon-list li {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.icon-list li strong {
  color: #68b4bf;
  font-weight: 700;
}
.icon-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #68b4bf;
  background: #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schema-faq.wp-block-yoast-faq-block {
  border: 2px solid #68b4bf;
  padding: 25px;
  margin-bottom: 25px;
}
.schema-faq-section {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-left: 4px solid #68b4bf;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.schema-faq-section:hover {
  background: #eefbfc;
  transform: translateX(5px);
}
.schema-faq-question {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}
.schema-faq-question::before {
  content: "❓";
  position: absolute;
  left: 0;
  top: 0;
  color: #68b4bf;
  font-size: 18px;
}
.schema-faq-answer {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.copyright-text {
  margin: 0;
}
