@media only screen and (max-width: 1400px) {
    body .boxad{
        display: none !important;
    }
}

main{
    padding: 12px;
    flex: 1;
    padding-top: 0; /* Recommended if using garland */
}

.boxad{
	display:block;
	float:right;
	padding-left: 12px;
}

.boxad > *{
	margin-bottom: var(--gap);
	text-align: center;
}

.boxad > a{
	padding: 14px var(--gap);
}

#section-title{
    text-align: center;
    gap: var(--gap);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#section-title a{
    font-size: inherit;
    text-decoration: underline;
}

.search {
    flex: 1;
    display: flex;
}

#search-input {
    flex: 1;
}

.adsbygoogle{
	width: 100%;
    text-align: center;;
}

.section-header{
    display: flex;
}

.section-header h2{
    flex: 1;
}

.carousel{
    display: flex;
    gap: var(--less-gap);
}

.releases{
    flex: 1;
    display: flex; 
    overflow: hidden;
    transition: left .2s ease-in-out;
    gap: 12px;
}

.view-more {
    text-align: center;
    justify-content: center;
    vertical-align: top;
}

.download-button{
    font-weight: 400;
    text-align: right;
}

.btnBack, .btnRight {
    background-image: url(/icons/arrow-back.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 30px;
    padding: 0;
}

.btnRight {
    transform: rotate(180deg);
}