/* Recipe Manager Plugin Styles */

/* Recipe filter wrapper */
.recipe-filter-wrapper {
    margin-bottom: 2rem;
}

.recipe-filter-wrapper .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Recipe list styling */
.recipe-list {
    list-style-type: none;
    padding: 0;
}

.recipe-list li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.recipe-list h3 a {
    text-decoration: none;
    color: #333;
}

.recipe-list h3 a:hover {
    color: #000;
}

/* Loading spinner */
.recipe-list .spinner-border-sm {
    width: 1rem;
    height: 1rem;
}
