@import url("https://dashboard.printondemandcoach.com/assets/style.css?v=3.09");
/* =========================================================
   Sites Edition — Image Rendering (LOCKED)
   ========================================================= */
/* =========================================================
   Sites Edition — Image Rendering (Global)
   Safe for desktop + mobile
   ========================================================= */
.ftb-post-card{
  border:0px;
}
.ftb-post-card-link{
  display: block;
  color: inherit;
  text-decoration: none;
}

.ftb-post-card-link .ftb-post-card{
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}

.ftb-post-card-link:hover .ftb-post-card{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}


/* -----------------------------
   HERO IMAGE (top of post)
   ----------------------------- */
.ftb-hero {
  margin: 0 0 2rem 0;
}

.ftb-hero img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* -----------------------------
   INLINE CONTENT IMAGES
   ----------------------------- */
.ftb-inline-image {
  margin: 2rem 0;
  text-align: center;
}

.ftb-inline-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* -----------------------------
   PROMO BANNER (mid-content)
   ----------------------------- */
.ftb-promo-banner {
  margin: 2.5rem 0;
  text-align: center;
}

.ftb-promo-banner a {
  display: inline-block;
  max-width: 100%;
}

.ftb-promo-banner img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* -----------------------------
   OPTIONAL: RECOMMENDED 16:9 LOCK
   (comment out if undesired)
   ----------------------------- */
/*
.ftb-hero img,
.ftb-inline-image img,
.ftb-promo-banner img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
*/

/* -----------------------------
   MOBILE TUNING
   ----------------------------- */
@media (max-width: 768px) {

  .ftb-hero {
    margin-bottom: 1.5rem;
  }

  .ftb-inline-image,
  .ftb-promo-banner {
    margin: 1.5rem 0;
  }
}

/* ---------- HERO IMAGE ---------- */
.ftb-hero {
  margin: 2rem 0;
}

.ftb-hero img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;

  /* Prevent layout shift */
  aspect-ratio: 3 / 2;

  /* Subtle polish */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Multiple hero images (carousel/future-proof) */
.ftb-hero img + img {
  margin-top: 1rem;
}

/* ---------- INLINE IMAGES ---------- */
.ftb-inline-image {
  margin: 2rem 0;
  text-align: center;
}

.ftb-inline-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;

  /* Slightly smaller visual weight than hero */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* ---------- MOBILE TWEAKS ---------- */
@media (max-width: 640px) {
  .ftb-hero {
    margin: 1.5rem 0;
  }

  .ftb-inline-image {
    margin: 1.5rem 0;
  }
}

/* Turn the list into a 3-column grid */
.ftb-blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;  /* spacing between cards */
    margin-top: 20px;
}

/* Make each card look good in a grid */
.ftb-blog-card {
    background: var(--panel, #fff);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.07);
}

/* Mobile: automatically stack back to 1 column */
@media (max-width: 768px) {
    .ftb-blog-list {
        grid-template-columns: 1fr;
    }
}
.ftb-blog-card-meta {
    display: none !important;
}
.ftb-blog-post-meta{
    display: none !important;
}

.ftb-email-cta {
  margin: 2.5rem 0;
  padding: 1.25rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(55,65,81,0.35);
  background: rgba(15,23,42,0.65);
}

.ftb-email-cta p {
  margin: 0 0 0.9rem 0;
  line-height: 1.6;
}

.ftb-cta-button {
  display: inline-block;
  padding: 0.7rem 1.05rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}
/* =========================================================
   Sites Edition — Email CTA (centered, light + dark)
   ========================================================= */

.ftb-email-cta{
  margin: 2.5rem 0;
  padding: 1.4rem 1.6rem;
  border-radius: 16px;

  text-align: center;

  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);

  color: #0f172a;
}

/* CTA text */
.ftb-email-cta p{
  margin: 0 0 1rem 0;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Optional title line */
.ftb-email-cta-title{
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.45rem;
}

/* CTA button */
.ftb-email-cta .ftb-cta-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.75rem 1.35rem;
  border-radius: 999px;

  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;

  background: #0f172a;
  color: #ffffff;

  border: 1px solid rgba(15, 23, 42, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

/* Hover / focus states */
.ftb-email-cta .ftb-cta-button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
  opacity: 0.96;
}

.ftb-email-cta .ftb-cta-button:active{
  transform: translateY(0);
  box-shadow: none;
}

.ftb-email-cta .ftb-cta-button:focus-visible{
  outline: 3px solid rgba(56, 189, 248, 0.45);
  outline-offset: 3px;
}

/* Mobile spacing tweak */
@media (max-width: 768px){
  .ftb-email-cta{
    margin: 1.8rem 0;
    padding: 1.2rem 1.3rem;
  }
  .ftb-email-cta p{
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------
   Auto Dark Mode
   --------------------------------------------------------- */
@media (prefers-color-scheme: dark){
  .ftb-email-cta{
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.20);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    color: rgba(226, 232, 240, 0.96);
  }

  .ftb-email-cta .ftb-cta-button{
    background: rgba(226, 232, 240, 0.95);
    color: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(226, 232, 240, 0.25);
  }

  .ftb-email-cta .ftb-cta-button:hover{
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
    opacity: 0.98;
  }

  .ftb-email-cta .ftb-cta-button:focus-visible{
    outline: 3px solid rgba(56, 189, 248, 0.35);
  }
}
/* =========================================================
   Blog grid thumbnails (HOME)
   Force consistent 3:2 cards
   ========================================================= */

.ftb-blog-card-thumb-link{
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;     /* matches 1536x1024 */
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0,0,0,0.03);
}

.ftb-blog-card-thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* crop, don't stretch */
  display: block;
}
