#search-results > .newtube-scene-grid-ad-slot {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    cursor: default;
    transform: none;
}

#search-results > .newtube-scene-grid-ad-slot--first-cell {
    grid-column: auto;
    width: auto;
}

#search-results > .newtube-scene-grid-ad-slot:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

#search-results > .newtube-scene-grid-ad-slot--first-cell:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

.newtube-scene-grid-ad-slot__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 6px 0;
}

.newtube-scene-grid-ad-slot--first-cell .newtube-scene-grid-ad-slot__inner {
    width: 100%;
    min-height: 100%;
}

.newtube-scene-grid-ad-slot__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newtube-scene-grid-ad-slot--first-cell .newtube-scene-grid-ad-slot__item {
    width: 100%;
}

#search-results > .newtube-list-top-right-ad-slot {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    cursor: default;
    transform: none;
}

#search-results > .newtube-list-top-right-ad-slot--first-cell {
    grid-column: auto;
    width: auto;
}

#search-results > .newtube-list-top-right-ad-slot:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

#search-results > .newtube-list-top-right-ad-slot--first-cell:hover {
    border: 0;
    box-shadow: none;
    transform: none;
}

.newtube-list-top-right-ad-slot__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 6px 0;
}

.newtube-list-top-right-ad-slot--first-cell .newtube-list-top-right-ad-slot__inner {
    width: 100%;
    min-height: 100%;
}

.newtube-list-top-right-ad-slot__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newtube-list-top-right-ad-slot--first-cell .newtube-list-top-right-ad-slot__item {
    width: 100%;
}

.newtube-video-list-inline-ad {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 6px 0;
}

.newtube-video-list-inline-ad__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.newtube-video-under-player-ads,
.newtube-video-sidebar-ads,
.newtube-video-before-play-ads {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.newtube-video-under-player-ads__item,
.newtube-video-sidebar-ads__item,
.newtube-video-before-play-ads__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.newtube-above-footer-ads {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
}

.newtube-above-footer-ads__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
