/* Highlight the first item */
.display-posts-listing li:first-child {
    background: #fff8c4; /* soft highlight */
    padding: 12px;
    border-left: 4px solid #e6c200; /* gold accent */
    border-radius: 4px;
    font-weight: bold;
}

/* Add a Featured Today badge */
.display-posts-listing li:first-child::before {
    content: "Featured Today";
    display: inline-block;
    background: #e6c200;
    color: #000;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 0.8em;
    border-radius: 3px;
    font-weight: bold;
}


/* Lorraine’s Fridge Magnet */
.fridge-wrapper {
  position: relative;
  display: inline-block;
}

.fridge-image {
  width: 100%;
  height: auto;
  display: block;
}

.lorraine-magnet {
  position: absolute;
  top: 80px;   /* move up/down */
  left: 120px; /* move left/right */
  background: #fff8d9;
  border: 2px solid #d0d0d0;
  border-radius: 12px;
  padding: 16px;
  width: 260px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
  font-family: "Trebuchet MS", sans-serif;
}

@media (max-width: 768px) {
  .lorraine-magnet {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 0.95em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .lorraine-magnet {
    left: 60px;
    top: 60px;
    width: 220px;
  }
}
@media (max-width: 768px) {
  .lorraine-magnet {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;            /* smaller magnet */
    padding: 12px;         /* tighter padding */
    font-size: 0.85em;     /* smaller text */
    border-radius: 10px;   /* slightly smaller corners */
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25); /* softer shadow */
  }
}
@media (max-width: 768px) {
  .lorraine-magnet {
    top: 50px;
    left: 30%;
    transform: translateX(-50%);
    width: 35%;
    padding: 6px;
    font-size: 0.70em;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  }
	@media (max-width: 768px) {
  .lorraine-magnet {
    top: 50px;
    left: 30%;
    transform: translateX(-50%);
    width: 35%;
    padding: 6px;
    font-size: 0.65em; /* slightly smaller overall text */
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  }

  .magnet-header {
    font-size: 0.75em; /* smaller header */
  }

  .magnet-feature-label,
  .magnet-feature {
    font-size: 0.65em; /* smaller body text */
  }
		.magnet-feature-name {
  font-weight: 600;
  font-size: 0.85em;
  color: #333;
  margin-top: 4px;
}
}

}
.magnet-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.featured-lorraine-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #003366;
  background-color: #fdf6e3;
  padding: 0.3em 0.6em;
  border-radius: 6px;
}
@media (max-width: 600px) {
  .featured-lorraine-title {
    font-size: 1.1em;   /* slightly smaller for phones */
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 480px) {
  .featured-lorraine-title {
    font-size: 1em;          /* slightly smaller for narrow phones */
    line-height: 1.2;        /* tighter spacing */
    padding: 0.2em 0.4em;    /* reduce padding for compact look */
    display: block;          /* ensures wrapping behaves nicely */
    text-align: center;      /* centers text under the photo */
  }
}
/* Ashton’s Featured Video – centered layout with visible YouTube embed */
.featured-ashton-video {
    display: flex;
    flex-direction: column;      /* stack title and video vertically */
    justify-content: center;
    align-items: center;
    background-color: #f7faff;
    border-radius: 8px;
    padding: 0.5em;
    margin: 0 auto 1em auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    max-width: 700px;
}

.featured-ashton-video iframe {
    width: 320px !important;
    height: 180px !important;
    display: block !important;   /* ensures iframe is visible */
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0.5em auto;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.featured-ashton-video > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* Ashton Featured Video Block – tighter spacing */
.ashton-featured-block {
  margin-top: 0.2em;       /* reduce space above block */
  margin-bottom: 0.2em;    /* reduce space below block */
}

.ashton-featured-block .featured-title {
  background: #fff7e6;
  padding: 6px 10px;       /* slightly smaller padding */
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;        /* match Lorraine’s title size */
  color: #004080;
  line-height: 1.2;
  margin: 0;               /* remove default paragraph margin */
}

/* Optional: tighten spacing around “Watch Here” link */
.ashton-featured-block a {
  margin-top: 0.2em;
  display: inline-block;
}
/* Ashton Featured Video Block – force tighter spacing */
.ashton-featured-block,
.ashton-featured-block p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ashton-featured-block .featured-title {
  background: #fff7e6;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  color: #004080;
  line-height: 1.2;
  margin: 0 !important;
}
.wp-block-audio,
.wp-block-audio figure {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}.robin-audio-tight {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.robin-audio-tight + .robin-audio-tight {
  margin-top: 6px !important; /* small gap between players */
}
.featured-thinking-results {
  margin: 0;
  padding: 10px 20px;
}
.featured-gallery-of-life img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.bible-today {
    background-color: #ffeb8a;
    border-left: 6px solid #cc9900;
    padding: 10px;
    border-radius: 6px;
}
.bible-today {
  background-color: #ffeb8a;
  border-left: 6px solid #cc9900;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.today-info {
  margin-top: 6px;
  font-size: 0.9em;
  background-color: rgba(255,255,255,0.6);
  padding: 6px 8px;
  border-radius: 4px;
  text-align: center;
}

.today-link {
  color: #004080;
  font-weight: 600;
  text-decoration: none;
}

.today-link:hover {
  text-decoration: underline;
  color: #cc9900;
}
/* Grandpa Stories Page — Title Styling */
.grandpa-list .entry-title {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    display: block;
}
/* Grandpa Stories Page — Title Styling (broad selector) */
.grandpa-list a {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    display: block;
}
/* Grandpa Stories Page — Sub‑Title Styling */
.grandpa-list h6 {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #333;
}
/* Friend comment styling */
.grandpa-list .friend-comment {
    color: #5a4632;
    background-color: #f9f4e8;
    font-style: italic;
    padding: 12px 18px;
    border-left: 4px solid #c2a36b;
    margin: 20px 0;
}
.friend-comment {
    color: #5a4632;
    background-color: #f9f4e8;
    font-style: italic;
    padding: 12px 18px;
    border-left: 4px solid #c2a36b;
    margin: 20px 0;
}

.friend-comment p {
    margin-bottom: 10px;
    line-height: 1.6;
}