.tutor-course-thumbnail{position:relative}.tutor-bundle-discount-info{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,50% calc(100% - 10px),0% 100%,0% 0%);clip-path:polygon(0% 0%,100% 0%,100% 100%,50% calc(100% - 10px),0% 100%,0% 0%);z-index:9;color:#fff;background:red;min-width:40px;max-width:64px;height:55px;padding:0 7px;line-height:26px;position:absolute;top:0;left:15px}.tutor-bundle-discount-info>div{text-align:center;font-size:12px}.tutor-bundle-discount-info .tutor-bundle-save-amount{margin-top:-10px;font-weight:600}.tutor-bundle-course-count-badge{color:#fff;background-color:#9342e7;border-radius:25px;align-items:center;gap:7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:-8px;margin-bottom:10px;padding:0 12px;display:flex}.tutor-bundle-course-count-badge .tutor-bundle-course-count-text{text-transform:uppercase}.tutor-bundle-courses-wrapper{margin:0;padding:0;list-style:none}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper{color:var(--tutor-color-primary);border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:13px 15px;font-size:16px;font-weight:500;display:flex}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-counter{flex:0 0 125px;gap:10px;width:125px}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-feature-image img{object-fit:cover;border-radius:2px;height:80px;margin:0;box-shadow:0 0 1px rgba(0,0,0,.08)}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc{padding-left:15px}.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title{word-break:break-all}.tutor-dashboard .tutor-nav .tutor-dashboard-my-courses-filter,.tutor-dashboard .tutor-nav .tutor-dashboard-enrolled-courses-filter{align-items:center;margin-left:auto;display:flex}.tutor-dashboard .tutor-nav .tutor-dashboard-my-courses-filter .tutor-form-control.tutor-form-select,.tutor-dashboard .tutor-nav .tutor-dashboard-enrolled-courses-filter .tutor-form-control.tutor-form-select{min-width:auto;padding-left:4px;border:none!important}.tutor-dashboard .tutor-nav .tutor-dashboard-my-courses-filter .tutor-form-control.tutor-form-select .tutor-form-select-dropdown,.tutor-dashboard .tutor-nav .tutor-dashboard-enrolled-courses-filter .tutor-form-control.tutor-form-select .tutor-form-select-dropdown{left:auto;right:0}.tutor-dashboard .tutor-nav .tutor-dashboard-enrolled-courses-filter .tutor-form-select-dropdown{min-width:140px}.tutor-checkout-course-bundle-badge{color:#fff;background-color:#9342e7;border-radius:13px;padding:2px 6px;font-size:11px;line-height:16px}
/* ============================================================
   KP v3.7.36 — Ajustes editor de paquete (course-bundle builder)
   Anclas estables (atributos de test, NO clases hasheadas emotion):
   [data-cy="course-selection"] y [data-title-divider] + #root fijo.
   Validado contra DOM real kpstage (bundle 13623) 2026-05-18.
   ============================================================ */
/* 1) Quita el bloque "Descripción general de la selección"
   (Duración total / Exámenes / Contenido lección / Recursos).
   Es el ultimo div dentro de course-selection > su contenedor. */
#tutor-course-bundle-builder-root [data-cy="course-selection"] > div > div:last-child{display:none!important}
/* 2) Header sticky pegado arriba en desktop. En <=1279px el propio
   builder ya lo pone en top:0 (se ve bien); en desktop quedaba
   top:32px (hueco de la admin bar WP). Forzamos 0 solo en desktop. */
@media (min-width:1280px){
  #tutor-course-bundle-builder-root > div > div:has([data-title-divider]){top:0!important}
}