﻿.dg-finder__head {
    background-color: #333;
    padding: 40px 0;
}

    .dg-finder__head label,
    .dg-finder__head h5,
    .dg-finder__head span {
        color: #fff;
        line-height: 1;
    }

.dg-finder__body {
    position: relative;
}

.dg-finder__body-inner {
    display: flex;
    gap: 40px;
}

.dg-finder__side-panel {
    width: 250px;
    margin-top: 60px;
}

.dg-finder__total-count {
    margin-left: 40px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}

.dg-finder__result-wrapper {
    flex: 1;
}

.dg-finder__search,
.dg-finder__filters {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.dg-finder__search {
    align-items: center;
}

.dg-finder__filters {
    gap: 20px;
    padding-right: 25px;
}

.dg-finder__filter {
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 15px;
    flex: 1;
}

    .dg-finder__filter.selected {
        border-color: #dfdfdf;
        box-shadow: 0px 0px 0px 3px #dfdfdf;
    }

.dg-finder__search-input-wrapper {
    position: relative;
}

    .dg-finder__search-input-wrapper > label {
        position: absolute;
        top: 12px;
        right: 12px;
        color: #979797;
    }

.dg-finder__search-input {
    border-radius: 25px;
    padding: 10px 30px 10px 15px;
    line-height: 1;
    min-width: 215px;
    border: none;
}

    .dg-finder__search-input:focus-visible,
    .dg-finder__search-input:focus,
    .dg-finder__search-input:active {
        outline: none;
    }

.dg-finder__search-label,
.dg-finder__filter h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}

.dg-finder__filter > div > span {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    line-height: 1.3;
}

.dg-finder__filter-icon.icon-general {
    color: #fff;
    font-size: 25px;
    margin-top: 2px;
}

/*
 * Update filter icons per site here.
 */
.icon-general.venue:before {
    content: "\e909";
}

.icon-general.pro:before {
    content: "\e902";
}

.icon-general.program:before {
    content: "\e901";
}
/*
 * End
 */

