/*
Theme Name:  Basel Child
Template:    basel
Description: Basel child theme with sisi.lt customizations
Version:     1.0.0
*/

/* Fix: nav menu items can wrap to 2nd row at narrower viewports making header 190px tall.
   Prevent wrapping — same items fit on live site at typical 1366px+ desktop width. */
.main-header .main-nav .menu {
    white-space: nowrap;
    overflow: hidden;
}
.main-header .main-nav .menu > li {
    white-space: normal;
}

/* Fix: Paysera country select renders as plain text in WooCommerce 10.x + Basel */
#paysera_country.payment-country-select {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    padding: 0 30px 0 10px !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    background-image: none !important;
}
