﻿@media (max-width: 800px) {
  .faq-dropdown_block {
    margin: 0px 10px 10px 10px;
  }
}
td {
  padding: 10px;
  border: 1px solid #000; /* Optional: to keep the table borders */
}

.payment-header {
  font-size: 32px;
  font-weight: bold;
  color: #2F3538;
}

.payment-text {
  font-size: 18px;
  color: #2F3538;
  margin-bottom: 20px;
}

.faq-heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #2F3538;
  line-height: 100px;
  margin-bottom: 23px;
}

.faq-dropdown_block {
  border-bottom: solid #B9BFC3 2px;
}

.faq-dropdown {
  border-top: solid #B9BFC3 2px;
}


.faq-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.faq-button_text {
  border: 0px;
  font-weight: bold;
  color: #0077BA;
  font-size: 24px;
  line-height: 70px;
}


.faq-chevron {
  height: 24px;
  width: 24px;
}

  .faq-chevron:before {
    font-family: FontAwesome !important;
    font-weight: normal;
    content: "\f054";
    color: #505D64;
  }

  .faq-chevron.rotated:before {
    font-family: FontAwesome !important;
    font-weight: normal;
    content: "\f078" !important;
    color: #505D64;
  }

.accordion {
  background-color: transparent;
  text-align: left;
  border: none;
  outline: none;
  transition: height 0.4s;
}

.faq-panel {
  background-color: white;
  display: none;
  overflow: hidden;
  color: #2F3538;
  font-size: 18px;
  margin-left: 12px;
}

  .faq-panel > div {
    margin-bottom: 32px;
  }

.faq-link {
  color: #0077BA !important;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}

.faq-list {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-left: 24px;
}

.in {
  display: block;
}
