/*
Theme Name: Arısoy Medya Child
Theme URI: https://arisoymedya.com
Description: Arısoy Medya özel temasının güvenli geliştirme ve yönetim katmanı.
Author: Arısoy Medya
Template: arisoy-medya-theme
Version: 1.2.0
Text Domain: arisoy-medya-child
*/

:root{
  --arisoy-primary:#d8a22f;
  --arisoy-secondary:#101a38;
  --arisoy-content-width:1200px;
}

.custom-logo,
.site-logo img,
.logo img,
header img{
  max-width:100%;
  height:auto;
}

.site-header .custom-logo,
.site-header .site-logo img,
.site-header .logo img{
  max-height:82px;
  width:auto;
  object-fit:contain;
}

.arisoy-container{
  width:min(100% - 32px,var(--arisoy-content-width));
  margin-inline:auto;
}

.arisoy-announcement{
  background:var(--arisoy-secondary);
  color:#fff;
  font-size:14px;
  padding:9px 0;
  text-align:center;
}

.arisoy-announcement a{color:inherit;text-decoration:underline}

.arisoy-elementor-header,
.arisoy-elementor-footer{
  position:relative;
  width:100%;
  z-index:20;
}

.arisoy-elementor-header .elementor,
.arisoy-elementor-footer .elementor{width:100%}

.arisoy-floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9998;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 17px;
  border-radius:999px;
  background:#25D366;
  color:#fff!important;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.arisoy-grid{
  display:grid;
  grid-template-columns:repeat(var(--arisoy-columns,3),minmax(0,1fr));
  gap:24px;
}

.arisoy-card{
  border:1px solid rgba(15,23,42,.1);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 30px rgba(15,23,42,.06);
}

.arisoy-card__image img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

.arisoy-card__body{padding:20px}
.arisoy-card__title{margin:0 0 10px;font-size:22px}
.arisoy-card__excerpt{margin:0;color:#64748b}
.arisoy-card__link{display:inline-block;margin-top:15px;font-weight:700}

.arisoy-page-hide-title .entry-title,
.arisoy-page-hide-title .page-title{display:none!important}

.arisoy-page-full-width .site-content,
.arisoy-page-full-width .content-area,
.arisoy-page-full-width main{
  max-width:none!important;
  width:100%!important;
}

@media (max-width:900px){
  .arisoy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .arisoy-grid{grid-template-columns:1fr}
  .arisoy-floating-whatsapp{right:14px;bottom:14px;padding:12px 14px}
}
