.atd-tax-term-container {
    position: relative;
}

.atd-tax-term-title{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.atd-tax-terms-grid{
    width: 100%! important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25em;
}

.atd-tax-subterm-container{
}

.atd-tax-subterm-title{

}

.atd-tax-subterm-description{

}

.atd-tax-subterm-image-container{
}

.atd-tax-subterm-image,
.atd-tax-subterm-image img{
    width: auto;
    max-width: 2rem!important;
    height: auto;
    max-height: 2rem;
}
