.mlives-row {
    display: flex;
    flex-wrap: wrap;

}

.mlives-col-100 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.mlives-results {
    position: absolute;
    z-index: 50;
    min-width: 270px;
    max-width: 320px;
}

.mlives-results__image {
    object-fit: cover;
    max-width: 35px;
    max-height: 35px;
    margin-right: 10px;
}

.mlives-results__image-wrapper {
    width: 80px;
    height: 70px;
    overflow: hidden;

}

.mlives-results__title {
    font-weight: bold;
    margin-bottom: 5px;
    opacity: 0.88;
    line-height: 1.3em !important;
    text-decoration: none !important;
}

.mlives-results__content {
    flex: 1 0;
    font-size: 13px;
    line-height: 1.3em !important;

}
.mlives-results__content * {
    text-decoration: none !important;
}
.mlives-results__item {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
}


.mlives-results__item:last-of-type {
    margin-bottom: 0;
}

.mlives-results__item a {
    color: #333;
}

.mlives-results__item:hover .mlives-results__title {
    opacity: 1;
}


.mlives-results__button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    position: relative;
    z-index: 5;
    order: 0;
    max-width: 33%;
    width: 33%;
    flex: 0 0 33%;
    text-align: center;
    padding: 5px 0 7px;
    background-color: #e0e0e0;
    border-right: 1px solid #fff !important;
    transition: 0.3s;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.mlives-results__button:last-of-type {
    border: none !important;
}

.mlives-results__button.active {
    pointer-events: none;
    background-color: #313131;
    color: #fff;
}

.mlives-results__button:hover {
    background-color: #313131;
    color: #fff;
}

.mlives-results__block {
    order: 1;
    background-color: #fff;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

.mlives-results__content {
    text-align: left !important;
}

.mlives-results__excerpt {
    margin-bottom: 0 !important;
}

.mlives-results__block.active  {
    display: block;
}

.mlives-results__show-all {
    order: 2;
    width: 100%;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 13px;
    padding: 7px 0 10px;
    color: #313131;
    transition: 0.3s;
}

.mlives-results__show-all:hover {
    color: #fff;
    background-color: #313131;
}

.mlives-results__content {
    text-align: left;
}


