/* customCSS */
/* YouTube Shorts / Dikey Video Kapsayıcısı */
.short-video-container {
  position: relative;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9 / 16; /* 9:16 Dikey En/Boy Oranı */
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.short-video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Font-Display Swap Kuralı (Varsa mevcut font tanımınızın içine eklenmelidir) */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  /* src: url('/font-adresi.woff2') format('woff2'); */
}