.wp-block-gallery {
  margin: 0 auto;
}

.wp-block-gallery .wp-block-image {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 0.75rem;
  overflow: hidden;
}

.tech-stack-wrapper {
    justify-content: flex-start;
    align-items: center;
}

.tech-logo-box {
    flex: 0 0 auto;
    max-width: 120px; /* adjust this according to your preference */
}



figure.wp-block-video video {

    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
	border-radius: 15px;
    border: solid 2px #121212;

	
}

/* Change Plyr primary color to gray */
.plyr {
    --plyr-color-main: #888888; /* replace with any shade of gray you want */
}

/* Optional: force icons to white or gray if needed */
.plyr__controls button {
    color: #cccccc !important; /* light gray icons */
}

/* Optional: change hover on buttons */
.plyr__controls button:hover {
    color: #ffffff !important; /* white on hover */
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Optional: progress bar background */
.plyr__progress input[type=range]::-webkit-slider-thumb {
    background: #888888 !important;
}

.plyr__progress input[type=range]::-moz-range-thumb {
    background: #888888 !important;
}

.plyr__progress input[type=range]::-ms-thumb {
    background: #888888 !important;
}

/* Force wrapper to strict 16:9, no sub-pixel bleed */
/* Kill parent margins / line-height / paddings */
.wp-block-embed.is-provider-vimeo {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #000 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
}

/* Fix the wrapper */
.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000 !important;
    transform: translateZ(0);
    will-change: transform;
}

/* Force iframe to fill perfectly — kill vertical-align bug */
.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background-color: #000 !important;
    display: block !important;
    vertical-align: top !important;
    transform: translateZ(0);
}

.parent-class .wp-block-embed.is-provider-vimeo {
    background-color: #000 !important;
    overflow: hidden !important;
}


mux-player {
 


  /* Target all sections by excluding the section prefix */

  --seek-backward-button: none;
  --seek-forward-button: none;
  --airplay-button: none;
  --pip-button: none;
  --cast-button: none;
  --playback-rate-button: none;



}

p.mb-0.whitex {
    color: #676767;
}