blockquote[class] > div,
blockquote[class] > p,
blockquote[class] > span {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
}

.quote-classic {
  margin: 1.2em 0;
  padding: 1em 1.5em;
  border-left: 5px solid #4a90e2;
  background: #f4f8fd;
  color: #2c3e50;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.6;
  border-radius: 0 6px 6px 0;
}

.quote-marks {
  position: relative;
  margin: 1.5em 0;
  padding: 1.5em 2em 1.5em 3.5em;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #444;
  font-style: italic;
  line-height: 1.7;
}
.quote-marks::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 4em;
  color: #4a90e2;
  font-family: Georgia, serif;
  line-height: 1;
}

.quote-card {
  margin: 1.5em 0;
  padding: 1.2em 1.6em;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 1.05em;
  line-height: 1.6;
  border-top: 4px solid #ff7a59;
}

.quote-gradient {
  margin: 1.5em 0;
  padding: 1.4em 1.8em;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 1.05em;
  line-height: 1.7;
  box-shadow: 0 10px 25px rgba(118, 75, 162, 0.25);
}

.quote-dark {
  margin: 1.5em 0;
  padding: 1.2em 1.5em;
  background: #1f2937;
  color: #e5e7eb;
  border-left: 4px solid #f59e0b;
  border-radius: 6px;
  font-size: 1.05em;
  line-height: 1.65;
}

.heading-badge {
  display: inline-block;
  margin: 1em 0 0.5em;
  padding: 0.4em 1em;
  background: #4a90e2;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 0.02em;
}

.note-tip {
  margin: 1.5em 0;
  padding: 1em 1.2em 1em 3em;
  position: relative;
  background: #cdf2f2;
  border-left: 5px solid #84e4e2;
  border-radius: 0 8px 8px 0;
  color: #145a32;
  line-height: 1.6;
}
.note-tip::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #2ecc71;
  font-weight: bold;
}

.note-warning {
  margin: 1.5em 0;
  padding: 1em 1.2em 1em 3em;
  position: relative;
  background: #fef5e7;
  border-left: 5px solid #f39c12;
  border-radius: 0 8px 8px 0;
  color: #7e5109;
  line-height: 1.6;
}
.note-warning::before {
  content: "!";
  position: absolute;
  left: 1.1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #f39c12;
  font-weight: bold;
}

.quote-book {
  margin: 1.5em 0;
  padding: 1.5em 2em;
  border-top: 2px double #b3b3b3;
  border-bottom: 2px double #b3b3b3;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #4a4a4a;
  font-size: 1.15em;
  line-height: 1.8;
}

.titleGabriola {
	font-family: Gabriola;
	color: #7030a0;
	font-size: 38px;
	margin: 20px 0px 0px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.subtitleGabriola {
	font-family: Gabriola;
	color: #7030a0;
	font-size: 28px;
	display: inline-flex;
	margin: 0px;
}