.rircrr {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
}
.rircrr-heading {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.2;
  color: #1f2d4a;
}
.rircrr-section {
  margin-bottom: 24px;
}
.rircrr-section:last-child {
  margin-bottom: 0;
}
.rircrr-section-title,
.rircrr-subheading {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2d4a;
}
.rircrr-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.rircrr-card {
  border: 1px solid #dfe5f0;
  border-radius: 12px;
  background: #f8fbff;
  padding: 16px 18px;
  min-width: 0;
}
.rircrr-card-label {
  font-size: 13px;
  font-weight: 700;
  color: #2346d1;
  margin-bottom: 8px;
}
.rircrr-card-value {
  font-size: 15px;
  color: #1f2d4a;
}
.rircrr-other-rules {
  border: 1px solid #e3e7ee;
  border-radius: 20px;
  background: #f7f9fc;
  padding: 22px 18px;
}
.rircrr-wysiwyg {
  color: #3d4658;
  font-size: 15px;
  line-height: 1.75;
}
.rircrr-wysiwyg > *:first-child { margin-top: 0 !important; }
.rircrr-wysiwyg > *:last-child { margin-bottom: 0 !important; }
.rircrr-wysiwyg p {
  margin: 0 0 14px !important;
}
.rircrr-wysiwyg ul,
.rircrr-wysiwyg ol {
  margin: 0 0 14px 1.2em !important;
  padding: 0;
}
.rircrr-wysiwyg li {
  margin: 0 0 8px !important;
}
.rircrr-wysiwyg strong,
.rircrr-wysiwyg b,
.rircrr-wysiwyg em,
.rircrr-wysiwyg i {
  color: inherit;
}
.rircrr-empty {
  padding: 16px;
  background: #fff7f7;
  border: 1px solid #f0c9c9;
  color: #8d2d2d;
}
@media (max-width: 1024px) {
  .rircrr-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .rircrr {
    padding: 18px;
  }
  .rircrr-cards {
    grid-template-columns: 1fr;
  }
  .rircrr-heading {
    font-size: 26px;
  }
}
