/*
Theme Name: neatnote-child
Template: neatnote
*/
body {
  color: #000;
}
h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 15px;
}
.NeatNote-headerSection {
  padding: 10px 0;
}
.NeatNote-BannerViewport {
  height: 20vh !important;
  padding: 20px 0;
}
.NeatNote-p70-0 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.neatnote_footerSection {
  padding: 0 0 20px;
}
.casi-head {
  background: linear-gradient(to right, #265c93, #03152799);
  margin-bottom: 15px;
  margin-top: 30px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
table tbody tr:nth-child(odd) {
  background: #265c9333;
}
blockquote {
  margin: 30px 0 30px 0 !important;
}
.your-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 4px solid #072d53;
  margin-left: 25px;
}
.your-list li {
  margin: 0 0 20px;
  padding: 18px 22px;
  background: #265c9333;
  border-radius: 6px;
  color: #072d53;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  transition: all 0.3s ease;
}
.your-list li a {
  color: #8e0915;
}
.your-list li::before {
  content: "➤";
  position: absolute;
  left: -28px;
  top: 18px;
  font-size: 16px;
  color: #072d53;
  font-weight: bold;
}
.your-list li:hover {
  background: #072d53;
  color: #fff;
  transform: translateX(5px);
}
.your-list li:hover::before {
  color: #fff;
}
.schema-faq.wp-block-yoast-faq-block {
  border: 2px solid #072d53;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
}
.schema-faq-section {
  margin-bottom: 20px;
  padding: 18px 22px;
  background: #265c9333;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.schema-faq-section:hover {
  background: #072d53;
  color: #fff;
  transform: translateX(5px);
}
.schema-faq-question {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #072d53;
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
  transition: color 0.3s ease;
}
.schema-faq-section:hover .schema-faq-question {
  color: #fff;
}
.schema-faq-question::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #072d53;
  transition: color 0.3s ease;
}
.schema-faq-section:hover .schema-faq-question::before {
  color: #fff;
}
.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;
}
.neatnote_blog_main_content blockquote p,
blockquote p {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .neatnote_blog_main_content blockquote p,
  blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .NeatNote-BannerViewport {
    height: 23vh !important;
  }
}
