/* Front-end styles for BA Reels & Shorts module */

.ba-video-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.ba-video-item {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.ba-video-item iframe {
    width: 100%;
    height: 530px;
    max-width: 100%;
    border: none;
}

.ba-video-item .ba-video-title {
    font-weight: bold;
    margin-top: 0.5rem;
}