/* TC Products Video Styles */

.tcproducts-video-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.tcproducts-video-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.tcproducts-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 4px;
}

.tcproducts-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tcproducts-video-container {
        margin: 15px 0;
        padding: 10px;
    }
    
    .tcproducts-video-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* Admin Panel Styles */
#tcproducts-video-panel .panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

#tcproducts-video-panel .form-group {
    margin-bottom: 15px;
}

#tcproducts-video-panel .translatable-field {
    margin-bottom: 10px;
}

#tcproducts-video-panel .help-block {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
