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

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

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

.search{
    display: flex;
}

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

#search-input {
    flex: 1;
}

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

.releases{
	display: flex; 
	flex-wrap: wrap;
    gap: 12px;
    container-type: inline-size;
    container-name: releases;
}

.releases .release-card {
    flex: 1 1 250px;   /* min width 220px, auto-wrap */
    max-width: 1fr;  
}

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

#btn-load-more{
    margin: auto;
    width: 250px;
    display: block;
    font-weight: 400;
}