/**
 * Copyright © Bluemint. All rights reserved.
 * See COPYING.txt for license details.
 * @author BlueMint
 * @copyright Copyright (c) Bluemint (https://www.bluemint.no/)
 */

.bluemint-top-block {
    padding: 8px 0;
}

.usp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usp-header span,
.usp-header.flex.flex-wrap.items-center span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bluemint-top-block .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.usp-mobile {
    position: relative;
    min-height: 50px;
}

.usp-header.usp-mobile {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.usp-header.usp-mobile::-webkit-scrollbar {
    display: none;
}

.usp-header.usp-mobile .usp-mobile-inner {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
}

/* Mobile: show 1 top link at a time (carousel style, like kakelstudion) */
.usp-header.usp-mobile {
    scroll-snap-type: x mandatory;
}

.usp-header.usp-mobile .usp-mobile-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    scroll-snap-align: center;
}

@media (max-width: 768px) {
    .usp-header{
        justify-content: center;
    }
    .bluemint-top-block {
        padding: 0;
        margin-bottom: 0px;
    }
    
    .usp-header svg {
        height: 18px;
    }

    .usp-header.usp-mobile {
        height: 50px;
    }
    .blue_hero_button button.pagebuilder-slide-button.pagebuilder-button-primary {
        font-size: 14px;
        min-width: 0;
        padding: 2px 20px;
    }
    .usp-header.usp-mobile .usp-mobile-item{
        font-size: 14px;
    }
}
