.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-f52deea */<style>
.doral-intro-box {
  background: #fff8f8;
  border-left: 5px solid #BF1D1D;
  padding: 22px;
  border-radius: 12px;
  margin: 26px 0;
}

.doral-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.doral-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: 4px solid #BF1D1D;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.doral-card h3 {
  color: #BF1D1D;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.doral-card p {
  margin-bottom: 10px;
}

.doral-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.doral-card li {
  margin-bottom: 8px;
}

.doral-highlight {
  background: #fff8f8;
  border-left: 5px solid #BF1D1D;
  border-radius: 12px;
  padding: 22px;
  margin: 28px 0;
}

.doral-highlight h3 {
  color: #BF1D1D;
  margin-top: 0;
}

.doral-cta-box {
  background: #BF1D1D;
  color: #ffffff;
  padding: 28px;
  border-radius: 16px;
  margin: 32px 0;
  text-align: center;
}

.doral-cta-box h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 12px;
}

.doral-cta-box p {
  margin-bottom: 22px;
}

.doral-cta-button {
  display: inline-block;
  background: #ffffff;
  color: #BF1D1D;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.doral-cta-button:hover {
  background: #f7f7f7;
  color: #BF1D1D;
}

.doral-table-wrap {
  overflow-x: auto;
  margin: 26px 0;
}

.doral-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.doral-table th {
  background: #BF1D1D;
  color: #ffffff;
  text-align: left;
  padding: 14px;
}

.doral-table td {
  border-bottom: 1px solid #eeeeee;
  padding: 14px;
  vertical-align: top;
}

.doral-table tr:last-child td {
  border-bottom: none;
}

.doral-tag {
  display: inline-block;
  background: #fff0f0;
  color: #BF1D1D;
  border: 1px solid #f1caca;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.9rem;
  margin: 4px 4px 4px 0;
}

.doral-faq-accordion {
  margin: 28px 0;
}

.doral-faq-accordion-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-left: 4px solid #BF1D1D;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.doral-faq-accordion-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #222222;
  padding: 18px 50px 18px 22px;
  position: relative;
}

.doral-faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.doral-faq-accordion-item summary::after {
  content: "+";
  color: #BF1D1D;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.doral-faq-accordion-item[open] summary::after {
  content: "−";
}

.doral-faq-accordion-item p {
  padding: 0 22px 20px 22px;
  margin: 0;
}

@media (max-width: 900px) {
  .doral-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .doral-card-grid {
    grid-template-columns: 1fr;
  }

  .doral-card,
  .doral-highlight,
  .doral-intro-box,
  .doral-cta-box {
    padding: 18px;
  }
}
</style>/* End custom CSS */