/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 12:31:00 */
:root {
  --bottom: var(--space-xxl);
  --bottom-up: calc(var(--bottom) * -1);
  --cardpad: 4px;
	--innerradius: calc(var(--radius) - var(--cardpad));
}

/* BLOCKQUOTE */
blockquote {
    padding: 10px var(--space-s);
    margin: 0 0 20px;
    color: var(--primary);
    border-left: 5px solid var(--primary);
}

blockquote p{
    font-size: var(--text-xl);
    line-height: calc(4px + 2ex);
}

.paypalBox {
	max-width: 18rem;
}