/* 
Theme Name:		 sydneychild
Theme URI:		 http://childtheme-generator.com/
Description:	 sydneychild is a child theme of Sydney, created by ChildTheme-Generator.com
Author:			 Arjan Blankers
Author URI:		 http://childtheme-generator.com/
Template:		 sydney
Version:		 1.0.0
Text Domain:	 sydneychild
*/


/*
    Add your custom styles here
*/
/* Always show the video normally inside TablePress */
.tablepress .wp-block-video video {
    width: 80px;        /* adjust to your preferred width */
    height: 55px;        /* keeps correct aspect ratio */
    object-fit: contain; /* prevents cropping */
    opacity: 1;          /* ensures video is visible */
    background: #000;    /* optional: clean background */
}

/* Optional: center the video in the cell */
.tablepress .wp-block-video {
    text-align: center;
}


