.category-wrapper .item a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.6rem;
    color: #0054a6;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    padding: 1.3rem 2rem;
    display: block;
}

.category-wrapper .item a.active {
    color: #f6a157;
}

.branches-wrapper .accordion-item .accordion-button {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 600;
    margin: 0;
    padding: 1rem 1.5rem;
    border-radius: 0;
}

.branches-wrapper .accordion-item .address-label {
    font-size: 1.6rem;
}
.branches-wrapper .accordion-item .detail-address {
    font-size: 1.6rem;
}
.branches-wrapper .accordion-item .detail-address iframe{
    width: 100% !important;
    max-width: 100% !important;
    height: 350px !important;
}
.branches-wrapper {
    border: 1px solid #0054a6;
    padding: 5px;
}

.branches-wrapper .accordion-item{
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}