/**
 * Personalitopia Modular Block Styles: Core Quote & Pullquote Blocks (core/quote, core/pullquote)
 * Theme: twentytwentyfour-child
 */


  /* Base Quote Styling */
  .wp-block-quote,
  blockquote.wp-block-quote {
    border-left: 3px solid var(--wp--preset--color--terracotta, #B8674A);
    padding: 12px 0 12px 24px;
    margin: 28px 0;
    background: transparent;
    box-sizing: border-box;
  }

  .wp-block-quote p,
  blockquote.wp-block-quote p {
    font-family: var(--wp--preset--font-family--heading, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--wp--preset--color--ink, #2C1F15);
    margin-bottom: 8px;
  }

  .wp-block-quote cite,
  blockquote.wp-block-quote cite {
    font-family: var(--wp--preset--font-family--ui, 'Manrope', sans-serif);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
    color: var(--wp--preset--color--text-light, #787571);
    display: block;
    margin-top: 10px;
  }

  /* Terracotta Left-Spine (Journal Pullquote) */
  .wp-block-quote.is-style-journal-pullquote,
  .wp-block-pullquote.is-style-journal-pullquote {
    border-left: 3px solid var(--wp--preset--color--terracotta, #B8674A);
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 12px 0 12px 24px;
    margin: 28px auto;
    background: transparent;
    width: 100%;
    max-width: var(--wp--style--global--content-size, 680px);
    box-sizing: border-box;
  }

  .wp-block-quote.is-style-journal-pullquote p,
  .wp-block-pullquote.is-style-journal-pullquote p,
  .wp-block-pullquote.is-style-journal-pullquote blockquote p {
    font-family: var(--wp--preset--font-family--heading, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.48;
    color: var(--wp--preset--color--ink, #2C1F15);
    margin-bottom: 8px;
  }

  .wp-block-quote.is-style-journal-pullquote cite,
  .wp-block-pullquote.is-style-journal-pullquote cite {
    font-family: var(--wp--preset--font-family--ui, 'Manrope', sans-serif);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
    color: var(--wp--preset--color--text-light, #787571);
    display: block;
    margin-top: 10px;
  }

  /* Warm Gold Axiom Box */
  .wp-block-quote.is-style-gold-axiom,
  .wp-block-pullquote.is-style-gold-axiom {
    background: rgba(201, 165, 99, 0.08);
    border-left: 3px solid var(--wp--preset--color--gold, #C9A563);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0 var(--wp--custom--radius--btn, 8px) var(--wp--custom--radius--btn, 8px) 0;
    padding: 18px 24px;
    margin: 24px auto;
    width: 100%;
    max-width: var(--wp--style--global--content-size, 680px);
    box-sizing: border-box;
  }

  .wp-block-quote.is-style-gold-axiom p,
  .wp-block-pullquote.is-style-gold-axiom p,
  .wp-block-pullquote.is-style-gold-axiom blockquote p {
    font-family: var(--wp--preset--font-family--heading, 'Fraunces', Georgia, serif);
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--wp--preset--color--ink, #2C1F15);
    margin-bottom: 6px;
  }

  .wp-block-quote.is-style-gold-axiom cite,
  .wp-block-pullquote.is-style-gold-axiom cite {
    font-family: var(--wp--preset--font-family--ui, 'Manrope', sans-serif);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
    color: #573E0A;
    display: block;
  }

  /* Centered Editorial Quote */
  .wp-block-quote.is-style-centered-editorial {
    border-left: none;
    border-top: 1px solid var(--wp--preset--color--terracotta, #B8674A);
    border-bottom: 1px solid var(--wp--preset--color--terracotta, #B8674A);
    padding: 24px 16px;
    margin: 32px auto;
    width: 100%;
    max-width: var(--wp--style--global--content-size, 680px);
    text-align: center;
    background: transparent;
    box-sizing: border-box;
  }

  .wp-block-quote.is-style-centered-editorial p {
    font-family: var(--wp--preset--font-family--heading, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.48;
    color: var(--wp--preset--color--ink, #2C1F15);
    margin-bottom: 8px;
  }

  .wp-block-quote.is-style-centered-editorial cite {
    font-family: var(--wp--preset--font-family--ui, 'Manrope', sans-serif);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
    color: var(--wp--preset--color--text-light, #787571);
    display: block;
  }
