/* Talya Mediasyon Merkezi — base styles */
*{box-sizing:border-box;margin:0;padding:0}
body{margin:0;background:#f7f9fb}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer}
input,textarea,select{font-family:inherit}
img{display:block;max-width:100%}
::selection{background:#f99b1c;color:#fff}
@keyframes talyaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

/* responsive (public site) */
@media (max-width:820px){
  .site div[style*="grid-template-columns"]{grid-template-columns:1fr !important}
  .site section>div,.site header>div,.site footer>div{padding-left:20px !important;padding-right:20px !important}
  .site h1{font-size:33px !important;line-height:1.15 !important}
  .site h2{font-size:26px !important;line-height:1.22 !important}
  .site header img{height:120px !important}
}
@media (max-width:500px){
  .site header img{height:90px !important}
  .site h1{font-size:26px !important}
  .site h2{font-size:22px !important}
}