.dg-finder__view-selection {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.dg-finder__view-btn {
    appearance: none;
    background-color: transparent;
    outline: none;
    border: none;
    color: #fff;
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dg-finder__view-btn.selected {
        background-color: #dfdfdf;
        color: #000;
        border-radius: 15px;
    }

.dg-finder__sort {
    margin: 25px 0 20px;
    min-height: 30px;
}

.dg-finder__sorting {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

    .dg-finder__sorting select {
        border: none;
        appearance: none;
        cursor: pointer;
        padding: 5px;
    }

        .dg-finder__sorting select:focus-visible,
        .dg-finder__sorting select:focus,
        .dg-finder__sorting select:active {
            outline: none;
        }

    .dg-finder__sorting label {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px 0;
        white-space: nowrap;
    }

.dg-finder__list-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

    .dg-finder__list-item + .dg-finder__list-item {
        margin-top: 20px;
    }

.dg-finder__list-item-inner {
    display: flex;
    align-self: stretch;
    position: relative;
    cursor: pointer;
    min-height: 102px;
    transition: transform 0.3s ease-in-out;
}

.dg-finder__list-address span {
    text-transform: capitalize;
}

.dg-finder__list-address--region {
    text-transform: uppercase !important;
}

.dg-finder__list-clickable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.dg-finder__list-body {
    flex: 1;
    padding: 25px 40px 25px 60px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.dg-finder__list-item:not(.expanded):hover {
    transform: translateY(-2px);
}

    .dg-finder__list-item:not(.expanded):hover > .dg-finder__list-body {
        box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.20);
        -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.30);
    }

.dg-finder__list-item:nth-child(odd) .dg-finder__list-body {
    background-color: rgba(217, 217, 217, 0.30);
}

.dg-finder__list-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #dfdfdf;
    overflow: hidden;
}

.has-logo.dg-finder__list-head {
    background-color: #fff;
    border-color: lightgrey;
}

.dg-finder__list-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.dg-finder__list-head .icon-general {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.dg-finder__list-icon .icon-general {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 100%;
    font-size: 28px;
}

    .dg-finder__list-icon .icon-general.pro {
        background-color: #333;
    }

    .dg-finder__list-icon .icon-general.program {
        background-color: #dfdfdf;
        color: #fff;
    }

.dg-finder__more-info {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
    .dg-finder__more-info.btn {
        border-radius: 20px;
        background-color: var(--color-1);
        padding: 5px 15px;
        margin-bottom: 5px;
    }

    .dg-finder__more-info .icon-general {
        font-size: 21px;
        margin-right: 10px;
        color: #dfdfdf;
    }

    .dg-finder__more-info i {
        transition: transform 0.3s ease-in-out;
    }

    .dg-finder__more-info:hover .icon-arrow-right {
        transform: translateX(10px);
    }

.expanded .dg-finder__more-info .fa-chevron-down {
    transform: rotate(180deg);
}

.dg-finder__more-info-hide,
.expanded .dg-finder__more-info-view {
    display: none;
}

.dg-finder__more-info-view,
.dg-finder__more-info-hide {
    pointer-events: none;
}

.expanded .dg-finder__more-info-hide {
    display: block;
}

.dg-finder__contact-info {
    color: #000;
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    z-index: 2;
}

.dg-finder__cards {
    margin-bottom: 20px;
}

.dg-finder__card {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 40px;
    height: 435px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}

    .dg-finder__card:hover {
        background-color: #fcfcfc;
    }

.dg-finder__card-head {
    display: flex;
    justify-content: center;
    position: relative;
}

.dg-finder__card-body {
    flex: 1;
}

.dg-finder__card-image,
.dg-finder__card-image-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.dg-finder__card-image-placeholder {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.dg-finder__card-head-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #333;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: calc(50% + 20px);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.card--expanded .dg-finder__card-head-icon {
    transform: scale(0.8);
    left: calc(50% + 10px);
    bottom: -8px;
}

.dg-finder__card-title,
.dg-finder__card-subtitle {
    text-align: center;
}

.dg-finder__card-title {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.dg-finder__card-subtitle {
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .dg-finder__card-subtitle span {
        margin-left: 2px;
        cursor: pointer;
    }

        .dg-finder__card-subtitle span > em {
            position: absolute;
            top: calc(100% - 13px);
            left: 0;
            background-color: #bebebe;
            padding: 5px;
            text-align: left;
            white-space: pre-line;
            z-index: 1;
            line-height: 1.3;
            color: #000;
            font-style: normal;
            display: none;
        }

        .dg-finder__card-subtitle span:hover {
            color: grey;
        }

            .dg-finder__card-subtitle span:hover em {
                display: block;
            }

    .dg-finder__card-subtitle:after {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #dfdfdf;
        display: block;
        margin: 15px 0;
        transition: margin 0.3s ease-in-out;
    }

.skeleton-loading.dg-finder__card-subtitle:after {
    display: none;
}

.dg-finder__card-pretext,
.dg-finder__card-description {
    font-size: 14px;
    font-weight: 600;
}

.dg-finder__card-service-content ul {
    margin: 0;
    padding: 0 5px 10px;
    list-style: none;
}

    .dg-finder__card-service-content ul li {
        font-size: 12px;
        text-align: left;
        padding-left: 15px;
        line-height: 1.5;
    }

.dg-finder__card-services {
    margin-bottom: 20px;
}

.dg-finder__card-service-title {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease-in-out;
}

    .dg-finder__card-service-title:before,
    .dg-finder__card-service-title:after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        background-color: #333;
        right: 10px;
    }

    .dg-finder__card-service-title:before {
        transition: background .35s ease;
    }

    .dg-finder__card-service-title:after {
        transform: rotate(90deg);
        transition: all .35s ease;
    }

    .dg-finder__card-service-title:hover {
        color: #dfdfdf;
    }

        .dg-finder__card-service-title:hover:before,
        .dg-finder__card-service-title:hover:after {
            background-color: #dfdfdf;
        }

.skeleton-loading.dg-finder__card-service-title:after,
.skeleton-loading.dg-finder__card-service-title:before {
    display: none;
}

.is-active .dg-finder__card-service-title:after {
    transform: rotate(0deg);
    background-color: #333;
}

.dg-finder__card-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dg-finder__card-contact-details {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

    .dg-finder__card-contact-details a {
        color: #000;
    }


.card--expanded .dg-finder__card-image,
.card--expanded .dg-finder__card-image-placeholder {
    width: 60px;
    height: 60px;
    font-size: 18px;
}

.card--expanded .dg-finder__card-title {
    font-size: 14px;
}

.card--expanded .dg-finder__card-subtitle {
    font-size: 12px;
}

    .card--expanded .dg-finder__card-subtitle:after {
        margin: 10px 0;
    }

.dg-finder__map {
    width: 100%;
    height: calc(100vh - 270px);
    margin: 30px 0;
}

.dg-finder--slim .dg-finder__map {
    height: calc(100vh - 230px);
}

.dg-finder__map-results {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    max-width: 400px;
    box-shadow: -15px 8px 15px -3px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .dg-finder__map-results.program {
        max-width: 550px;
    }

.dg-finder__map-results-wrapper {
    position: relative;
    padding: 40px 20px 20px;
    height: 100%;
}

.dg-finder__map-results-close {
    position: absolute;
    top: 7px;
    left: 15px;
    color: grey;
    font-size: 20px;
}

.dg-finder__map-results-inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 100px);
    margin-top: 25px
}

.dg-finder__map-results h3 {
    margin-bottom: 0;
}

.dg-finder__map-results small {
    margin-bottom: 10px;
    display: block;
}

.dg-finder__list-small {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 40px;
}

    .dg-finder__list-small + .dg-finder__list-small {
        margin-top: 1px;
    }

    .dg-finder__list-small:nth-child(odd) {
        background-color: rgba(217, 217, 217, 0.30);
    }

.dg-finder__list-small-type {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
}

    .dg-finder__list-small-type .icon-general {
        background-color: #000;
        color: #fff;
        padding: 10px 5px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
    }

        .dg-finder__list-small-type .icon-general.program {
            background-color: #dfdfdf;
            color: #fff;
        }

        .dg-finder__list-small-type .icon-general.pro {
            background-color: #333;
            background-size: 80%;
            background-position: center;
        }

.dg-finder__list-small-name {
    font-size: 15px;
    margin-bottom: 0;
}

.dg-finder__map-results .dg-finder__more-info {
    font-size: 11px;
    margin-right: 10px;
}

    .dg-finder__map-results .dg-finder__more-info i {
        font-size: 10px;
    }

.dg-finder__list-small-content {
    flex: 1;
    display: flex;
    align-items: start;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
}

    .dg-finder__list-small-content small {
        font-size: 10px;
        margin-bottom: 0;
    }

.dg-finder__list-small-content-other {
    margin-top: 5px;
}

    .dg-finder__list-small-content-other p {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

.dg-finder__list-small-content-inline {
    display: flex;
    gap: 5px;
}

.dg-finder__list-small-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

    .dg-finder__list-small-actions span {
        font-size: 10px;
    }

.dg-finder__list-small-btn {
    border-radius: 20px;
    background-color: #979797;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
}

    .dg-finder__list-small-btn:hover {
        color: #000;
    }

.dg-finder__map-results.program .dg-finder__more-info {
    margin-right: 0;
}

.dg-finder__list-small-contact {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
}

    .dg-finder__list-small-contact .dg-finder__contact-info {
        font-size: 14px;
    }

    .dg-finder__list-small-contact .dg-tooltip.dg-finder__contact-info:before {
        top: -3px;
        left: unset;
        right: 100%;
        transform: none;
    }

.dg-finder__map .gmap {
    width: 100%;
    height: 100%;
    background-color: azure;
}

.dg-finder__btn {
    appearance: none;
    border: none;
    background-color: #dfdfdf;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

    .dg-finder__btn i {
        font-size: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .dg-finder__btn:hover i {
        transform: translateX(5px);
    }

    .dg-finder__btn.disabled {
        pointer-events: none;
        opacity: 0.5;
        filter: grayscale(1);
    }

.dg-finder--slim.dg-finder--standalone {
    margin-bottom: 30px;
}

.dg-finder--slim .dg-finder__head {
    background-color: #333;
}

.dg-finder--slim .dg-finder__inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.dg-finder--slim .dg-finder__filter > div > h5,
.dg-finder--slim .dg-finder__filter > div > span,
.dg-finder--slim .dg-finder__search-label {
    color: #fff;
}

.dg-finder--slim .dg-finder__filters {
    padding: 0;
}

.dg-finder--slim .dg-finder__search {
    height: 100%;
}

.dg-finder--slim .dg-finder__search-input {
    min-width: 500px;
}

.dg-finder--slim .dg-finder__filter-icon.icon-general {
    color: #fff;
}

.dg-finder--slim .dg-finder__search-input-wrapper > label {
    top: 10px;
}

.dg-finder--slim .dg-finder__search-input,
.dg-finder--slim .dg-finder__btn {
    height: 40px;
}

.dg-finder--slim .dg-finder__filter > div > span {
    margin-top: 0;
}

.dg-finder--slim .dg-finder__filter {
    border: none;
    padding: 0;
}

.dg-finder--standalone.dg-finder--slim .dg-finder__inner {
    padding: 40px 0;
}

.dg-finder__list-small .dg-tooltip:before {
    top: -9%;
    right: calc(100% + 10px);
    left: unset;
    transform: none;
}

.dg-finder__button-filter {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 10px;
    cursor: pointer;
}

.dg-finder__button-filter {
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 40px;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
}

.dg-finder__button-icon .fa-times {
    display: none;
}

.dg-finder__side-panel.expanded .dg-finder__button-icon .fa-times {
    display: block;
}

.dg-finder__side-panel.expanded .dg-finder__button-icon .fa-filter {
    display: none;
}

@media (max-width: 1200px) {
    .dg-finder__search-label, .dg-finder__filter h5 {
        font-size: 16px;
    }

    .dg-finder__search {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .dg-finder__card {
        height: auto;
        margin-bottom: 20px;
        background-color: #fcfcfc;
    }

    .card--expanded .dg-finder__card-image,
    .card--expanded .dg-finder__card-image-placeholder {
        width: 120px;
        height: 120px;
    }

    .card--expanded .dg-finder__card-title {
        font-size: 20px;
    }

    .card--expanded .dg-finder__card-subtitle:after {
        margin: 15px 0;
    }
}

@media (max-width: 992px) {
    .dg-finder--slim .dg-finder__inner {
        flex-direction: column;
        gap: 20px;
    }

    .dg-finder__search {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .dg-finder__filters {
        margin-bottom: 20px;
    }

    .dg-finder__view-selection {
        justify-content: center;
    }

    .dg-finder__body {
        flex-direction: column;
        gap: 0;
    }

    .dg-finder__button-filter {
        display: flex;
    }

    .dg-finder-filter__items {
        display: none;
        margin-top: 20px;
    }

    .dg-finder__side-panel {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 568px) {
    .dg-finder--slim .dg-finder__search-input-wrapper,
    .dg-finder--slim .dg-finder__search {
        width: 100%;
    }

    .dg-finder--slim .dg-finder__search-input {
        min-width: auto;
        width: 100%;
    }

    .dg-finder__filters {
        flex-direction: column;
        padding: 0;
        gap: 30px;
        align-items: start;
    }

    .dg-finder__filter {
        width: 100%;
    }

    .dg-finder__list-head {
        width: 50px;
        height: 50px;
    }

    .dg-finder__list-body {
        padding: 20px 20px 20px 30px;
        margin-left: 25px;
    }

    .dg-finder__more-info .icon-general {
        display: none;
    }

    .dg-finder__list-name {
        font-size: 16px;
        margin-bottom: 0;
    }

    .dg-finder__list-address {
        font-size: 12px;
    }

    .dg-finder__more-info {
        font-size: 10px;
        white-space: nowrap;
    }

    .dg-finder__total-count {
        margin-left: 0;
    }
}

@media (max-width: 468px) {
    .dg-finder__more-info {
        flex-direction: column;
        align-items: end;
    }
}

/* Pagination */
.dg-finder__pagination-wrapper {
    margin-bottom: 40px;
}

.dg-finder__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.dg-finder__pagination__prev,
.dg-finder__pagination__next {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    appearance: none;
    border: none;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
    width: 150px;
}

    .dg-finder__pagination__prev span,
    .dg-finder__pagination__next span {
        line-height: 0.5;
    }

    .dg-finder__pagination__prev i,
    .dg-finder__pagination__next i {
        transition: transform 0.3s ease-in-out;
    }

.dg-finder__pagination__indicator {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

.dg-finder__pagination__prev.button--disabled,
.dg-finder__pagination__next.button--disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Sidepanel Filters */
.dg-finder-filter__item {
    margin-bottom: 20px;
}

    .dg-finder-filter__item.filter__item--disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .dg-finder-filter__item .filter-accordion__content {
        display: none;
    }

    .dg-finder-filter__item .filter-accordion__content-inner {
        padding-top: 2.2rem;
        padding-bottom: 2rem;
    }

    .dg-finder-filter__item .filter-accordion__title {
        position: relative;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        margin-bottom: 0;
        border-bottom: 1px solid #E6E7E8;
        cursor: pointer;
        text-transform: capitalize;
    }

        .dg-finder-filter__item .filter-accordion__title small {
            text-transform: none;
        }

    .dg-finder-filter__item .filter-accordion__title-text {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .dg-finder-filter__item .filter-accordion__indicator {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 1.2rem;
        margin-top: -5px;
    }

@media (min-width: 768px) {
    .dg-finder-filter__item .filter-accordion__indicator {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }
}

.dg-finder-filter__item .filter-accordion__indicator:before, .filter-accordion__indicator:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: grey;
    opacity: .65;
}

.dg-finder-filter__item .filter-accordion__indicator:before {
    transition: background .35s ease;
}

.dg-finder-filter__item .filter-accordion__indicator:after {
    transform: rotate(90deg);
    transition: all .35s ease;
}

.dg-finder-filter__item .is-active .filter-accordion__indicator:after {
    transform: rotate(0deg);
}

.dg-finder-filter__item .select--custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    padding: 1.1rem 2.4rem 1.1rem 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5.64645 5.64645C5.84171 5.84171 6.15829 5.84171 6.35355 5.64645L11 1' stroke='%238D8D93' stroke-linecap='round'/%3e%3c/svg%3e");
    background-position: right 11px center;
    line-height: 1.25;
    font-size: 1.4rem;
    transition: all 0.35s ease;
    background-color: transparent;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 #EAEBEB;
}

@media (min-width: 768px) {
    .dg-finder-filter__item .select--custom {
        font-size: 1.6rem;
    }
}

.dg-finder-filter__item .select--custom:focus {
    border-bottom: 1px solid transparent !important;
    box-shadow: inset 0 -1px 0 0 #EAEBEB !important;
    outline: 0;
}

.dg-finder-filter__item .filter .select--custom {
    box-shadow: inset 0 -1px 0 0 #EAEBEB;
}

.dg-finder-filter__item .select--custom::-ms-expand {
    display: none;
}

.dg-finder-filter__item .checkbox-container {
    position: relative;
    display: block;
    min-height: 2rem;
}

    .dg-finder-filter__item .checkbox-container + .checkbox-container,
    .dg-finder-filter__item .radio-container + .checkbox-container {
        margin-top: 1rem;
    }

.dg-finder-filter__item .checkbox--custom {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 2rem;
    height: 2rem;
    opacity: 0;
}

    .dg-finder-filter__item .checkbox--custom ~ .form-field__error {
        padding-left: 3.8rem;
    }

    .dg-finder-filter__item .checkbox--custom ~ .label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        display: block;
        padding-left: 30px;
        padding-top: .1rem;
    }

@media (max-width: 767.98px) {
    .dg-finder-filter__item .checkbox--custom ~ .label {
        font-size: 1.4rem;
    }
}

.dg-finder-filter__item .checkbox--custom ~ .label:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    border: solid 1px #8D8D93;
}

.dg-finder-filter__item .checkbox--custom ~ .label:after {
    position: absolute;
    display: block;
    content: "";
    background: no-repeat;
    background-position: center center;
}

.dg-finder-filter__item .checkbox--custom.is-error ~ .label:before {
    border-color: #FE4F47;
}

.dg-finder-filter__item .checkbox--custom ~ .label:after {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
}

.dg-finder-filter__item .checkbox--custom:checked ~ .label:before {
    color: #fff;
    border-color: #dbdbdb !important;
    background-color: #dbdbdb;
}

.dg-finder-filter__item .checkbox--custom:checked ~ .label:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 12.947L8.8375 15.6379C8.97892 15.8558 9.21368 15.9899 9.46778 15.9977C9.72187 16.0055 9.96397 15.8862 10.1178 15.6773L16 7.99805' stroke='%23051219' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.dg-finder__list-expansion {
    margin-left: 40px;
    background-color: #fdfdfd;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dg-finder__list-expansion-item {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: default;
}

    .dg-finder__list-expansion-item .left-aligned:first-child strong {
        white-space: pre-wrap;
        word-break: break-word;
    }

    .dg-finder__list-expansion-item + .dg-finder__list-expansion-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

.dg-finder__list-expansion-loader {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.dg-finder__list-expansion-item:hover {
    background-color: #fff;
}

.dg-finder__list-expansion-head h4 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.dg-finder__list-expansion-item.dg-finder__list-expansion-head {
    background-color: #fff;
    cursor: default;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.dg-finder__list-expansion-item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    font-size: 12px;
}

.dg-finder__list-expansion-head h4,
.dg-finder__list-expansion-item div {
    width: 90px;
    max-width: 90px;
    align-items: center;
    text-align: center;
}

    .dg-finder__list-expansion-item div span {
        text-align: center;
    }

    .dg-finder__list-expansion-item div strong {
        word-break: break-all;
    }

.dg-finder__list-expansion .dg-finder__more-info {
    font-size: 12px;
}

.dg-finder__list-expansion-head h4.left-aligned,
.dg-finder__list-expansion-item div.left-aligned,
.dg-finder__list-expansion-item div.left-aligned span {
    text-align: left;
    align-items: start;
}

.dg-finder .dg-tooltip {
    position: relative;
}

    .dg-finder .dg-tooltip:before {
        content: attr(data-name);
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        color: #333;
        background-color: #f3f4f5;
        font-size: 12px;
        padding: 3px 5px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        white-space: nowrap;
        pointer-events: none;
    }

    .dg-finder .dg-tooltip:hover i {
        color: #124395;
    }

    .dg-finder .dg-tooltip:hover:before {
        opacity: 1;
    }

.dg-finder .tooltip-inner {
    max-width: 280px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #000;
    border-radius: 4px;
}

.dg-finder .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

    .dg-finder .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.dg-finder .bs-tooltip-auto[x-placement^=top] .arrow,
.dg-finder .bs-tooltip-top .arrow {
    bottom: 0;
}

    .dg-finder .bs-tooltip-auto[x-placement^=top] .arrow::before,
    .dg-finder .bs-tooltip-top .arrow::before {
        top: 0;
        border-width: .4rem .4rem 0;
        border-top-color: #000;
    }

.dg-finder__banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dg-finder__banner-content {
    padding: 30px 30px 30px 0;
    width: 33.333333%;
    flex: 0 0 auto;
}

    .dg-finder__banner-content h2 {
        margin-bottom: 10px;
    }

.dg-finder__banner-image img {
    aspect-ratio: 16/9;
}

.dg-finder__ad {
    margin-top: 25px;
}

@media (max-width: 992px) {
    .dg-finder__banner-container {
        flex-direction: column-reverse;
        align-items: start;
        padding: 0;
    }

    .dg-finder__banner-content {
        padding: 20px;
        width: 100%;
    }

    .dg-finder__banner-image img {
        aspect-ratio: 16/9;
        max-height: 100%;
    }

    .dg-finder__body-inner {
        flex-direction: column;
        gap: 0px;
    }

    .dg-finder__pagination {
        gap: 14px;
    }

    .dg-finder__list-expansion {
        margin-left: 25px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .dg-finder__filter {
        gap: 10px;
    }

    .dg-finder__filters {
        gap: 10px;
        padding-right: 35px;
    }

    .dg-finder__view-selection {
        gap: 0;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .dg-finder__ad iframe {
        width: 100%;
    }
}
