/* Tailwind CSS Reset & Utilities for WP Playback Premium */
/* Minimal build to avoid conflicts with WordPress */

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

.wpp-player *,
.wpp-grid *,
.wpp-list *,
.wpp-categories * {
    margin: 0;
    padding: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

[hidden] {
    display: none;
}