﻿
.resource-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-top: 1em;
}

.resource-search input {
    flex-grow: 1;
    width: unset;
}

.resource-search div {
    display: flex;
    gap: 0.2em;
}

.resource-search .dark_btn,
.resource-search .green_btn,
.resource-search .light_btn,
.resource-search .pink_btn {
    margin: 0 !important;
}

.resource-categories {
    background: #eee;
    padding: 1.5em;
    margin-top: .5em;
}

.resource-categories .checkboxes {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.resource-categories .checkboxes li {
    flex-basis: 33%;
    margin-bottom: .5em;
}

.resource {
    border-bottom: 1px solid #eee;
    padding: 1em 0;
}

.resource:last-of-type {
    border-bottom: none;
}

.resource .subtitle {
    display: flex;
    gap: 2em;
    align-items: center;
}

.resource .subtitle h6 {
    margin: 0;
}