.res-faq {
  margin: 30px 0;
}

.res-faq-title {
  font-family: "Brandon", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #113D55;
  line-height: 1.3;
  margin: 0 0 14px;
  text-align: left;
}

.res-faq-list {
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 12px;
  overflow: hidden;
}

.res-faq-item + .res-faq-item {
  border-top: 1px solid #dde6ee;
}
.res-faq-item summary {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
  transition: background 0.15s ease;
}
.res-faq-item summary::-webkit-details-marker {
  display: none;
}
.res-faq-item summary:hover {
  background: #f7fafc;
}
.res-faq-item[open] summary {
  background: #f7fafc;
}
.res-faq-item[open] .res-faq-chev {
  transform: rotate(180deg);
}

.res-faq-ic {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef6fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-faq-ic svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 0;
  fill: #2C7FB0;
}
.res-faq-ic svg path {
  fill: #2C7FB0;
}

.res-faq-q {
  flex: 1;
  font-family: "Brandon", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  color: #113D55;
  line-height: 1.4;
}

.res-faq-chev {
  flex: 0 0 13px;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.res-faq-chev svg {
  width: 13px;
  height: 13px;
  margin: 0;
  fill: #9aabb8;
}
.res-faq-chev svg path {
  fill: #9aabb8;
}

.res-faq-a {
  padding: 14px 18px 18px 61px;
}
.res-faq-a p {
  margin: 0;
  font-family: "Brandon", sans-serif;
  font-size: 14.5px;
  color: #3d4d59;
  line-height: 1.65;
}
.res-faq-a p + p {
  margin-top: 8px;
}
.res-faq-a strong {
  color: #113D55;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .res-faq-title {
    font-size: 18px;
  }
  .res-faq-item summary {
    gap: 11px;
    padding: 13px 14px;
  }
  .res-faq-q {
    font-size: 14.5px;
  }
  .res-faq-a {
    padding: 12px 14px 16px 14px;
  }
}

/*# sourceMappingURL=faq.output.css.map */
