 .search-top-bar-wrapper {
    padding-top: 8px;
    box-shadow: 1px 0 0 0 #E2E2E6, -1px 0 0 0 #E2E2E6;
    flex: 0 0 72px; /* Fixed height */
}

.search-top-bar {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    gap: 24px;
    box-shadow: 0 0 0 1px #E2E2E6;
}

.wd-search-full-screen.wd-fill {
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
	--wd-form-height: 59px;
	--wd-info-height: 59px;
}

.wd-search-full-screen.wd-fill .wd-close-search.wd-style-icon {
    position: relative;
    --wd-action-icon-size: 20px
}

.wd-search-full-screen.wd-fill .searchform {
    padding-inline: unset;
    width: 100%
}
.wd-search-full-screen.wd-fill .searchform input[type="text"]::placeholder {
    color: #77758C;
    font-weight: 400;
}
.wd-search-full-screen.wd-fill .searchform input[type="text"] {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: -0.54px;

    height: unset;
    text-align: unset;
}

.wd-search-full-screen.wd-fill .searchform {
    border-bottom: unset;
}

.wd-search-full-screen.wd-fill.wd-opened {
    padding: 0px 16px;
}

.wd-search-full-screen.wd-fill .wd-close-search.wd-style-icon>a {
    width: 24px;
    height: 24px;
}

.wd-search-full-screen.wd-fill .wd-close-search.wd-style-icon {
    top: unset;
    right: unset;
}

.custom-search-padding {
    padding: 24px 32px;
}

.placeholder-button {
    width: 480px;
    height: 48px;
} 

/* Button container at the bottom with fixed height */
.search-button-container-wrapper {
    flex: 0 0 72px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0 0 0 #E2E2E6, -1px 0 0 0 #E2E2E6;
	padding-bottom: 8px;
}

.search-button-container {
	width: 100%;
    height: 100%;
	box-shadow: 0 1px 0 0 #E2E2E6;
}

.autocomplete-suggestions .view-all-results {
    display: none !important;
}

/* Container styles */
.wd-search-full-screen.wd-fill .autocomplete-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	padding: unset;
}

/* Item styles */
.wd-search-full-screen.wd-fill .autocomplete-suggestions .autocomplete-suggestion {
    flex: 0 0 50%;
    box-sizing: border-box;
	padding: unset;
}

.search-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-results-wrapper {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
	box-shadow: 1px 0 0 0 #E2E2E6, -1px 0 0 0 #E2E2E6, 0 1px 0 0 #E2E2E6;	
}

.wd-search-full-screen.wd-fill {
  	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
  	transform: translate3d(100%, 0, 0);
  	opacity: 0;
	visibility: visible;
}

.wd-search-full-screen.wd-fill.wd-opened {
  transform: none;
  opacity: 1;
}

.wd-search-full-screen.wd-fill .search-info-text {
	margin-top: unset;
	padding: 15px;
	box-shadow: 1px 0 0 0 #E2E2E6, -1px 0 0 0 #E2E2E6;	
}

.search-button-container .view-all-results {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #111017;
	color: #fff;
}

.search-button-container.custom-search-padding .view-all-results {
    margin: unset;
}