
.spooky-good .error_messages .table {
    background: none;
}
.spooky-good .error_messages .table__cell {
    padding: 12px 5px;
}

.spooky-good .faqs {
    background: #000000BF;
        max-width: 85%;
        font-weight: 900;
        margin: 60px auto 100px;
        padding: 0 50px 13px;
        text-align: center;
        border: 4px solid #E7B747;
        border-radius: 30px;
        box-shadow: 12px 12px 0px 0px #00000040;
        box-shadow: 4px 4px 0px 0px #000000;
        color: #ffffff;
}

.spooky-good .faqs__title {
    padding: 35px 0 ;
    font-size: 46px;
    line-height: 57px;
    color: #E7B747;
}

.spooky-good .faqs__subtitle {
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    margin-bottom: 30px;
}

.spooky-good .faqs__question_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: left;
    font-family: 'AveriaLibre-Regular';
}

.spooky-good .faqs__question{
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-family: 'AveriaLibre-Regular';
}

.spooky-good .faqs__answer {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-family: 'AveriaLibre-Regular';
}

.spooky-good .ans{
    padding-bottom: 35px;
}

.spooky-good .faqs__answer .in_text_link,
.spooky-good .faqs__answer .in_text_accent {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.spooky-good .error_messages {
    max-width: 740px;
    margin: 0 auto 100px;
    padding: 0 10px 35px;
}

.spooky-good .error_messages__title {
    font-size: 32px;
    line-height: 27px;
    padding-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-family: 'shlop';
}

.spooky-good .error_messages .table__cell--header {
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    font-family: 'Lato-bold';
}

.spooky-good .error_messages .table__cell--body {
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Lato-bold';
    color: #000000;
    vertical-align: middle;
}

@media (max-width: 580px) {
    .spooky-good .faqs__answer .overflow {
        font-size: inherit;
            line-height: inherit;
            display: block;
            max-width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.spooky-good .faqs{
        padding: 0 13px;
        margin: 25px auto 30px;
    }

.spooky-good .faqs__title {
        font-size: 32px;
        line-height: 57px;
        padding: 25px 0 3px;
    }

.spooky-good .faqs__subtitle {
        font-size: 18px;
    }
     
.spooky-good .spooky-good .faqs__question_title{
        font-size: 18px;
        line-height: 26px;
    }
    
.spooky-good .faqs__question,
.spooky-good .faqs__answer,
.spooky-good .faqs__answer .in_text_link,
.spooky-good .faqs__answer .in_text_accent {
        font-size: 18px;
        line-height: 26px;
    }

.spooky-good .error_messages__title {
        font-size: 32px;
        line-height: 30px;
        padding-bottom: 10px;
    }

.spooky-good .error_messages {
        padding-bottom: 25px;
    }

.spooky-good .error_messages .table__cell--header,
.spooky-good .error_messages .table__cell--body {
        padding: 15px;
        font-size: 12px;
        line-height: 14px;
    }

.spooky-good .error_messages .table__cell--body {
        line-height: 14px;
    }
}
