.sds-search__form {
    padding: 0.75rem;
    border: 1px solid var(--grey-200);
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    background-color: var(--grey-50);
    border-radius: 4px;
}

.sds-search__tools {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
}

.sds-search__input {
    width: 100%;
}

.sds-search__input-container {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.sds-search__suffix {
    position: absolute;
    display: inline-flex;
    right: 1rem;
}

.sds-search__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-end;
    width: 100%;
}

#component_sds_form table {
    font-size: var(--text-xs);
}

#anchors {
    margin: 1rem auto 1rem auto;
}

#anchors a, #anchors span {
    display: inline-block;
    width: 3.846%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .sds-search__tools {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .sds-search__input {
        flex: 1;
    }

    .sds-search__actions {
        flex-direction: row;
        width: unset;
    }
}
