/*
Theme Name: digifusion-child
Template: digifusion
*/
body {
  color: #000;
}
.container.sp {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.icon-list {
  list-style: none;
  padding-left: 15px;
}
ul:not(.digi-nav-menu) li:not(:last-child) {
  margin-bottom: 12px;
}
.schema-faq.wp-block-yoast-faq-block {
  background: #f9faff;
  border: 1px solid #e0e6f9;
  border-radius: 6px;
  padding: 20px;
  margin: 25px 0;
}
.schema-faq .schema-faq-section {
  border-bottom: 1px solid #e0e6f9;
  padding: 15px 0;
}
.schema-faq .schema-faq-section:last-child {
  border-bottom: none;
}
.schema-faq .schema-faq-question {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.schema-faq .schema-faq-question::before {
  content: "❓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7293e8;
  font-size: 18px;
}
.schema-faq .schema-faq-answer {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  padding-left: 24px;
}
.schema-faq .schema-faq-question:hover {
  color: #7293e8;
  transition: color 0.3s ease;
}
.digi-logo-img {
  max-width: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schema-faq.wp-block-yoast-faq-block {
    padding: 15px;
  }
  .schema-faq .schema-faq-question {
    font-size: 16px;
  }
  .schema-faq .schema-faq-answer {
    font-size: 14px;
  }
}
.wp-block-quote {
  position: relative;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background: #f8faff;
  border-left: 6px solid #7293e8;
  padding: 20px 25px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.wp-block-quote p {
  margin: 10px 0;
}
.wp-block-quote p.has-text-align-right {
  font-size: 14px;
  color: #555;
  font-style: italic;
  text-align: right;
  margin-top: 5px;
}
.wp-block-quote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 70px;
  color: #7293e8;
  opacity: 0.2;
  font-family: serif;
  line-height: 1;
}
.wp-block-quote:hover {
  background: #eef3fc;
  border-left-color: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .wp-block-quote {
    padding: 15px 18px;
    font-size: 15px;
  }
  .wp-block-quote::before {
    font-size: 50px;
    top: -5px;
  }
}
.wp-block-table table {
  width: 100%;
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #000;
  background: #fff;
  border: 2px solid #7293e8;
}
.wp-block-table thead th {
  background: #7293e8;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  border: 2px solid #000;
  text-align: center;
}
.wp-block-table tbody td {
  padding: 10px 12px;
  border: 1px solid #7293e8;
  text-align: center;
}
.wp-block-table tbody tr:nth-child(even) {
  background: #f4f7fd;
}
.wp-block-table tbody tr:hover {
  background: #e4ebfa;
  transition: background 0.3s ease;
}
.wp-block-table tbody td:first-child {
  font-weight: bold;
  color: #000;
}
.wp-block-list.theme-list-group {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.wp-block-list.theme-list-group li {
  position: relative;
  padding: 10px 12px 10px 36px;
  margin-bottom: 10px;
  background: #f9faff;
  border: 1px solid #e0e6f9;
  border-radius: 6px;
  color: #333;
  line-height: 1.5;
  transition: background 0.3s ease;
}
.wp-block-list.theme-list-group li::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #7293e8;
  font-weight: bold;
  font-size: 14px;
}
.wp-block-list.theme-list-group li:hover {
  background: #eef3ff;
  border-color: #7293e8;
}
.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-footer-bottom {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.15rem;
  }
  .wp-block-list.theme-list-group li {
    padding: 8px 10px 8px 32px;
  }
}
.brand-godr {
  font-family: "Segoe UI", Tahoma, sans-serif;
  margin: 20px 0;
  color: #000;
}
.godr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #7293e8;
  background: #fff;
  padding: 16px 20px;
  box-sizing: border-box;
}
.godr-img {
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-right: 2px solid #7293e8;
  padding: 8px;
}
.godr-img img {
  max-width: 100%;
  height: auto;
}
.godr-name {
  flex: 1;
  padding: 0 16px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
.godr-bonus {
  flex: 2;
  font-size: 16px;
  color: #000;
  padding: 0 16px;
  border-left: 1px solid #7293e8;
}
.godr-link {
  margin-left: auto;
}
.godr-link .link {
  display: inline-block;
  padding: 10px 18px;
  background: #7293e8;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #000;
}
.godr-link .link:hover {
  background: #000;
  color: #fff;
  border-color: #7293e8;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .godr {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
  .godr-img {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #7293e8;
    margin-bottom: 12px;
    justify-content: center;
  }
  .godr-name,
  .godr-bonus {
    padding: 8px 0;
    border: none;
    width: 100%;
    text-align: center;
  }
  .godr-link {
    margin: 12px 0 0 0;
    width: 100%;
  }
  .godr-link .link {
    display: block;
    text-align: center;
    width: 100%;
  }
}
