/** Shopify CDN: Minification failed

Line 6:1 Unexpected "/"

**/
*/


/* ── Base Article Container ── */

.tpg-blog {
  font-family: 'Georgia', 'Times New Roman', serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  color: #2c2c2c;
  line-height: 1.8;
  font-size: 17px;
}


/* ── Typography ── */

.tpg-blog h1 {
  font-family: 'Georgia', serif;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.3em;
  color: #1a1a1a;
  text-align: center;
  padding-top: 20px;
}

.tpg-blog h2 {
  font-family: 'Georgia', serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e8e0d8;
}

.tpg-blog h3 {
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b5e53;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.tpg-blog p {
  margin-bottom: 1.3em;
  color: #3a3a3a;
}


/* ── Subtitle Line (below title) ── */

.tpg-subtitle {
  text-align: center;
  font-size: 0.95em;
  color: #999;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

/* Category-specific subtitle colors */
.tpg-subtitle.grad    { color: #888; }
.tpg-subtitle.bach    { color: #b8a090; }
.tpg-subtitle.luxe    { color: #a8997e; }


/* ── Intro Text ── */

.tpg-intro {
  font-size: 1.08em;
  line-height: 1.9;
  color: #444;
}


/* ── CTA Button Blocks ── */

.tpg-cta {
  text-align: center;
  margin: 2.5em 0;
  padding: 1.8em 1.5em;
  border-radius: 6px;
}

/* Graduation CTA */
.tpg-cta.grad {
  background: linear-gradient(135deg, #faf8f5 0%, #f3ede6 100%);
}

/* Bachelorette CTA */
.tpg-cta.bach {
  background: linear-gradient(135deg, #fdf9f6 0%, #f5ece4 100%);
  border: 1px solid #f0e6dc;
}

/* Luxe Mom CTA */
.tpg-cta.luxe {
  background: linear-gradient(135deg, #faf7f3 0%, #f0e9df 100%);
  border: 1px solid #e8dfcf;
}

.tpg-cta-label {
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9a8c7f;
  margin-bottom: 0.8em;
  display: block;
}

.tpg-cta-button {
  display: inline-block;
  background-color: #2c2c2c;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 42px;
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.82em;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.tpg-cta-button:hover {
  background-color: #444;
}

/* Warmer button variants */
.tpg-cta.bach .tpg-cta-button {
  background-color: #3d3028;
}
.tpg-cta.bach .tpg-cta-button:hover {
  background-color: #5a4a3c;
}

.tpg-cta.luxe .tpg-cta-button {
  background-color: #3a3225;
}
.tpg-cta.luxe .tpg-cta-button:hover {
  background-color: #524636;
}


/* ── Editorial Divider ── */

.tpg-divider {
  text-align: center;
  margin: 2.5em 0;
  color: #d4ccc3;
  font-size: 1.2em;
  letter-spacing: 0.5em;
}


/* ── Insight / Pull Quote (Luxe template) ── */

.tpg-insight {
  border-left: 3px solid #d4c5b0;
  padding-left: 1.3em;
  margin: 2em 0;
  font-style: italic;
  color: #666;
  line-height: 1.8;
}


/* ── Closing Section ── */

.tpg-closing {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e8e0d8;
  font-style: italic;
  color: #666;
}


/* ── Internal Links ── */

.tpg-blog a.tpg-link {
  color: #6b5e53;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tpg-blog a.tpg-link:hover {
  color: #3d3028;
}


/* ── Responsive ── */

@media (max-width: 600px) {
  .tpg-blog {
    font-size: 16px;
    padding: 0 16px;
  }
  
  .tpg-blog h1 {
    font-size: 1.7em;
  }
  
  .tpg-blog h2 {
    font-size: 1.25em;
  }
  
  .tpg-cta-button {
    padding: 12px 32px;
    font-size: 0.78em;
  }
}