/*
 Theme Name:   Coupy
 Theme URI:    http://coupy.de/
 Description:  Coupy Child Theme
 Author:       Coupy
 Author URI:   https://coupy.de/
 Template:     Coupy
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


/* Button fuer Coupon abgelaufen */
.coupy-trigger--disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.2) !important;
}

/* == Partnerseite schöner machen == */
/* =========================================
   COUPY KATEGORIEN
   ========================================= */

.wpcf7-checkbox{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:2px 20px;
}

.wpcf7-list-item{
  margin:0 !important;
}

.wpcf7-list-item label{
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1.2;
  font-size:18px;
}

.wpcf7-list-item input[type="checkbox"]{
  margin:0;
  position:relative;
  top:-1px;
}