/**
Theme Name: Wiyup
Author: Valitio
Author URI: https://valitio.com/
Description: Wiyup for Startups
Version: 3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiyup
Template: astra
*/


/* =========================
   WIYUP - Tabla de clases
   ========================= */

.wiyup-lessons{
  margin: 44px 0 0;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 38px rgba(0,0,0,0.10);
}

.wiyup-lessons__head{
  margin-bottom: 12px;
}

.wiyup-lessons__title{
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
}

.wiyup-lessons__subtitle{
  margin: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
}

.wiyup-lessons__table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
}

.wiyup-lessons__table thead th{
  text-align: left;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 12px;
  background: #f4d44d;
  color: #111;
}

.wiyup-lessons__col-num{
  width: 56px;
}

.wiyup-lessons__table tbody td{
  padding: 12px 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  vertical-align: middle;
  background: rgba(255,255,255,0.98);
}

.wiyup-lessons__num{
  font-weight: 900;
  color: rgba(0,0,0,0.75);
}

.wiyup-lessons__table tbody tr:hover td{
  background: rgba(0,0,0,0.03);
}

.wiyup-lessons__table a{
  text-decoration: none;
  font-weight: 800;
  color: #111;
}

.wiyup-lessons__table a:hover{
  text-decoration: underline;
}

/* Resaltar clase actual */
.wiyup-lessons__table tbody tr.is-current td{
  background: rgba(244,212,77,0.22);
}

.wiyup-lessons__table tbody tr.is-current a{
  text-decoration: underline;
}

/* Móvil: tabla más compacta */
@media (max-width: 520px){
  .wiyup-lessons{ padding: 14px; }
  .wiyup-lessons__table thead th{ padding: 10px; }
  .wiyup-lessons__table tbody td{ padding: 10px; }
}
