﻿@import 'common.css';

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.viewanswer {
    font-size: 14px;
    margin-left: var(--pb-4);
    font-weight: 400;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: var(--h3-font-size);
    font-weight: var(--bold-font-weight);
    line-height: var(--h2-line-height);
}

.accbtn {
    padding: 1rem 1.25rem 0rem 1.25rem;
}

.accordion-button:focus {
    box-shadow: none;
}
