.elementor-5114 .elementor-element.elementor-element-f94b401{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-d3cc9c5 */.xrp-blog-content {
  font-family: "Poppins", sans-serif;
  color: #424242;
  font-size: 16px;
  line-height: 1.75;
}

.xrp-blog-content h2 {
  font-family: "Outfit", sans-serif;
  color: #1D1D1D;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin: 45px 0 18px;
}

.xrp-blog-content h3 {
  font-family: "Outfit", sans-serif;
  color: #1D1D1D;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  margin: 25px 0 15px;
}

.xrp-blog-content h4 {
  font-family: "Outfit", sans-serif;
  color: #1D1D1D;
  font-size: 22px;
  font-weight: 700;
  margin: 18px 0 10px;
}

.xrp-blog-content p {
  font-family: "Poppins", sans-serif;
  color: #424242;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.xrp-blog-content img {
  width: 100%;
  border-radius: 12px;
  margin: 28px 0;
}

.xrp-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.xrp-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  padding: 26px;
}

.xrp-card-featured {
  border: 2px solid #C62828;
  background: #fff7f7;
}

.xrp-badge {
  display: inline-block;
  background: #C62828;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.xrp-blog-content ul {
  padding-left: 22px;
  margin: 12px 0 0;
}

.xrp-blog-content li {
  margin-bottom: 8px;
}

.xrp-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.xrp-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
}

.xrp-table th {
  background: #1D1D1D;
  color: #ffffff;
  padding: 15px;
  text-align: left;
}

.xrp-table td {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  color: #424242;
}

.xrp-cta-box {
  background: #1D1D1D;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px;
  margin: 45px 0;
}

.xrp-cta-box h2,
.xrp-cta-box p {
  color: #ffffff;
}

.xrp-cta-btn {
  display: inline-block;
  background: #C62828;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  margin-top: 12px;
}

.xrp-service-area {
  background: #fff7f7;
  border-radius: 18px;
  padding: 28px;
  margin: 40px 0;
}

.xrp-service-area a {
  color: #C62828;
  font-weight: 600;
  text-decoration: none;
}

.xrp-service-area a:hover {
  text-decoration: underline;
}

.xrp-faq-item {
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 16px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .xrp-comparison-grid {
    grid-template-columns: 1fr;
  }

  .xrp-blog-content h2 {
    font-size: 32px;
  }

  .xrp-blog-content h3 {
    font-size: 24px;
  }
}
.xrp-blog-hero {
  max-width: 950px;
  margin: 20px auto 42px;
  padding: 42px 44px;
  background: linear-gradient(135deg, #17172a 0%, #241f2f 100%);
  border-left: 7px solid #c62828;
  border-radius: 14px;
  color: #ffffff;
}

.xrp-blog-kicker {
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #c62828;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.xrp-blog-hero h1 {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 18px;
}

.xrp-blog-hero p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #f3f3f3;
  margin: 0;
  max-width: 850px;
}

@media (max-width: 768px) {
  .xrp-blog-hero {
    padding: 30px 24px;
    margin: 10px auto 32px;
  }

  .xrp-blog-hero h1 {
    font-size: 32px;
  }

  .xrp-blog-hero p {
    font-size: 15px;
  }
}/* End custom CSS */