/* Hide just the Sort By dropdown */
.wpuf-sort-by-control {
    display: none !important;
}

.dp-cert-type-control {
    width: 100%;
}

@media (min-width: 768px) {
    .dp-cert-type-control {
        width: auto;
    }
}

.dp-cert-type-filter {
    width: 100%;
    height: 42px;
    padding: 8px 36px 8px 16px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'14'%20height%3D'8'%20viewBox%3D'0%200%2014%208'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M1%201l6%206%206-6'%20stroke%3D'%239CA3AF'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    outline: none;
    max-width: 280px;
}

@media (min-width: 768px) {
    .dp-cert-type-filter {
        width: 240px;
    }
}

.dp-cert-type-filter:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.wpuf-user-listing a.wpuf-bg-blue-500 {
    background-color: #ea580c !important;
}

.wpuf-user-listing a.wpuf-bg-blue-500:hover {
    background-color: #c2410c !important;
}