.inline-container {
    display: inline-block;
    margin: auto !important;
}

.ad-info {
    height: 26px;
    width: 26px;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: hsla(0, 0%, 100%, 0.45);
    border-bottom-right-radius: 13px;
}

.ad-info,
.ad-info-wrap {
    position: absolute;
    margin: 0;
}

.ad-info-wrap {
    display: block;
    height: 0;
    padding: 0;
    border: 0;
}

/* Hack for Car Object pages */
#contentboard-container {
    background: transparent !important;
}

@media (min-width: 990px) {
    #contentboard-container #contentboard {
        margin: 0 !important;
    }
}

.da-no-underline {
    text-decoration: none !important;
}

.img-format {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
}
.img-format--ratio3by2 {
    padding-top: 66.66%;
}

.banners {
    background-color: #fff;
    margin: 0;
    max-width: 1010px;
}

.banners.content-width--liquid,
.content-width--liquid .banners {
    max-width: none;
}

.banners.content-width--1400,
.content-width--1400 .banners {
    max-width: 1400px;
}

.banners.content-width--1600,
.content-width--1600 .banners {
    max-width: 1600px;
}

@media (min-width: 1300px) {
    .banners {
        margin-left: auto;
        margin-right: auto;
    }
}

.banners {
    padding: 0 0 16px;
    text-align: center;
    position: relative;
    background-color: transparent;
}

.col-full-span {
    grid-column: 1 / -1;
}

.banners__topboard {
    height: 100%;
}

.banners__topboard .ad-info {
    z-index: 2;
}

@media (min-width: 990px) {
    .banners__topboard__cogwheel-button {
        position: absolute;
    }
}

.banners__left-skyscraper {
    position: absolute;
    top: 0;
    left: -180px;
}

@media (max-width: 1299px) {
    .banners__left-skyscraper {
        display: none;
    }
}

.banners__right-skyscraper {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
}

@media (max-width: 989px) {
    .banners__right-skyscraper {
        display: none;
    }
}

.banners__sticky-skyscraper {
    position: fixed;
    transform: translateZ(0);
    z-index: 2;
    width: 180px;
}

.banners__cogwheel-button > .gdprAdTransparancyCogWheelButton {
    background-color: hsla(0, 0%, 100%, 0.45);
    border-bottom-right-radius: 13px;
}

@media (min-width: 1300px) {
    .banners__is-horse-shoe .banners__topboard__cogwheel-button {
        display: none;
    }
}

.banners__is-horse-shoe .banners__skyscraperright_1__cogwheel-button {
    display: none;
}

@media (min-width: 1300px) {
    .banners__is-horse-shoe .topboard-inline-container .ad-info-wrap {
        display: none;
    }
}

.banners__is-horse-shoe .skyscraperright_1-inline-container .ad-info-wrap {
    display: none;
}

.ads-transparency-general {
    width: 25px;
    height: 25px;
    position: relative;
    opacity: 0.6;
    background: #fff;
    float: right;
}
.ads-transparency-ssa-product {
    top: 30px;
    right: 10px;
}
.ads-transparency-ssa-content {
    top: -15px;
    right: -12px;
}
.ads-transparency-netboard {
    right: 10px;
}
.ads-transparency-content-exp {
    top: 12px;
    right: 58px;
    z-index: 1;
}
.ads-transparency-content {
    top: 5px;
    right: 15px;
}

.button-as-link {
    background: none !important;
    border: none;
    padding: 0;
}

.ads__unit--banner {
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
    .ads__unit--banner {
        overflow: visible;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .ads__unit--banner {
        transform-origin: center center !important;
        max-height: unset !important;
    }
}

@media (max-width: 1499px) {
    .banners__right-skyscraper-is-chat-bot .banners__right-skyscraper {
        display: none;
    }
}

.banners__right-skyscraper-is-chat-bot
    .banners__right-skyscraper
    .banners__sticky-skyscraper {
    width: 12px;
    height: 20px;
    right: -8px;
    bottom: -4px;
}

.banners__right-skyscraper-is-chat-bot .banners__right-skyscraper .ad-info {
    left: -42px;
    z-index: 2;
    top: -20px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    background-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1299px) {
    body.wallpaper {
        background-position-x: calc(50% - (50vw - 505px - 7.5px)) !important;
    }
}

body.wallpaper .banners__is-horse-shoe > .banners__fixed {
    position: fixed;
    z-index: -1;
}

/* Used for content-marketing card placement (owned by Team Advertising)
    Duplicated from market-frontpage. This should be controlled by us
*/
.sf-ad-card {
    box-shadow: 0 2px 5px rgb(71 68 69 / 24%);
}
.sf-ad-card:hover {
    box-shadow: 0 0 0 1px #e5e5e5, 0 4px 16px rgb(71 68 69 / 16%);
}

/**
Carousel for content marketing mobile
 */

.cm-carousel-container {
    scroll-snap-type: x mandatory;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    gap: 8px;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.cm-carousel-container::-webkit-scrollbar {
    display: none;
}

.cm-carousel-container .cm-carousel-child {
    scroll-snap-align: center;
    width: 70vw;
}

@keyframes scale-animation {
    to {
        transform: scale(1);
    }
}

.zoom-30-perc {
    transform: scale(1.3);
}

.zoom-30-perc-active {
    animation-name: scale-animation;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

.zoom-10-perc {
    transform: scale(1.1);
}

.zoom-10-perc-active {
    animation-name: scale-animation;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

.content-marketing-desc-fadeout {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    overflow-y: hidden;
}

.content-marketing-desc-read-more-btn {
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    border: 2px solid #c3ccd9;
    font-size: 16px;
    color: #0063fb;
    font-weight: 500;
    line-height: 1.2;
}
