.ommed-headr-slidr-wrapper {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  position: relative;
}

.ommed-headr-slidr-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
}

.ommed-headr-slidr-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  flex-shrink: 0;
}

.ommed-headr-slidr-icon {
  font-size: 20px;
}

@media (max-width: 768px) {
  .ommed-headr-slidr-item {
    font-size: 14px;
    padding: 6px 14px;
  }
  .ommed-headr-slidr-icon {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .ommed-headr-slidr-item {
    font-size: 13px;
    padding: 5px 12px;
  }
  .ommed-headr-slidr-icon {
    font-size: 16px;
  }
}
