.ghost-content, .ghost-content .kg-card.kg-width-regular .kg-header-card-text p {
  font-size: 1.15rem;
  line-height: 1.7rem;
}

.ghost-content h2, .ghost-content .kg-header-card h2.kg-header-card-heading, .kg-signup-card h2.kg-signup-card-heading {
  font-size: 2rem;
}

.ghost-content .kg-header-card .kg-header-card-subheading {
  max-width: 100%;
}

.ghost-content > *:not(blockquote):not(.custom-page-section):not(.bio-item) {
  max-width: var(--container-lg);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--space-md);
}

.ghost-content .kg-card.kg-width-regular {
  width: 100%;
  margin: 0;
}

.ghost-content .kg-card.kg-width-regular .kg-header-card-text {
  max-width: var(--container-lg);
  margin: auto;
  padding: 0;
}

.ghost-content blockquote {
  background-color: var(--color-rose); 
  background-image: url("../images/logo-overlay.svg"); 
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;  
  margin: 60px 0;
  padding: 48px;
  text-align: center;
  color: #2b2b2b;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.4;
  position: relative;
}

.ghost-content .kg-card.kg-width-regular {
  padding: var(--space-xl) var(--space-md);
}

.ghost-content blockquote p {
  margin: 0;
}

.ghost-content blockquote::before {
  content: "“";
}

.ghost-content blockquote::after {
  content: "”";   
}

.ghost-content h1,
.ghost-content h2,
.ghost-content h3,
.ghost-content h4,
.ghost-content h5,
.ghost-content h6 {
  margin-top: revert;
}

.ghost-content p,
.ghost-content ul,
.ghost-content ol,
.ghost-content li,
.ghost-content h1,
.ghost-content h2,
.ghost-content h3,
.ghost-content h4,
.ghost-content h5,
.ghost-content h6,
.ghost-content a {
  color: inherit;
}

.ghost-content p,
.ghost-content ul,
.ghost-content ol {
  margin-top: revert;
  margin-bottom: revert;
}

.ghost-content ul,
.ghost-content ol {
  padding-left: revert;
  list-style: revert;
}

.ghost-content a {
  color: var(--color-green-primary);
  text-decoration: none;
}

.ghost-content a:hover {
  text-decoration: underline;
}

.ghost-content ol {
  list-style: decimal;
  margin-top: revert;
  margin-bottom: revert;
  padding-left: 2rem;
}

.ghost-content ol ol {
  list-style: lower-alpha;
}

.ghost-content ol ol ol {
  list-style: lower-roman;
}

.ghost-content ul {
  list-style: disc;
  margin-top: revert;
  margin-bottom: revert;
  padding-left: 2rem;
}

.ghost-content ul ul {
  list-style: circle;
}

.ghost-content ul ul ul {
  list-style: square;
}

.ghost-content li {
  margin-bottom: var(--space-xs);
}

.ghost-content .kg-image-card img {
  border-radius: var(--radius-lg);
}

.ghost-content .kg-toggle-card {
  padding: var(--space-md);
  margin-bottom: var(--space-md);
  border: 0;
  box-shadow: none;
}

.ghost-content .kg-toggle-card svg {
  color: var(--color-black);
}

.ghost-content .kg-button-card a.kg-btn {
  border-radius: var(--radius-xl);
  background-color: var(--color-green-bright);
  color: var(--color-black);
  font-weight: normal;
  padding: 0.75rem 1.25rem;
  line-height: 1.25rem;
  text-wrap: wrap;
  height: auto;
}

/* Custom Snippets */

.custom-page-section {
  padding: var(--space-lg) 0;
}

.custom-page-section-inner {
  max-width: var(--container-lg);
  margin: auto;
  padding: 0 var(--space-md);
}

/* Bookmark Card re-styled */

.ghost-content .kg-bookmark-card {
  text-decoration: none !important;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: var(--space-md);
}

.ghost-content .kg-bookmark-card a.kg-bookmark-container, .ghost-content .kg-bookmark-card a.kg-bookmark-container:hover {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 0;
  padding: var(--space-sm);
  background: #fff;
  border: 0;
}

.ghost-content .kg-bookmark-thumbnail {
  order: -1;
  width: 240px;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ghost-content .kg-bookmark-thumbnail img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.ghost-content .kg-bookmark-content {
  text-align: center;
  padding: 1rem;
  overflow: visible;
}

.ghost-content .kg-bookmark-title {
  display: none;
}

.ghost-content .kg-bookmark-description {
  margin: 0 auto 1rem;
  opacity: 0.85;
  overflow: hidden;
  font-size: 1rem;
}

.ghost-content .kg-bookmark-metadata {
  display: none;
}

.ghost-content .kg-bookmark-content::after {
  content: "Learn More";
  display: inline-block;
  margin-top: 18px;
  padding: 0.25rem var(--space-xl);
  border-radius: 999px;
  background: var(--color-rose); 
  color: #222;
  margin: auto;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .ghost-content .kg-bookmark-card a.kg-bookmark-container, .ghost-content .kg-bookmark-card a.kg-bookmark-container:hover {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .ghost-content .kg-bookmark-thumbnail {
    width: 100%;
    height: 140px;
  }
}
