h2.wp-block-heading {
  color: #222;
  text-shadow: 0px 2px 6px rgba(178, 141, 216, 0.3); /* lavender glow */
}

/* Layout for the tab titles row */
.portfolio-tab-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
  flex-wrap: wrap;
}

/* Pill styling for the labels inside that row */
.portfolio-tab-nav > a,
.portfolio-tab-nav li > a,
.portfolio-tab-nav .tab-title > a,
.portfolio-tab-nav .tabs-title > a,
.portfolio-tab-nav .uagb-tabs__nav a,
.portfolio-tab-nav .wp-block-ub-tabs__nav a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 25px;
  background: #f5f3fa;
  color: #6a4caf;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border: 0;
  cursor: pointer;
}

/* Hover */
.portfolio-tab-nav > a:hover,
.portfolio-tab-nav li > a:hover,
.portfolio-tab-nav .tab-title > a:hover,
.portfolio-tab-nav .tabs-title > a:hover {
  background: linear-gradient(135deg, #c3a9f7, #f2b6e3);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Active state */
.portfolio-tab-nav > a.active,
.portfolio-tab-nav li > a.active,
.portfolio-tab-nav .tabs-title.is-active > a,
.portfolio-tab-nav .uagb-tabs__nav .uagb-tabs__active,
.portfolio-tab-nav .wp-block-ub-tabs__nav .ub-active > a {
  background: linear-gradient(135deg, #a58ae6, #ec9edc);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Keyboard focus */
.portfolio-tab-nav > a:focus-visible,
.portfolio-tab-nav .tabs-title > a:focus-visible {
  outline: 3px solid #a58ae6;
  outline-offset: 2px;
}

/* Center captions only for K-pop slideshows */
.kpop-slideshow figcaption {
  text-align: center;
  font-weight: 600;
  color: #ffffff; /* or use #C6A9E8 if you want lavender */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  font-size: 1rem; /* adjust size if captions look too small */
}

/* Existing custom CSS above... */

/* Center captions for K-pop slideshows */
.center-caption figcaption {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #ffffff; /* or #C6A9E8 if you want lavender */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-size: 1rem; /* tweak size if needed */
}

/* Hide the oversized accordion icon in the mobile menu */
@media (max-width: 900px) {
  .plethoraplugins-accordion .pds-accordion__icon,
  .plethoraplugins-accordion .pds-accordion__icon svg {
    display: none !important;
  }
}


/* Responsive tagline fix for Kadence Hero Block */
@media screen and (max-width: 600px) {
  .hero-section p,
  .hero-section .kt-inside-inner-col p,
  .hero-section .wp-block-kadence-column p,
  .hero-section .kt-row-column-wrap p 
.hero-section p {
  color: red !important;
}

{
    font-size: 14px !important;
    line-height: 1.4;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 12px auto;
    word-break: break-word;
    color: red !important; /* test line */
  }

  .hero-section .wp-block-button,
  .hero-section .kt-blocks-button {
    padding: 10px 20px !important;
    margin-top: 8px !important;
  }
}


/* =========================
   Article Title Styling
   ========================= */

/* Default article title color */
.entry-title a {
  color: #333 !important; /* pick your main text color */
  transition: color 0.3s ease; /* smooth hover transition */
}

/* Hover color for article titles */
.entry-title a:hover {
  color: #F6B6C6  !important; /* lavender from gradient */
}

hr {
  margin-bottom: 24px !important;
}

.tagline-shadow {
  text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.9),
             0px 2px 6px rgba(255, 255, 255, 0.5);

}

.read-more-btn a,
.read-more-btn {
  display: inline-block;
  background-color: #e84a84; /* Kadence pink tone */
  color: #ffffff;
  font-weight: 700;
  font-size: 15px; /* slightly larger for balance */
  text-transform: uppercase;
  letter-spacing: 1px; /* gives breathing room to the text */
  border: none;
  border-radius: 60px; /* more rounded edges */
  padding: 15px 38px; /* more vertical and horizontal space */
  text-decoration: none;
  line-height: 1.2; /* keeps text vertically centered */
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.1);

}

.read-more-btn a:hover,
.read-more-btn:hover {
  background-color: #cf4072;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}

.read-more-btn a {
  display: inline-block;
  text-align: center;
}

.wp-block-post-terms a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.wp-block-post-terms a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* =========================
   Unified Solid Category Pills (Reverse)
   ========================= */

/* Target the actual category links using the working selector: .entry-taxonomies a */
.entry-taxonomies a {
    background-color: #f6b6c6 !important; /* pink from gradient */
    color: #fff !important; /* white text for clarity */
    border-radius: 999px; /* pill shape */
    padding: 4px 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    /* Optional: Display inline-block to make padding/size adjustments reliable */
    display: inline-block; 
}

/* Hover effect */
.entry-taxonomies a:hover {
    background-color: #C6A9EB !important; /* lavender from gradient */
    color: #fff !important; /* keep white text */
}

/* Note: The original CSS used .entry-taxonomies .category-style-pill a 
We simplified it to .entry-taxonomies a since the test confirmed this is enough to target the links.
*/

form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
form.mailpoet-manage-subscription .mailpoet_submit {
    padding: 14px 28px;
    width: 50%;
	    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 14pt;
    background-color: #e07ba0;
    color: #ffffff;
    border: none;
    border-radius: 30px; /* pill shape like your Subscribe! button */
    cursor: pointer;
    transition: background-color 0.2s ease;

	
	
	
}
