/* 
Theme Name:		 chinaguide
Theme URI:		 http://childtheme-generator.com/
Description:	 chinaguide is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 Daniel Weihmann
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 chinaguide
*/


/*
    Add your custom styles here
*/
.aawp-checklist {
  margin: 2rem 1rem 2rem 1rem!important;
  padding: 2rem!important;
  border-radius: 8px;
  background-color: var(--base-4);   /* leichtes Blau/Grau */
  border: 1px solid #e0e4f0;
}
.aawp-checklist li {
  list-style: none;
}

.aawp-checklist li {
  position: relative;
  padding-left: 2.2rem!important;          /* Platz für Icon links */
}

/* dein SVG als Icon links vor dem Text */
.aawp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;                       
  top: 0.25em;                   
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("https://retinolcreme.de/files/badge-check-regular.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.aawp h2.aawp-product__title a {color:var(--accent-2);font-size:clamp(1.6rem, 2vw + 0.8rem, 1.9em)!important;line-height:2rem;margin-bottom:2rem!important}
.aawp h3 {color:var(--accent-2);font-size:clamp(1.6rem, 2vw + 0.8rem, 1.9em);margin-top:2rem}

section#bestseller .aawp {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

