/* Split from ui-refresh.css: service search */

body.service-page-live.search-marketing-live {
    --live-nav-active-color: #f59a23;
    --live-nav-active-scrolled-color: #f59a23;
}

.search-marketing-live .live-hero h1 {
    max-width: 13.4ch;
}

.search-marketing-live .live-hero__lead,
.search-marketing-live .live-hero__desc {
    max-width: 680px;
}

.search-marketing-hero__typing-line {
    display: inline-flex;
    align-items: flex-end;
    min-height: 1.08em;
    white-space: nowrap;
}

.search-marketing-hero__measure {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
}

.search-marketing-hero__panel {
    width: min(100%, 460px);
}

.search-marketing-hero__panel img {
    display: block;
    width: 100%;
    height: auto;
}

.search-marketing-live .search-platform-media {
    align-items: center;
    justify-content: center;
    padding: 18px 18px 24px;
}

.search-marketing-live .search-platform-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.search-marketing-live .search-platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(2px);
    line-height: 0;
}

.search-marketing-live .search-platform-icon img {
    display: block;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    object-position: center center;
}

.search-marketing-live .search-platform-icons.is-single .search-platform-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
}

.search-marketing-live .search-platform-icons.is-single .search-platform-icon img {
    width: 42px;
    height: 42px;
    max-width: 42px;
    max-height: 42px;
}

@media (max-width: 767px) {
    .search-marketing-live .search-platform-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .search-marketing-live .search-platform-icon img {
        width: 28px;
        height: 28px;
        max-width: 28px;
        max-height: 28px;
    }

    .search-marketing-live .search-platform-icons.is-single .search-platform-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .search-marketing-live .search-platform-icons.is-single .search-platform-icon img {
        width: 36px;
        height: 36px;
        max-width: 36px;
        max-height: 36px;
    }
}

