@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.ttf");
}

@font-face {
    font-family: "DMSerifText Regular";
    src: url("../fonts/DMSerifText-Regular.ttf");
}

h2 {
    color: #EC4B25;
    font-size: 80px;
}

.top-section label {
    font-size: 34px;
    margin-bottom: 20px;
}

.top-section div label {
    font-size: 1.5rem;
}

label:hover {
    cursor: auto;
}

h2 .color-black {
    color: #232324;
}

.fl-rewards-title h1{
    font-family: Montserrat-Regular;
    font-size: 3.2rem;
    color: #202a44;
}

.fl-rewards-bonus{
    font-family: HalvettCondensed-Bold;
    font-size: 2.7rem;
    color: #202a44;
    float: left;
}

.bottom-section{
    width: 80%;
    max-width: 55rem;
}

.faqs-container {
   border: 0;
   margin-bottom: 5rem;
}

.faqs-container label {
      font-family: sans-serif;
      font-weight: 700 !important;
    font-size: 17px;
}

.faq-link{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}
.faqs-container p {
    font-family: sans-serif !important;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-left:-5px;
    padding-top:10px;
}

.disclaimer p{
    width: 98%;
    margin: 30px auto;
    font-size: 12px;     
}
.faq-signal{
    float: right !important;
}


.faq-circle {
  color: white !important;              /* Plus sign color */
  background-color: black !important;   /* Circle background */
  border-radius: 60% !important;        /* Make it circular */
  padding: 0px !important;             /* Adjust size */
  font-size: 24px !important;           /* Adjust icon size */
}

.faq-content > p {
    font-family: system-ui !important;
    font-size: 18px;
    line-height: 1.3;
}
.fl-faq-title h1{
    font-family: sans-serif !important;
}
@media screen and (max-width: 1150px) {
    h2 {
        font-size: 60px;
        margin-top: 20px;
    }

    .top-section label {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .fl_cards img{
        width: 90%;
    }
    
    .fl-rewards-title h1{
        font-size: 2.2rem;
    }

    .fl-rewards-bonus{
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 850px) {
    h2 {
        font-size: 40px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    
    .fl-rewards-title h1{
        font-size: 1.6rem;
    }

    .fl-rewards-bonus{
        font-size: 1.1rem;
    }
    
    .top-section label {
        font-size: 17px;
    }
    .fl_cards img{
        width: 100%;
    }
    
    .bottom-section{
      width: 95%;
    }
}

.fl-rewards-faq-title {
    font-size: 1.8rem;
    color: #202a44;
    margin-bottom: 2rem;
}

.fl-special-title{
    margin-bottom: 0.8rem !important;                                                                       
}

.fl-faq-top-section{
    margin-bottom: 3rem !important;
    padding-left: 5rem;
    padding-right: 5rem;
}

.fl-cardholder-rewards_buttons div span img{
    margin-right: 15px;
}

.faq-title, .faq-title div, .faq-title div label{
    cursor: pointer;
}
.faq-title{
    width: 100% !important;
}
/*
.fl-faq-title-subtitle{
    padding-top: 5rem;
}
*/
.faq-content{
    display: none;
}
.faq-title-verbiage{
      float: left !important;
}



.plus-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid black;   /* Black circle outline */
  color: black;               /* Black plus sign */
  font-size: 24px;
  /*font-weight: bold;*/
  text-align: center;
  line-height: 28px;
  border-radius: 50%;         /* Makes it a circle */
  font-family: Arial, sans-serif;
  background-color: white;    /* Optional: ensures white background */
}

.faq-title-verbiage > label {
    font-weight: bold;
    font-family: sans-serif;
    padding-left: 15px;
}
@media screen and (max-width: 640px) {
    .top-section {
        text-align: center;
    }

    .fl-faq-top-section {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0 !important;
        margin-top: 1rem !important;
    }
  
    .fl-rewards-title {
        font-family: sans-serif;
        margin-bottom: 0.7rem !important;
    }

    .faq-title-verbiage{
    float: left !important;
    width:80% !important;
}
.faq-title-verbiage > label {
    font-weight: bold;
    font-family: sans-serif;
    padding-left: 0px;
}

    .fl-rewards-bonus{
        float: left;
    }

    .fl_cards{
        margin-bottom: 0.5rem;
        padding-right: 0;
        padding-left: 0;
    }

    .fl-cardholder-rewards_buttons div span img{
        margin-right: 0;
    }

    .fl-rewards-faq-title{
        font-size: 0.8rem;
        margin-bottom: 1rem;
        text-align: center;
        padding-top: 1.2rem;
    }

    .faqs-container{
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 1.2rem;
        margin-bottom: 5rem;
        margin-top: 0.3rem;

    }

    .faqs-container label {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

        .faqs-container p {
            margin-left: 0px; 
     
            word-wrap: break-word;
            padding-right: calc(1.5em + 10px);
            box-sizing: border-box;
    
        }
        

    .fl-faq-title-subtitle{
        text-align: left;
        padding-right: 2rem;
        padding-top: unset;
    }

    .faq-title-verbiage{
        width: 90%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        float: left !important;
    }
    hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: -2rem;
    }

    .faq-content{
        margin-left:-15px;
    }
}