.elementor-111988 .elementor-element.elementor-element-ef19442{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8114cae */.spodly-article {
  max-width: 920px;
  margin: 0 auto;
  color: #222;
  font-size: 17px;
  line-height: 1.8;
}

.spodly-article p {
  margin: 0 0 18px;
}

.spodly-article h2 {
  margin: 42px 0 16px;
  color: #111;
  font-size: 30px;
  line-height: 1.3;
}

.spodly-article h3 {
  margin: 28px 0 12px;
  color: #111;
  font-size: 23px;
  line-height: 1.4;
}

.spodly-article ul,
.spodly-article ol {
  margin: 18px 0 25px;
  padding-left: 28px;
}

.spodly-article li {
  margin-bottom: 9px;
}

.spodly-update-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid #e1e4e8;
  border-radius: 50px;
  background: #f3f5f7;
  color: #555;
  font-size: 14px;
}

.spodly-intro {
  color: #111;
  font-size: 19px;
  line-height: 1.8;
}

.spodly-feature-image {
  margin: 28px 0 34px;
  text-align: center;
}

.spodly-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.spodly-feature-image figcaption {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.spodly-answer-box {
  margin: 30px 0;
  padding: 22px;
  border: 1px solid #d7ebff;
  border-left: 5px solid #2176ff;
  border-radius: 14px;
  background: #f6fbff;
}

.spodly-answer-box h2 {
  margin-top: 0;
  font-size: 25px;
}

.spodly-answer-box p:last-child {
  margin-bottom: 0;
}

.spodly-note-box {
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid #d9e9d6;
  border-left: 5px solid #4f7d48;
  border-radius: 12px;
  background: #f6fbf5;
}

.spodly-warning-box {
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid #f1d88a;
  border-left: 5px solid #f4c430;
  border-radius: 12px;
  background: #fffaf0;
}

.spodly-toc {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  background: #f7f7f7;
}

.spodly-toc h2 {
  margin: 0 0 15px;
  font-size: 24px;
}

.spodly-toc ul {
  margin: 0;
  padding-left: 22px;
}

.spodly-toc a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.spodly-toc a:hover {
  text-decoration: underline;
}

.spodly-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border-radius: 12px;
}

.spodly-table {
  width: 100%;
  min-width: 650px;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  background: #fff;
}

.spodly-table th,
.spodly-table td {
  padding: 14px;
  border: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.spodly-table th {
  background: #f7f7f7;
  color: #111;
  font-weight: 700;
}

.spodly-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.spodly-cta-box {
  margin: 36px 0;
  padding: 30px;
  border-radius: 16px;
  background: #111;
  color: #fff;
  text-align: center;
}

.spodly-cta-box h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 28px;
}

.spodly-cta-box p {
  margin-bottom: 22px;
  color: #f1f1f1;
}

.spodly-cta-btn {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 10px;
  background: #f4c430;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.spodly-cta-btn:hover {
  background: #ffd84d;
  color: #111;
  transform: translateY(-2px);
}

.spodly-faq {
  margin-top: 24px;
}

.spodly-faq-item {
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.spodly-faq-item h3 {
  margin-top: 0;
  font-size: 21px;
}

.spodly-faq-item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .spodly-article {
    padding: 0 14px;
    font-size: 16px;
  }

  .spodly-intro {
    font-size: 17px;
  }

  .spodly-article h2 {
    font-size: 25px;
  }

  .spodly-article h3 {
    font-size: 20px;
  }

  .spodly-cta-box {
    padding: 24px 18px;
  }

  .spodly-cta-box h2 {
    font-size: 24px;
  }

  .spodly-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .spodly-table th,
  .spodly-table td {
    padding: 12px;
    font-size: 14px;
  }
}/* End custom CSS */