.lbh-widget {
    font-family: "Big Shoulders", sans-serif;
    color: #0C365E;
    padding: 0px 27px 0px 23px;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    column-gap: 20px;
    container-type: inline-size;
    font-size: 30px;
    font-weight: 600;
    line-height: 0.96 !important;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: relative;
}

#lbh-widget #lh{
    line-height: 0.96!important;
}



div:has(.lbh-widget) {
	position: relative;
    height: 100%;
    width: 100%;
}

@container (max-width: 300px) {
	#lbh-widget #lh{
    line-height: 0.96!important;
	}
}

.widget-right{
    position: absolute;
    top: 13px;
    right: 13px;
    /* border: 1px solid red; */
    height: 15px;
    width: 15px;
	background: url(gogo.svg) no-repeat center / 15px 15px;
}

.lbh-hours {
    color: #00ff00;
    font-weight: bold;
}

.lbh-closed {
    color: #ff4444;
    font-weight: bold;
}

/***search-widget***/
.sw-search-widget {
	flex: 1;
    display: flex;
    align-items: center;
    background-color: #052848;
	padding: 42px 49px;
    border-radius: 0px;
}

.sw-search-widget form {
    display: flex;
    width: 100%;
    align-items: center;
	border-bottom:1px solid #0E70B8;
}

.sw-search-widget select {
	appearance:none;
    background: none;
    border: none;
    color: #F5F5F5;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.sw-search-widget option {
    background: #052848;
    color: #F5F5F5;
}

.sw-search-widget select:focus {
    outline: none!important;
	border: none!important;
	box-shadow: none !important;
}

.sw-search-widget input[type="text"] {
    flex: 1;
    background: none;
    border: none;
    color: #BFD730;
    padding: 5px;
    margin-left: 10px;
	font-size: 18px;
    font-weight: 400;
}

.dividers{
    height: 18.8px;
	margin-left:18px;
	margin-top:20px;
    width: 1px;
    background-color: #0E70B8;
    transform: translateY(-50%);
}

.sw-search-widget input[type="text"]:-webkit-autofill,
.sw-search-widget input[type="text"]:-webkit-autofill:hover,
.sw-search-widget input[type="text"]:-webkit-autofill:focus,
.sw-search-widget input[type="text"]:-webkit-autofill:active {
    background-color: none !important;
    color:#BFD730 !important;
    -webkit-text-fill-color: #BFD730 !important;
    transition: background-color 0s 600000s, color 0s 600000s; 
    font-size: 18px!important;
}

.sw-search-widget input[type="text"]::placeholder {
    color: #BFD730;
}

.sw-search-widget input[type="text"]:focus {
    outline: none!important;
	border: none!important;
	box-shadow: none !important;

}

.sw-search-widget button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.sw-search-widget button:hover svg {
    stroke: #FF8C42;
}

.sw-search-widget svg {
    fill: none;
    stroke: #F58141;
    stroke-width: 2px;
    width: 18px;
    height: 18px;
}

.sw-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.sw-select-wrapper select {
    appearance: none;
    background: none;
    border: none;
    color: #F5F5F5;
    font-size: 16px;
    padding: 5px 30px 5px 5px;
    cursor: pointer;
    position: relative;
	font-size: 20px;
	font-weight:600;
}

.sw-select-wrapper select:hover {
    color: #F5F5F5;
}

.sw-custom-arrow {
    position: absolute;
    right: 0px;
    color: #F5F5F5;
    pointer-events: none;
    font-size: 14px;
    top: 16px;
}

/*******sw_custom_bar*****/

.sw_custom_bar{
    display: flex;
    background: #052848;
    flex-direction: row;
    justify-content: space-between;
}


@media (max-width: 830px) {
	.sw-select-wrapper select {
		font-size:16px;
	}
	
	.sw-search-widget input[type="text"] {
		font-size:15px;
	}
}


@media (max-width: 640px) {
    .sw_custom_bar {
        flex-direction: column;
    }

	.sw-search-widget input[type="text"] {
        font-size: 16px;
    }
}
