.tx-downloadfilter select {
    width: 100%;
    background-color: white;
    padding: 0.5rem;
    border-color: #0069b4;
    color: #0069b4;
    font-weight: 400;
    font-size: 1.5rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: unset;
    position: relative;
    border: 1px solid;
}

.tx-downloadfilter .select-custom {
    margin-bottom: 1.5rem;
}
.tx-downloadfilter .select-custom::after {
     content: "";
     width: 1.5rem;
     height: 1.5rem;
     position: absolute;
     right: 2.25rem;
     pointer-events: none;
     top: 1.75rem;
     transform: translate(0, -50%) rotate(90deg);
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230069b4' viewBox='0 0 128 128'%3E%3Cpath d='M35.113 122.904a6.638 6.638 0 0 1-4.582-11.439l49.761-47.463-49.761-47.464a6.638 6.638 0 0 1-.222-9.383 6.631 6.631 0 0 1 9.383-.222l59.833 57.068-59.833 57.069a6.617 6.617 0 0 1-4.579 1.834z'/%3E%3C/svg%3E");
}
.tx-downloadfilter .frame-type-download_group .download-group-element .download-group-element-item {
    margin: 3.5rem 0;
}
@media (min-width: 768px){
    .tx-downloadfilter .select-custom {
        margin-bottom: 0;
    }
    .tx-downloadfilter .downloaditem-title {
        font-size: 1.5rem;
    }
    .tx-downloadfilter .downloaditem-subtitle {
        font-size: 1.25rem;
    }
}
.tx-downloadfilter .searchfield {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.5rem;
}
.tx-downloadfilter .products {
    margin-top: 3rem;
}
#no-results {
    display: none;
}


