.swiper-slide {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.resource-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.resource-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.resource-content {
    padding: 20px;
    flex-grow: 1;
}

.resource-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.resource-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.resource-content a.button {
    display: inline-block;
    background: #005da5;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #005da5;
}

.tab-buttons {
    margin-bottom: 20px;
}
.tab-button {
    display: inline-block;
    background: #e5e7eb;
    color: #333;
    padding: 8px 16px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.tab-button.active {
    background: #005da5;
    color: #fff;
}

.resource-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.resource-card {
    background: #fff;
    border: 1px solid #ddd;
    flex: 1 1 calc(33% - 20px);
    box-sizing: border-box;
}
.resource-card .resource-content{
    padding: 20px;
}
.resource-card img {
    max-width: 100%;
    height: auto;
}
.load-more-wrap {
    text-align: center;
    margin-top: 20px;
}
.load-more-button {
    background: #005da5;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.resource-filter-bar {
    width: 100%;
    display: flex;
}
.resource-filter-bar .taxonomy-filters {
    background-color: #E0E0E0;
    padding: 20px;
    border-radius: 10px;
}
.resource-filter-bar button.filter-btn {
    border: none;
    border-radius: 10px;
    padding: 0px 10px;
    margin-right: 10px;
    color: #002F3F;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.resource-filter-bar .taxonomy-filters h4 {
    font-family: "lato", Sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}
 div#resource-results {
    margin-top: 30px;
}
#resource-results .resource-card {
    border: 1px solid #27A9C04D;
    padding: 15px 20px;
}
.search-bar input#resource-search {
    background-color: #E0E0E0;
}
.resource-tabs .types a.topic {
    color: #fff;
    padding: 10px;
	background: #0B5F7C;
}

