/* Tebyin Theme v1.1 — OJS 3.5.x */
:root {
  --tebyin-orange: #ED7610;
  --tebyin-cream: #E0D6BC;
  --tebyin-text: #2D2A27;
  --tebyin-muted: #716B65;
  --tebyin-border: #E5DDD5;
}

/* Institutional information bar */
.tebyin_meta_bar {
  box-sizing: border-box;
  width: 100%;
  background: var(--tebyin-cream) !important;
  border-bottom: 1px solid var(--tebyin-border);
  color: var(--tebyin-text) !important;
  font-family: "Noto Sans", Arial, sans-serif;
}

.tebyin_meta_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  min-height: 44px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tebyin_meta_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
}

.tebyin_meta_item {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 0 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--tebyin-text) !important;
}

.tebyin_meta_item:first-child { padding-left: 0; }

.tebyin_meta_item + .tebyin_meta_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--tebyin-orange);
}

.tebyin_meta_label {
  color: var(--tebyin-muted) !important;
  font-weight: 500;
}

.tebyin_meta_value {
  color: var(--tebyin-text) !important;
  font-weight: 700;
}

.tebyin_meta_language {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  margin: 0;
  border: 1px solid rgba(237,118,16,.30);
  border-radius: 999px;
  background: #fff !important;
  color: var(--tebyin-text) !important;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}

.tebyin_meta_language::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tebyin-orange);
  box-shadow: 0 0 0 3px rgba(237,118,16,.12);
}

/* Prevent parent header link colors from leaking into the meta strip */
.pkp_structure_head .tebyin_meta_bar,
.pkp_structure_head .tebyin_meta_bar * {
  text-decoration: none;
}

@media (max-width: 900px) {
  .tebyin_meta_inner {
    padding: 9px 20px;
    align-items: flex-start;
  }
  .tebyin_meta_items { row-gap: 7px; }
  .tebyin_meta_item { padding-left: 12px; padding-right: 12px; }
  .tebyin_meta_item:first-child { padding-left: 0; }
}

@media (max-width: 700px) {
  .tebyin_meta_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 15px;
  }
  .tebyin_meta_items { justify-content: center; }
  .tebyin_meta_item {
    font-size: 12px;
    padding: 2px 9px;
  }
  .tebyin_meta_item:first-child { padding-left: 9px; }
  .tebyin_meta_language {
    align-self: center;
    font-size: 11px;
    padding: 5px 10px;
  }
}
/* Sağ sütundaki Tebyin menüsü */
.tebyin-sidebar-menu {
    margin: 0;
}

.tebyin-sidebar-menu h2 {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d7dfe3;
    color: #426f8c;
    font-size: 1.15rem;
    font-weight: 600;
}

.tebyin-sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tebyin-sidebar-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e7e9;
}

.tebyin-sidebar-menu li:last-child {
    border-bottom: none;
}

.tebyin-sidebar-menu a {
    display: block;
    padding: 9px 4px;
    color: #444;
    font-size: 0.92rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.tebyin-sidebar-menu a:hover,
.tebyin-sidebar-menu a:focus {
    padding-left: 8px;
    color: #426f8c;
}

.pkp_navigation_primary a[href*="submission"]:hover::before {
    color: #ED7610;
}
/* ================================================== TEBYİN FOOTER ================================================== */
.pkp_structure_footer_wrapper {
    background: #07384a !important; 
    border-top: none !important; } .pkp_structure_footer { background: transparent !important; } .tebyin_footer_license { color: #ffffff !important; text-align: center; } .tebyin_footer_license a { color: #ffffff !important; } .tebyin_footer_license img { display: inline-block;
    
}
/* Tebyin üst bilgi çubuğu - Makale Gönder */
.pkp_structure_head .tebyin_meta_bar a {
    color: #C2412D !important;
    font-weight: 900 !important;
}

/* Üzerine gelince */
.pkp_structure_head .tebyin_meta_bar a:hover {
    color: #ED7610 !important;
}



