.elementor-39077 .elementor-element.elementor-element-03bf114 > .elementor-element-populated{border-style:none;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-39077 .elementor-element.elementor-element-03bf114 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-39077 .elementor-element.elementor-element-4792d2f{width:var( --container-widget-width, 100.505% );max-width:100.505%;--container-widget-width:100.505%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-fe595fb */body {
  font-family: 'Roboto', sans-serif;
}

.podcast-header-modern {
  background-color: #eaeff3;
  padding: 40px 20px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: auto;
}

.podcast-header-modern h1 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 700;
}

.podcast-header-modern p {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a {
  color: #003366;
  font-size: 1.8em;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0073aa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eee4ace *//* Font Awesome para íconos */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

:root {
  --primary-color: #005baa;
  --accent-color: #00bcd4;
  --bg-light: #f4f6f8;
  --text-dark: #333;
  --card-radius: 16px;
}

.podcast-wrapper {
  background-color: var(--bg-light);
  padding: 40px 10px;
  font-family: 'Segoe UI', sans-serif;
}

.podcast-card {
  max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.podcast-card:hover {
  transform: translateY(-5px);
}

.podcast-header {
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px;
  text-align: center;
}

.podcast-header h2 {
  margin: 0;
  font-size: 1.8em;
}

.podcast-body {
  padding: 20px;
}

.podcast-body h3 {
  font-size: 1.4em;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.podcast-body p {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.podcast-body iframe {
  width: 100%;
  height: 352px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.btn-watch {
  display: inline-block;
  background-color: var(--accent-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-watch:hover {
  background-color: #0097a7;
}

.social-icons {
  margin-top: 20px;
  text-align: center;
}

.social-icons a {
  margin: 0 10px;
  color: var(--primary-color);
  font-size: 1.5em;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-color);
}

.categoria-etiqueta {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #007BFF;
  color: white;
  font-size: 0.85em;
  border-radius: 5px;
  font-weight: bold;
}

/* --- Estilo mejorado para paginación --- */
.paginacion {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.paginacion a {
  padding: 10px 16px;
  background: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.paginacion a:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

.paginacion a.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.paginacion a:focus {
  outline: none;
}/* End custom CSS */