/* ================================================================== */
/* BEORGANIC – HORNÝ PAS – CSS v4                                     */
/* ================================================================== */

.bo-topbar-outer {
  margin: -30px -30px 0 -30px !important;
  padding: 0 !important;
  width: calc(100% + 60px) !important;
  box-sizing: border-box !important;
  display: block !important;
}

.bo-topbar {
  background-color: #3d5c3a !important;
  width: 100% !important;
  padding: 8px 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  margin: 0 !important;
  line-height: 1 !important;
  height: auto !important;
}

.bo-topbar-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}

.bo-topbar-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
}

.bo-topbar-right-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 5px !important;
}

.bo-topbar a {
  color: #e0ece0 !important;
  text-decoration: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  display: inline !important;
  transition: color 0.2s !important;
}

.bo-topbar a:hover { color: #ffffff !important; }

.bo-topbar-sep {
  color: rgba(255,255,255,0.25) !important;
  font-size: 11px !important;
  display: inline !important;
}

.bo-topbar-icon svg {
  width: 13px !important;
  height: 13px !important;
  fill: #b8d4b8 !important;
  display: block !important;
}

@media (max-width: 768px) {
  .bo-topbar-outer {
    margin: -20px -20px 0 -20px !important;
    width: calc(100% + 40px) !important;
  }
  .bo-topbar {
    padding: 7px 16px !important;
    justify-content: center !important;
  }
  .bo-topbar-right { display: none !important; }
}
