/* ── WEB STORIES ── */
html body .web-stories-list__inner-wrapper {
  height: 420px !important;
}

html body .web-stories-list__inner-wrapper .web-stories-list__story {
  width: 220px !important;
  min-width: 220px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

html body .web-stories-list__inner-wrapper .web-stories-list__story:hover {
  transform: translateY(-6px) scale(1.03) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25) !important;
  z-index: 10 !important;
  position: relative !important;
}

html body .web-stories-list__inner-wrapper .web-stories-list__story a {
  height: 380px !important;
  display: block !important;
  position: relative !important;
  background: #000 !important;
}

html body .web-stories-list__inner-wrapper .web-stories-list__story-content-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(transparent, rgba(10, 20, 50, 0.96) 40%) !important;
  padding: 70px 12px 16px !important;
  z-index: 2 !important;
}

html body .web-stories-list__inner-wrapper .story-content-overlay__title {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: 'Source Sans 3', Arial, sans-serif !important;
  line-height: 1.35 !important;
}

/* ── FOOTER ── */
footer#site-footer {
  display: none !important;
}

/* ── POST CARD BORDERS (Elementor) ── */
html body .elementor-posts-container {
  --grid-column-gap: 20px;
  --grid-row-gap: 24px;
  column-gap: 20px !important;
  row-gap: 24px !important;
}

html body .elementor-posts--skin-classic .elementor-post {
  border: 1px solid #E2E2E2 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  margin: 0 !important;
}

html body .elementor-posts--skin-classic .elementor-post__text {
  padding: 14px 16px 16px !important;
}

html body .elementor-posts--skin-classic .elementor-post__title a {
  color: #0F2040 !important;
}

html body .elementor-posts--skin-classic .elementor-post__title a:hover {
  color: #03585f !important;
}

/* ── SECTION PADDING ── */
.lt-content,
#lt-beauty,
#lt-gold-section,
#lt-silver-section,
#lt-home-section,
#lt-personal-section,
#lt-financial-section {
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* ── CATEGORY LIST ── */
html body .lt-category-list .elementor-post {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #E2E2E2 !important;
  padding: 8px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}

html body .lt-category-list .elementor-post:last-child {
  border-bottom: none !important;
}

html body .lt-category-list .elementor-post__title a {
  font-size: 14px !important;
  color: #0F2040 !important;
  font-weight: 600 !important;
  font-family: 'Source Sans 3', Arial, sans-serif !important;
}

html body .lt-category-list .elementor-post__text {
  padding: 0 !important;
}

/* ── CAROUSEL ── */
.e-loop-carousel .swiper-pagination {
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  margin-top: 15px;
  left: 0 !important;
  bottom: 0 !important;
}

/* Fix: 2 column card grid for search results */
.search-results .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* This makes the list of posts a 2-col grid */
.search-results .site-main > * {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Each post = a card */
.search-results .post {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Fix image size */
.search-results .post .post-thumbnail,
.search-results .post .wp-post-image {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block;
}

.search-results .post .entry-header,
.search-results .post .entry-summary,
.search-results .post .entry-content {
    padding: 12px 16px;
}

.search-results .post .entry-title {
    font-size: 16px;
    margin: 8px 0;
}

/* Keep header & footer full width */
.search-results h1.page-title,
.search-results .navigation {
    grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 768px) {
    .search-results .site-main > * {
        grid-template-columns: 1fr;
    }
}
/* Fix post title color in search results */
.search-results .entry-title a {
    color: #000000 !important;
}

.search-results .entry-title a:hover {
    color: #333333 !important;
}
/* Hide social share on search results */
.search-results .addtoany_share_save_container,
.search-results .a2a_kit,
.search-results .sharedaddy,
.search-results .sd-sharing {
    display: none !important;
}
/* Search results – Go Glossy */
.search-results .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.search-results .site-main > * {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.search-results .post {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.search-results .post .post-thumbnail,
.search-results .post .wp-post-image {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block;
}

.search-results .post .entry-header,
.search-results .post .entry-summary,
.search-results .post .entry-content {
    padding: 12px 16px;
}

.search-results .post .entry-title {
    font-size: 16px;
    margin: 8px 0;
}

.search-results h1.page-title,
.search-results .navigation {
    grid-column: 1 / -1;
}

/* Title – black */
.search-results .entry-title a {
    color: #111111 !important;
    text-decoration: none !important;
}

.search-results .entry-title a:hover {
    color: #c0006a !important;
}

/* Search heading – small */
.search-results .page-header .page-title,
.search-results h1.page-title,
body.search h1 {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

/* Hide clutter */
.search-results .addtoany_share_save_container,
.search-results .a2a_kit,
.search-results .sharedaddy,
.search-results .sd-sharing {
    display: none !important;
}

@media (max-width: 900px) {
    .search-results .site-main > * {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .search-results .site-main > * {
        grid-template-columns: 1fr;
    }
}

/* Fix title order – Go Glossy specific structure */
.search-results .post {
    display: flex !important;
    flex-direction: column !important;
}

/* Push title BELOW the thumbnail */
.search-results .post h2.entry-title {
    order: 2 !important;
    padding: 10px 16px 4px !important;
}

/* Excerpt last */
.search-results .post .entry-summary,
.search-results .post > p {
    order: 3 !important;
    padding: 0 16px 16px !important;
}

/* Thumbnail stays first (default order: 0) */
.search-results .post > a,
.search-results .post .post-thumbnail {
    order: 1 !important;
}

/* Playfair Display on title */
.search-results .post h2.entry-title a {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-decoration: none !important;
    line-height: 1.35 !important;
}

html body .elementor-posts--skin-classic .elementor-post__title a {
  color: #03585f !important;
}

/* Align paragraph text with bullet points */
.entry-content p,
.elementor-widget-theme-post-content p {
    margin-left: 0;
    padding-left: 0;
}

/* Ensure bullets have consistent indent */
.entry-content ul,
.elementor-widget-theme-post-content ul {
    padding-left: 1.5em;
    margin-left: 0;
}

