/* RESET */

.dte-content-wrapper {
    padding: var(--spacing-layout-8) var(--spacing-layout-4) !important;
}

.dte-contact-request__map.gkh-map-script {
    position: relative;
}

.dte-contact-request__map.gkh-map-script:before, .dte-contact-request__map.gkh-map-image:before {
    content: none;
}

.dte-contact-request__map.gkh-map-script iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.dte-contact-request__map.gkh-map-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dte-offer__image img {
    border-radius: var(--ODSCardBasic-borderRadius--size-small);
}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
    width: 100%;
}

.dte-info-cards .dte-info-card .ODSCardBasic-Content-Slot img {
    margin-top: 15px;
}

button.ODSButton .ODSIcon g path {
    fill: #fff;
}

.ODSDialog-Header button .ODSIcon g path {
    fill: #000;
}