#result,
#msuggestions {
    background-color: #333333;
    list-style-type: none;
    padding-left: 0;
    z-index: 100;
}

#result {
    margin-top: 20px;
    position: absolute;
    top: 32px;
    width: 400px;
}

#msuggestions {
    margin-top: 8px;
    position: static;
}

#result:empty,
#msuggestions:empty {
    display: none;
}

.site-logo-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.search-result-column {
    float: left;
    padding: 5px;
}

.search-result-media {
    text-align: center;
    width: 20%;
}

.search-result-content {
    width: 80%;
}

.rowsearch {
    align-items: center;
    display: flex;
    justify-content: center;
}

.rowsearch::after {
    clear: both;
    content: "";
    display: table;
}

.rowsearch:hover {
    background-color: #1f1e1e;
}

.js-search-submit,
.js-mobile-search-toggle,
.js-header-alert {
    cursor: pointer;
}

#header .main-menu > .container::before,
#header .main-menu > .container::after {
    content: "";
    display: table;
}

#header .main-menu > .container::after {
    clear: both;
}

@media all and (min-width: 480px) {
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .deskContent {
        display: none;
    }

    .phoneContent {
        display: block;
    }
}
