/* Marcado de celdas */
.ptu-marked {
  background: var(--ptu-mark-color, #a8e6cf) !important;
  transition: background .2s ease-in-out;
}

/* Botón por shortcode y flotante */
.ptu-clear-marks {
  border: 0;
  padding: .6em 1.1em;
  font: inherit;
  cursor: pointer;
  border-radius: .6em;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

/* Las posiciones específicas se inyectan también vía <style> para mayor compatibilidad */
.ptu-floating {}
.ptu-floating.right { right: 1rem; }
.ptu-floating.center { left: 50%; transform: translateX(-50%); }
