/* Drac Artcai - Vídeo destacat */

.drac-video-wrapper {
    position: relative;
    width: 100%;
    margin: 0 0 16px;
    line-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
}

.drac-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

.drac-video:focus {
    outline: 2px solid #8224e3;
    outline-offset: 2px;
}

/* Títol superposat al vídeo */
.drac-video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 16px 14px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    pointer-events: none;
    z-index: 1;
}
