/* AIR-KANNA case videos only.
   This file intentionally does not modify the site's shared style.css. */

.akv-block{
  margin-top:22px;
}

.akv-feature{
  margin-top:26px;
}

.akv-label{
  display:flex;
  align-items:baseline;
  gap:12px;
  margin:0 0 10px;
}

.akv-label span{
  font-family:"Cormorant Garamond",serif;
  color:#e70012;
  font-size:13px;
  letter-spacing:.15em;
}

.akv-label p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#655b52;
}

.akv-video{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  background:#eee7dd;
}

.akv-more{
  padding:18px 18px 0;
}

@media(max-width:900px){
  .akv-more{
    padding:16px 16px 0;
  }
}
