.rdg-blocks .rdg-membership-info .mi_section .mi_wrapper .mi_container .mi_body, .rdg-blocks .rdg-membership-info .mi_section .mi_wrapper .mi_container .mi_header .title {
    color: black;
}
	
.rdg-membership-info .mi_section .mi_wrapper .mi_container .mi_header .title {
    font-weight: bold;
    font-size: 1.5rem;
}

#rank-math-faq .rank-math-list-item {
  max-width: 100%;
}

.rank-math-faq-item {
  margin-bottom: 0.7rem;
}

.rank-math-question {
  cursor: pointer;
  background-color: #f1f1f1;
  border-bottom: 3px solid #0160ac;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rank-math-question:after {
  right: 5px;
  top: 0;
  content: "\2715";
  transform: rotate(45deg);
  transition: all 150ms ease-in-out;
  color: #0160ac;
  filter: drop-shadow(0 2px 1px rgba(49, 0, 0, 0.45));
}

.rank-math-question.collapse:after {
  transform: rotate(0);
}

.rank-math-answer {
  overflow: hidden;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #f1f1f1;
  transition: max-height 0.3s ease-out;
}

.rdg-blocks .rdg-picks-list .container.content .picks {
    justify-content: center !important;
}

.rdg-blocks .rdg-image-column .container.content .content {
    max-width: 1300px;
    margin: 0 auto;
}

