.saxmas-videos-plugin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin: 24px 0;
}

html body #main .saxmas-videos-plugin-grid article.saxmas-video-card {
    box-sizing: border-box;
    min-width: 0;
    padding: 18px !important;
    overflow: hidden;
    background-color: #fffdf0 !important;
    background-image: none !important;
    border: 4px solid #b22222 !important;
    border-radius: 18px;
}

html body #main .saxmas-videos-plugin-grid .saxmas-video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #000 !important;
}

html body #main .saxmas-videos-plugin-grid .saxmas-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

html body #main .saxmas-videos-plugin-grid .saxmas-video-card p {
    margin: 14px 0 0;
    overflow-wrap: anywhere;
    text-align: center;
}

.saxmas-videos-empty {
    padding: 18px;
    background: #fffdf0;
    border: 4px solid #b22222;
    border-radius: 18px;
}

