#medvet-pet-care-latest-resources {
    padding-top: 80px;
}

#medvet-pet-care-latest-resources input {
    color: #193458;
}

#latest-resource-title {
    color: #193458;
    font-weight: bold;    
}

#latest-resource-input-container {
    border: #193458 1px solid;
    border-radius: 5px;
    overflow: hidden;
    height: 45px;
}

#latest-resource-filter-container {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #latest-resource-filter-container {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

#latest-resource-filter-label {
    color: #193458;
    font-weight: bold;
    white-space: nowrap;
}

.latest-resource-filter-option {
    color: #193458;
    font-weight: bold;
    background: #ececec;
    border-radius: 3px;
    padding: 5px 8px;
    margin-right: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.latest-resource-filter-option-selected {
    color: white;
    background: #6ba4b8;
}

.latest-resource-filter-option:hover {
    background: #6ba4b8;
    color: white;
}

#medvet-filter-icon {
    margin-left: 10px;
    min-width: 20px;
}