/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.6.6
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */
.bp-irasaim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 30px 15px;
    max-width: 1100px;
    margin: 0 auto;
}

.iras-kartya {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iras-kartya:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.iras-kartya img {
    width: 100%;
    height: auto;
}

.iras-kartya h3 {
    font-size: 1.1rem;
    margin: 10px 15px 5px;
    color: #222;
}

.iras-kartya p {
    font-size: 0.95rem;
    color: #555;
    margin: 0 15px 15px;
    flex-grow: 1;
}

.iras-kartya a {
    text-decoration: none;
    color: #0073aa;
}

.iras-kartya a:hover {
    text-decoration: underline;
}

/* Lapozó */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 8px 12px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
}

.pagination a:hover {
    background: #e2e2e2;
}

.pagination .current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
