.archive .page-title { display:none; }
.ast-separate-container .ast-archive-description { background-color: #FFFFFF;}

.bayi-formu [class*="success"],
.bayi-formu [class*="Success"],
.bayi-formu [class*="message"],
.bayi-formu [class*="Message"] {
    border-color: #808080 !important;
}

html {
  scroll-behavior: smooth;
}

/* Bayi dropdown alanı */
.bayi-partner-dropdown {
  max-width: 280px;
  width: 100%;
  font-family: inherit;
  position: relative;
}

.bayi-partner-dropdown details {
  position: relative;
}

.bayi-partner-dropdown summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #111;
  padding: 13px 42px 13px 14px;
  font-size: 15px;
  line-height: 1.0;
  position: relative;
}

.bayi-partner-dropdown summary::-webkit-details-marker {
  display: none;
}

.bayi-partner-dropdown summary::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 13px;
}

.bayi-partner-dropdown details[open] summary::after {
  content: "▴";
}

.bayi-partner-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  background: #fff;
  border: 1px solid #bdbdbd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
  z-index: 9999;
  padding: 12px 0;
}

.bayi-country {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  padding: 7px 14px 4px;
}

.bayi-city {
  font-weight: 600;
  color: #444;
  font-size: 14px;
  padding: 5px 14px 6px;
}

.bayi-firma {
  display: block;
  padding: 9px 18px;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}

.bayi-firma:hover {
  background: #d30b35;
  color: #fff;
}

/* Bayi hero içinde dropdown kesilmesini önler */
.bayi-hero-alani,
.bayi-hero-alani .wp-block-group,
.bayi-hero-alani .wp-block-columns,
.bayi-hero-alani .wp-block-column {
  overflow: visible !important;
}

/* Dropdown'u üstte tutar */
.bayi-partner-dropdown {
  position: relative;
  z-index: 99999;
}

.bayi-partner-dropdown details {
  position: relative;
  z-index: 99999;
}

.bayi-partner-menu {
  z-index: 999999 !important;
}