/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Astra Child Theme
Author:       Seu Nome
Author URI:   https://rockucanada.ca/
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/
.top-header {
    background: #000000;
}

.container-header {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: end
}

.link-login, .link-phone {
    color: #FFFFFF;
    font: normal normal 600 16px/22px Montserrat;
    letter-spacing: 0.19px;
}

.link-login {
    padding-right: 20px
}

.link-phone {
    padding-left: 20px;
    border-left: 1px solid #C3C3C3;
}

/*Custom FAQ*/

.h2-underline h2 {
  position: relative;
  padding-bottom: 20px;
}

.h2-underline h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 3px;
  background-color: #DD183B;
}

.accordion{
    padding-top: 30px
}

.accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-header,
.accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-content{
    border:0;
}

.accordion .eael-accordion-list {
    border-top: 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion .eael-accordion-list:last-child{
    border-bottom: 1px solid
}

.accordion p{
    margin-bottom: 0
}