.top-bar {
    width: 100%;
    color: #21211B;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    background: #F0B3FF;
}

.top-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 14px 24px;
}

.top-bar__left {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-right: 20px;
}

.top-bar__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

.top-bar__close-btn:hover {
    background-color: rgba(178, 178, 178, 0.1);
}

.top-bar__close-btn:active {
    background-color: rgba(178, 178, 178, 0.2);
}

.top-bar__icon {
    margin-right: 12px;
}

.top-bar p {
    margin: 0;
}

.top-bar a {
    color: #21211B;
    text-decoration: none;
}

.top-bar .top-bar__textHighlight {
    color: #ffffff;
    z-index: 1;
    margin-right: 6px;
    background-image: linear-gradient(#fbcf57, #fbcf57);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: bottom;
}

.top-bar .top-bar__textImg {
    max-height: 36px;
    margin: 0 8px;
}

.top-bar .top-bar__textWrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.top-bar .top-bar__textWithBg {
    color: #ffffff;
    background-color: rgba(44, 208, 145, 1);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    padding: 0 12px;
    margin: 0 8px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .top-bar__content,
    .top-bar__left {
        align-items: flex-start;
    }

    .top-bar .top-bar__textHighlight {
        background-size: 100% 6px;
    }
}
