@charset "UTF-8";
.wysiwyg-content {
  font-size: 17px;
}
.wysiwyg-content img.size-full {
  width: auto !important;
}
.wysiwyg-content {
  /*
  &.product{
    img.size-full{
      width: auto !important;
    }
  }
    */
}
.wysiwyg-content h2 {
  font-size: 32px;
  padding-top: 35px;
  padding-bottom: 15px;
  color: #262262;
  font-weight: 400;
}
.wysiwyg-content h3 {
  color: rgb(38, 34, 98);
  font-size: 28px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 10px;
}
.wysiwyg-content p {
  margin-bottom: 20px;
  color: #5d5d5d;
}
.wysiwyg-content p a {
  color: #ffa900;
  font-weight: 400;
}
.wysiwyg-content p a:hover {
  text-decoration: underline;
}
.wysiwyg-content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 20px;
}
.wysiwyg-content ul > li {
  margin-bottom: 5px;
}
.wysiwyg-content ul > li a {
  color: #ffa900;
  font-weight: 400;
}
.wysiwyg-content ul > li a:hover {
  text-decoration: underline;
}
.wysiwyg-content img {
  max-width: 100%;
  padding: 30px 0;
}
.wysiwyg-content iframe {
  max-width: 100%;
  margin: 30px 0;
}
.wysiwyg-content .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg-content #targetButton {
  font-size: 20px !important;
  background: #16a300 !important;
  border-radius: 50px !important;
  font-weight: 600;
  position: relative;
  padding: 9px 45px 9px 24px !important;
  color: #fff !important;
  margin: 20px 0 !important;
  display: inline-block;
}
.wysiwyg-content #targetButton:hover {
  text-decoration: none;
  background: #0d5502 !important;
  color: #fff !important;
}
.wysiwyg-content #targetButton:after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("https://app.testguild.com/wp-content/themes/astro-testguild/assets/images/cta-arrow.png");
}
.wysiwyg-content.dark-content {
  color: #e5e7eb;
}
.wysiwyg-content.dark-content h2 {
  color: #fff;
  border-bottom: 1px solid #374151;
  padding-bottom: 0.5rem;
}
.wysiwyg-content.dark-content h3 {
  color: #fff;
}
.wysiwyg-content.dark-content p {
  color: #e5e7eb;
}
.wysiwyg-content.dark-content p a {
  color: #60a5fa;
}
.wysiwyg-content.dark-content p a:hover {
  color: #93c5fd;
}
.wysiwyg-content.dark-content ul > li {
  color: #e5e7eb;
}
.wysiwyg-content.dark-content ul > li a {
  color: #60a5fa;
}
.wysiwyg-content.dark-content ul > li a:hover {
  color: #93c5fd;
}
.wysiwyg-content.dark-content blockquote {
  border-left: 4px solid #4b5563;
  color: #9ca3af;
  padding-left: 1rem;
}
.wysiwyg-content.dark-content code {
  background-color: #1f2937;
  color: #e5e7eb;
}
.wysiwyg-content.dark-content pre {
  background-color: #1f2937;
  color: #e5e7eb;
  border: 1px solid #374151;
}
.wysiwyg-content.dark-content table th {
  background-color: #374151;
  color: #fff;
}
.wysiwyg-content.dark-content table td {
  border-color: #374151;
  color: #e5e7eb;
}
.wysiwyg-content.dark-content hr {
  border-color: #374151;
}
.wysiwyg-content.small {
  font-size: 15px;
}
.wysiwyg-content.checkout-sidebar-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.wysiwyg-content.checkout-sidebar-content ul > li {
  position: relative;
  padding-left: 1.65em;
  margin-bottom: 0.75em;
  line-height: 1.6;
  font-size: 14px;
}
.wysiwyg-content.checkout-sidebar-content ul > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a300;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
}
.wysiwyg-content.checkout-sidebar-content ul > li a {
  color: #ffa900;
  font-weight: 400;
  font-size: 14px;
}
.wysiwyg-content.checkout-sidebar-content ul > li a:hover {
  text-decoration: underline;
}
.wysiwyg-content.webinar-tab-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 0;
  border: none;
}
.wysiwyg-content.webinar-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wysiwyg-content.webinar-tab-content ul > li {
  margin-bottom: 1.5rem;
}
.wysiwyg-content.webinar-tab-content ul > li ul li {
  background-color: #1f2937;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.2s ease;
}
.wysiwyg-content.webinar-tab-content ul > li ul li:hover {
  background-color: #374151;
  transform: translateY(-1px);
}
.wysiwyg-content.webinar-tab-content ul > li ul li a {
  color: #60a5fa;
  text-decoration: none;
  display: block;
  font-weight: 500;
}
.wysiwyg-content.webinar-tab-content ul > li ul li a:hover {
  color: #93c5fd;
}
.wysiwyg-content.webinar-tab-content ul > li ul li a span {
  color: #9ca3af !important;
  font-weight: 400;
}
.wysiwyg-content.webinar-tab-content.dark-content * {
  color: #fff !important;
}
.wysiwyg-content.webinar-tab-content.dark-content h2 {
  color: #fff;
}
.wysiwyg-content.webinar-tab-content.dark-content a {
  color: #60a5fa !important;
}
.wysiwyg-content.webinar-tab-content.dark-content a:hover {
  color: #93c5fd !important;
}
.wysiwyg-content.webinar-tab-content.dark-content a span {
  color: #9ca3af !important;
}
.wysiwyg-content.webinar-tab-content.dark-content ul > li ul li {
  background-color: #1f2937;
  border-color: #374151;
}
.wysiwyg-content.webinar-tab-content.dark-content ul > li ul li:hover {
  background-color: #374151;
}