#qa{
    margin: 0px 15px 60px ;
    padding-top: 60px;
    border-top: solid 1px #ddd;
}
.qna-search-wrapper {
    display: inline-block;
    width: 100%;
}
/* Style for the search input */
.qna-search-wrapper input {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
/* Style for the Q&A modal */
#qna-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
}

#qna-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
}

#qna-comment-form p {
    margin-bottom: 15px;
}

#qna-comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#qna-comment-form input, #qna-comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#qna-comment-form .form-submit {
    text-align: right;
}

#qna-comment-form .form-submit input {
    background-color: #E2362E;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    flex-basis: 25%;
    font-size: 1.1em;
    font-weight: 600;
}

#qna-comment-form .form-submit input:hover {
    background-color: #d9281f;
}


#qna-comment-form .form-submit input:disabled {
    opacity: 0.5;
}


/* Style for the Q&A section */
.qna-questions-list {
    list-style-type: none;
    padding-left: 0;
}

.qna-questions-list li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.qna-questions-list .question {
    font-weight: bold;
    margin-bottom: 10px;
}

.qna-questions-list .answer strong {
    color: #B6B6B6;

}

/* Style for the modal */
#qna-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#qna-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
}


.qna-search-wrapper{

}
input#qna-search-input {
    background-color: #fff;
    border: solid 1px #DADADA;
}
#add-question-btn, .ask-question-label {
    flex-basis: 25%;
}
.ask-question-label.no-questions-yet {
    flex-basis: 70%;
}

#add-question-btn{
    background-color: #E2362E;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: max-content;
}
#add-question-btn:hover {
    background-color: #c4241c;
}

.question-label, .answer-label {
    flex-basis: 10%;
    color: #B6B6B6;
}

#close-modal-btn {
    color: #E2362E;
    border: none;
    cursor: pointer;
    flex-basis: auto;
    font-weight: 600;
    font-size: 1.1em;
}

.answer-question-btn {
    border: solid 1px #E2362E;
    margin-left: 10%;
    color: #E2362E;
    padding: 5px 15px;
    margin-top: 15px;
    font-weight: 600;
    flex-basis: 25%;
}

#qna-modal-title {
    font-weight: 600;
	font-size: 1.7em;
	margin-bottom: 0px;
}

.answer.flex {
    margin-bottom: 10px;
}

div#qna-confirmation-content {
    text-align: center;
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    max-width: 400px;
    border-radius: 8px;

}

div#qna-confirmation-content img {
    margin: auto;
    margin-top: 20px;
    width: 50px;
    margin-bottom: 20px;
 }

h4#thanks-you-message {
    margin-bottom: 20px;
    font-weight: 500;
}

div#qna-confirmation-content p {
    font-weight: 500;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
}
button#confirmation-close-btn {
    font-weight: 600;
    color: #E2362E;
    margin-bottom: 20px;
}
.answer.flex div {
    flex-basis: 88%;
}
@media (max-width: 1099px) {
    section#qa.no-questions-yet h2 {
        text-align: center;
    }
    #add-question-btn, .ask-question-label {
        width: 49%;
        margin: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .ask-question-label.no-questions-yet {
        width: 80%;
        text-align: center;
        margin: 15px 10%;
    }
    .question.flex, .answer.flex {
        flex-direction: column;
    }
    div#qna-modal-content {
        width: 90% !important;
        margin-left: 5%;
    }
    p.comment-form-email{
        margin-top: 0px !important;
    }
    div#qna-confirmation-content {
        width: 90% !important;
        margin-top: 40% !important;
    }
    #add-question-btn.no-questions-yet{
        width: 50%;
        margin-left: 25%;
    }
}

@media (min-width: 1100px) {
    #qa{
        padding-top: 100px;
    }
    .qna-search-wrapper {
        display: flex;
        gap: 30px;
        margin-top: 30px;
    }
    .qna-search-wrapper input {
        margin-top: 0px;
    }
    .tabs__link {
        font-size: 30px !important;
    }
    button.tabs__button.tab__reviews{
		font-size: 30px;
		padding: 13px 0 15px !important;
	}
}

.tabs__link {
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
    border-bottom: 0;
    bottom: 0;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -1px;
    padding: 13px 0 15px;
    position: relative;
}
@media (min-width: 768px) {
    .tabs__link {
        font-size: 1.4em;
        padding: 21px 34px;
    }
    .tabs__button{
		font-size: 1.4em;
		padding: 21px 34px;
	}
}
