.definition-list-basic {
    background: var(--tertiary-background);
    padding: 20px 20px 20px 20px;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.definition-list-basic ul {
    list-style: none;
    padding-left: 3px;
}

.definition-list-basic ul li, 
.definition-list-basic ol li {
    margin-bottom: 0.5em;
}

.service-area-map  iframe {
    height: 400px;
    border-radius: 8px;
}

/* service areas single */
.sarea-toc .elementor-toc__header {
    padding: 8px;
}

.sarea-toc svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.sarea-toc .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

.sarea-toc .elementor-toc__header {
    display: none;
}

/* new tags style */
.sarea-tags span.elementor-post-info__item a{
    display: inline-flex  !important;
    background-color: #dde8ef !important;
    color: #266790 !important;
    padding: 7px 12px;
    border-radius: 8px;
    color: #333;
    font: 400 0.9rem / 1.1 'Outfit' !important;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    border: 1px solid #3ab1ff;
}

.sarea-tags span.elementor-post-info__item a:nth-child(2n) {
    background-color: #a70b2d3b !important;
    color: #a70b2d !important;
    border: 1px solid #ff809c;
}

.sarea-tags span.elementor-post-info__item > :nth-child(2n){
    display: none;
}

.sarea-tags span * {
    color: inherit;
}

.sarea-tags span.elementor-post-info__item {
    color: transparent;
}