/*
  Blue Level – Base Styles
  Loaded on ALL contexts (Shop + SEO)
*/

/* =========================================================
   1. CSS VARIABLEN
   ========================================================= */
:root {
  --bl-blue: #2980b9;
  --bl-blue-dark: #006a9b;
  --bl-grey-light: #f4f4f4;
  --bl-text: #333333;
  --bl-border: #e5e5e5;
  --bl-radius: 6px;
}

/* =========================================================
   2. TYPOGRAFIE (GLOBAL)
   ========================================================= */
body,
p,
td,
table {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bl-text);
}

h1 {
  font-size: 35px;
  font-weight: 200;
  line-height: 1.2;
}

h2 {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Links */
a {
  color: var(--bl-blue-dark);
  text-decoration: none;
}
a:hover {
  color: var(--bl-blue);
}

/* =========================================================
   3. GEMEINSAME KOMPONENTEN
   ========================================================= */

/* Preisbox (wird von eurem PHP/Template genutzt) */
.bl-price-box {
  margin: 0;
  line-height: 1em;
}

.bl-price-box .bl-price-incl,
.bl-price-incl {
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

.bl-price-box .bl-price-excl,
.bl-price-excl {
  font-size: 12px;
  color: #555;
  margin-top: -5px;
}

/* Woo: Titel-Spacer */
.entry-summary .entry-title {
  padding-bottom: 0px !important;
}

/* Woo: Rating spacing */
.woocommerce .star-rating {
  margin-bottom: 5px !important;
}
