/*
Theme Name: Deniz Aykol Ünal – v4 VIDEO Compact Logo
Theme URI: https://denizaykol.com
Author: Deniz Aykol Ünal
Description: Uzman Klinik Psikolog Deniz Aykol Ünal için hazırlanmış kişisel ve mesleki WordPress teması.
Version: 1.4.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: deniz-aykol-unal
*/

/* Ana tasarım front-page.php içinde korunmaktadır. */

/* MASTER v4 — WordPress Media Library native video */
.deniz-video{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  margin-top:18px;
  border-radius:18px;
  background:#000;
}

/* Compact desktop brand mark — preserves mobile layout */
@media (min-width: 900px) {
  .site-logo img,
  .custom-logo,
  .brand img,
  .logo img,
  header img[alt*="Deniz"],
  header img[alt*="AYKOL"] {
    max-width: 72% !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
