/*
Theme Name:     Wondarbag Theme
Theme URI:      https://www.wondarbag.de/
Description:    A child theme for ClipMyDeals, including a custom layout and masonry grid for "All offer categories" page.
Author:         Iraklis Choraitis
Author URI:     https://www.egentic.com/
Template:       clipmydeals
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           masonry, responsive, coupons, deals, child-theme
Text Domain:    clipmydeals-child
Author:       
*/

img.card-img-top.cmd-grid-store-logo.mx-auto.rounded-pill {
  border: none !important;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.banner-content {
  background-color: rgba(76,40,115, 0.75);
}

.banner-content button {
  background-color: #15D4EE;
  transition: .2s ease;
  font-weight: 600 
}
.cmd-grid-store-logo {
  height: 45px;
  background: white;
  padding: 7px;
}

.banner-content {
  padding: .75em;
}

@media screen and (max-width: 38em) {
#stores-archive-alert {
  display: none;
}
}

@media (min-width: 1024px) {
.offer-masonry-grid {
  column-count: 3;
  column-gap: 0;
}

.offer-masonry-grid .category-box {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 0px; /* Remove bottom gap */
}
.category-box > * {
  margin: 0;
  padding: 0;
}
}