.price-row{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DDD;
}

.price-title{
    color: var(--title_color);
}

.price-categ-title{
    color: var(--title_color);
    font-weight: bolder;
}

.price-tag{
    color: var(--title_color);
    font-size: 1.5rem;
}

.price-desc{
    color: #444;
}

.prices-doc-url{
    font-size: 1.2rem;
    color: var(--title_color);
    text-decoration: underline;
}

.prices-doc-url:hover{
    text-decoration: underline;
}

h2{
    color: var(--title_color) !important;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-header{
    border-bottom: 1px solid #BBB;
}

@media(max-width: 500px){
    .price-title{
        margin-bottom: 0.5rem;
    }
    
    .price-desc{
        margin-bottom: 0.5rem;
    }
}