.tul-recruitment-study-search-results {
    background: var(--tul-recruitment-bg-dotted-beigeLight);
    display: block;
}

/* Tags */
.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-tags {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-tags>.tag {
    display: block;
    word-break: keep-all;
    width: fit-content;
    padding: 0.31rem 0.62rem 0.31rem 0.62rem;
    font-size: 0.81rem;
    background-color: transparent;
    border-style: solid;
    text-transform: lowercase;
    border-width: 1px;
    border-radius: 30rem;
    border-color: var(--tul-recruitment-blue-medium);
    text-decoration: none;
    cursor: pointer;
    color: var(--tul-recruitment-blue-medium);
    background-color: var(--tul-recruitment-beige-light);
}

.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-tags>.tag:after {
    content: "";
    background-image: var(--tul-svg-dark-x);
    display: inline-block;
    width: 1rem;
    height: 0.88rem;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-left: 0.31rem;
}

/* Results */
.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-inner {
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    padding-top: 2.31rem;
    padding-bottom: 3.09rem;
    gap: 0.5rem;

}

.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-inner>.item {
    width: 32.38%;
    min-width: 300px;
    margin: 0;
    border-width: 1px;
    box-sizing: border-box;
    padding: 0;
    background: var(--tul_recruitment-white);
    border-radius: 0.56rem;
    border-width: 1px;
    border-style: solid;
    padding: 1.25rem;
    border-color: var(--tul-recruitment-beige-dark);
    flex-shrink: 0;
    max-width: 100%;
}

.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-inner>.item:hover {
    background-color: var(--tul-recruitment-beige-dark);
}

.tul-recruitment-study-search-results>.tul-recruitment-study-search-results-inner>.item>.taxonomy-term>h2>a .field--name-name {
    color: var(--tul-recruitment-blue-medium);
}

@media (max-width: 1439.98px) {
    .tul-recruitment-study-search-results>.tul-recruitment-study-search-results-inner>.item {
        min-width: 100%;
    }
}