/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Grid wrapper for series/channel cards */
.esirl-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1120px;
  margin: 2rem auto;
}

/* Individual card */
.esirl-card {
  display: block;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.esirl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(79, 70, 229, 0.3);
}

/* Text inside cards */
.esirl-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.esirl-card p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Buttons/links inside cards */
.esirl-card .inline-flex {
  text-decoration: none;
}

/* Small “Series” / “Channel” label */
.esirl-card span.text-indigo-600,
.esirl-card span.text-green-600 {
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}

.esirl-series-hero {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 18px;
}

.esirl-series-hero-bg {
  position: relative;
  width: 100%;
  height: 260px; /* adjust to taste */
  background-size: cover;
  background-position: center;
}

.esirl-series-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.1),
    transparent
  );
}

.esirl-series-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 1.75rem;
  color: #fff;
}

.esirl-archive-title {
  margin: 0 0 0.25rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
}

.esirl-archive-description {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}


/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
