/*
Theme Name: Unipork
Theme URI: https://delphiart.eu
Author: Delphi Art Ltd.
Author URI: https://delphiart.eu
Description: Theme for Unipork
Template: betheme
Version: 2.0
*/

/* Add this CSS to your theme or custom styles */

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.recipes-grid-item {
    padding: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.15);
}

.recipes-thumbnail {
    margin-bottom: 10px;
}

.recipes-thumbnail img {
    max-width: 100%;
    height: auto;
}

.recipes-grid-item h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.recipes-grid-item p {
    font-size: 14px;
    color: #555;
}
