/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Κάνε το dropdown να χωράει μόνο τη σημαία */
.header-outer ul.sub-menu.tracked-pos {
  min-width: 0 !important;
  width: max-content !important;
  padding: 0 !important;
}

/* Μηδένισε τυχόν padding στα items/links */
.header-outer ul.sub-menu.tracked-pos > li,
.header-outer ul.sub-menu.tracked-pos > li > a,
.header-outer ul.sub-menu.tracked-pos > li > a > span.menu-title-text {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

/* (Προαιρετικό) κράτα το λευκό background μόνο όσο χρειάζεται */
.header-outer ul.sub-menu.tracked-pos {
  background: #fff !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
}



