/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774103381
Updated: 2026-03-21 14:29:41

*/
/* Podcast Card */
/* ===== PODCAST GRID - ESTILO AAKAN ===== */

/* Tarjeta */
.ep-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  background: #111111 !important;
  border: 1px solid #222222;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: border-color 0.2s ease;
}

.ep-card:hover {
  border-color: #e63329;
}

/* Imagen */
.ep-thumb {
  flex: 0 0 280px !important;
  width: 280px !important;
}

.ep-thumb img {
  width: 280px !important;
  height: 158px !important;
  object-fit: cover !important;
  display: block;
}

/* Contenedor interior (título + botón) */
.ep-card .e-con-inner {
  padding: 0 24px !important;
}

/* Título */
.ep-titulo {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.ep-titulo .elementor-heading-title {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0 0 16px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Botón */
.ep-card .elementor-button {
  background: transparent !important;
  border: 1px solid #e63329 !important;
  color: #e63329 !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  transition: all 0.2s ease !important;
}

.ep-card .elementor-button:hover {
  background: #e63329 !important;
  color: #ffffff !important;
}

/* Loop Grid sin fondo */
.e-loop-item {
  background: transparent !important;
}

