.schedule-grid-wrapper{overflow-x:auto;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch}.schedule-grid{width:100%;border-collapse:collapse;background:var(--color-white)}.schedule-grid thead th{padding:14px 10px;font-weight:700;font-size:1.15rem;text-transform:uppercase;letter-spacing:.5px;text-align:center;color:var(--color-primary)}.schedule-grid thead th.day-col:nth-child(odd){background:#f4f4f2}.schedule-grid thead th.day-col:nth-child(even){background:#e8e8e8}.schedule-grid td{padding:12px 8px;text-align:center;vertical-align:middle;font-size:.9rem;border:1px solid rgba(0,0,0,.06)}.schedule-grid tbody tr:nth-child(odd) td:nth-child(odd){background:#cbddad}.schedule-grid tbody tr:nth-child(even) td:nth-child(odd),.schedule-grid tbody tr:nth-child(odd) td:nth-child(even){background:#a3b492}.schedule-grid tbody tr:nth-child(even) td:nth-child(even),.tarifas-grid tbody tr td:nth-child(1){background:#cbddad}.schedule-grid td.empty-cell{background:rgba(203,221,173,.3)}.schedule-grid .class-name{display:block;font-weight:700;color:var(--color-primary);font-size:1.15rem;line-height:1.3;margin-bottom:2px}.schedule-grid .class-name a{color:inherit;text-decoration:none}.schedule-grid .class-name a:focus,.schedule-grid .class-name a:hover{text-decoration:underline}.schedule-grid .cell-time{display:block;font-size:1.05rem;color:rgba(13,51,62,.85);font-weight:600}.tarifas-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg);max-width:900px;margin-left:auto;margin-right:auto}.tarifas-card{background:var(--color-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);overflow:hidden;text-align:center}.tarifas-card-header{background:var(--color-secondary);padding:var(--spacing-lg) var(--spacing-md)}.tarifas-card-title{margin:0 0 var(--spacing-xs);font-size:1.4rem;font-weight:700;color:var(--color-primary)}.tarifas-card-price,.tarifas-card-text{margin:0;font-size:var(--font-size-sm);color:var(--color-primary)}.tarifas-card-price strong{font-size:1.1rem}.tarifas-card-text{padding:var(--spacing-md);color:var(--color-text-light);line-height:1.6}.tarifas-card-text a{color:var(--color-text);text-decoration:none}.tarifas-card-text a:focus,.tarifas-card-text a:hover{color:var(--color-primary);text-decoration:underline}.tarifas-grid thead th.tarifas-corner{background:0 0;border:0}.tarifas-grid thead th.tarifas-col-a{background:#a3b492}.tarifas-grid thead th.tarifas-col-b{background:#cbddad}.tarifas-grid thead th.tarifas-col-c{background:#a3b492}.tarifas-grid tbody th.row-header{font-weight:700;font-size:var(--font-size-sm);text-align:left;padding:12px 10px}.schedule-grid.tarifas-combinada tbody tr:nth-child(even) td:nth-child(odd),.schedule-grid.tarifas-combinada tbody tr:nth-child(odd) td:nth-child(odd),.tarifas-grid tbody tr td:nth-child(2){background:#a3b492}.schedule-grid.tarifas-combinada tbody tr:nth-child(odd) td:nth-child(even),.tarifas-grid tbody tr td:nth-child(3){background:#cbddad}.tarifas-combinada{table-layout:fixed;width:100%}.tarifas-combinada td{width:33.333%}.schedule-grid.tarifas-combinada tbody tr:nth-child(even) td:nth-child(3),.schedule-grid.tarifas-combinada tbody tr:nth-child(odd) td:nth-child(3){background:var(--color-white)}.schedule-grid.tarifas-combinada tbody tr{border-bottom:1px solid rgba(0,0,0,.15)}.tarifas-combinada tbody tr td:nth-child(1){position:relative;padding-right:var(--spacing-lg)}.tarifas-combinada tbody tr td:nth-child(1)::after{content:"+";position:absolute;right:0;top:50%;transform:translate(50%,-50%);font-size:1.8rem;font-weight:900;color:var(--color-primary);z-index:1;line-height:1}.editable-notice{background:#fffbe6;border:1px solid #ffe58f;border-left:4px solid #faad14;padding:var(--spacing-md);border-radius:var(--border-radius);font-size:var(--font-size-sm);color:var(--color-text);margin:var(--spacing-lg)0}.editable-notice strong{color:var(--color-primary)}@media (max-width:768px){.schedule-grid-wrapper{margin:0 calc(-1*var(--spacing-md));border-radius:0;box-shadow:none}.schedule-grid thead th{padding:10px 4px;font-size:.9rem;letter-spacing:0}.schedule-grid td{padding:8px 3px;font-size:.88rem}.schedule-grid .class-name{font-size:.88rem}.schedule-grid .cell-time{font-size:.82rem}.tarifas-groups{grid-template-columns:1fr;max-width:400px}}