/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.oferta-wrap{display:flex;gap:30px;margin:20px 0;}
.oferta-left{width:36%;background:#f7f7f7;padding:20px;border-radius:8px;}
.oferta-right{width:64%;}
.oferta-left ul{list-style:none;margin:0;padding:0;}
.oferta-left li{margin-bottom:8px;}
.galeria img{max-width:120px;margin-right:10px;border-radius:4px;}
.oferty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}
.oferta-card{display:block;border:1px solid #eee;padding:10px;border-radius:8px;text-decoration:none;color:inherit;}
.oferta-card .thumb img{width:100%;height:auto;border-radius:6px;}
.on-pagination{margin-top:16px;}
.on-page{padding:6px 10px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;}
.on-page.active{background:#0073aa;color:#fff;}

