/*
Theme Name: Astra - Child Theme
Author: Rina Dhanaba
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.acf-taxonomy-list .taxonomy-main-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.acf-taxonomy-list .main-term {
    margin-bottom: 15px;
    font-weight: bold;
}
.acf-taxonomy-list .main-term > a {
    font-size: 18px;
    text-decoration: none;
}
.acf-taxonomy-list .taxonomy-sub-list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 8px;
}
.acf-taxonomy-list .sub-term {
    font-weight: normal;
    margin-bottom: 5px;
}
.acf-taxonomy-list .sub-term a {
    font-size: 15px;
    text-decoration: none;
}