.horam-video-review{

background:#fff;

border-radius:24px;

padding:22px;

margin-bottom:25px;

box-shadow:var(--shadow-sm);

border:1px solid #f1f5f9;

overflow:hidden;
}

.horam-video-header{

margin-bottom:16px;
}

.horam-video-header h3{

font-size:19px;

font-weight:800;

margin-bottom:6px;

color:var(--dark);
}

.horam-video-header span{

color:var(--gray);

font-size:13.5px;
}

.horam-video-review iframe,
.horam-video-review video{

width:100%;

aspect-ratio:16/9;

border:none;

border-radius:16px;

display:block;

background:#000;
}

@media(max-width:768px){

.horam-video-review iframe,
.horam-video-review video{

height:240px;

aspect-ratio:auto;

}

}
