/*
 Theme Name:   Genemy Child
 Theme URI:    http://jthemes.org/wp/genemy/
 Description:  Genemy child theme
 Author:       Themeperch
 Author URI:   http://themeforest.net/user/themeperch
 Template:     genemy
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  genemy
*/

/* Add your custom css below */
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.card-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

.card-image img {
  width: 100%;
  border-radius: 8px;
}

.card-content {
  margin-top: 15px;
}

.card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-details p {
  margin: 5px 0;
	
}

.card-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #0073aa;
}
.top-card-offers { padding: 30px; }
.top-card-offers h2 { font-size: 24px; margin-bottom: 20px; }
.cards-grid { display: flex; gap: 20px; flex-wrap: wrap; }
.card-box { background: #f8f8f8; border-radius: 10px; padding: 15px; width: 300px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.card-box img { width: 100%; border-radius: 8px; }
.learn-more { display: block; margin: 10px 0; text-decoration: none; color: #000; font-weight: 600; }
.card-info h3 { font-size: 18px; margin: 10px 0; }
.card-info p { margin-bottom: 10px;color:#000; }
.card-details div { display: flex; justify-content: space-between; padding: 3px 0; border-top: 1px solid #ddd; }
.bonus-elevated { background: #28a745; color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 12px; }
