.thsj-vab-box {
    padding: 15px;
    background: #fafafa;
    text-align: center;
    max-width: 100%;
    margin: 20px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.thsj-vab-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.thsj-vab-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.thsj-vab-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
