/* Auto-generated by APG Safe Snippets (frontend). */

/* c3436783d34dd6667c57e101: test */
/* test */

/* e9c2b62836d5371c20676aad: blockqoute */
/* Elegant Blockquote Styling */

blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 1.5rem 2rem 1.5rem 3rem;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border-left: 5px solid #3b82f6;
  border-radius: 12px;
  color: #334155;
  font-size: 1.125rem;
  line-height: 1.8;
  font-style: italic;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

blockquote::before {
  content: "“";
  position: absolute;
  top: 0.3rem;
  left: 0.75rem;
  font-size: 4rem;
  line-height: 1;
  color: rgba(59, 130, 246, 0.2);
  font-family: Georgia, serif;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote footer {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  color: #64748b;
}

blockquote cite::before,
blockquote footer::before {
  content: "— ";
}

blockquote:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  transition: all 0.25s ease;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  blockquote {
    background: #1e293b;
    color: #e2e8f0;
    border-left-color: #60a5fa;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  }

  blockquote::before {
    color: rgba(96, 165, 250, 0.15);
  }

  blockquote cite,
  blockquote footer {
    color: #94a3b8;
  }
}
