.search-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: var(--background-color);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  display: none;
  z-index: 1000;
  min-height: 389px;
  padding: 20px;
}

.search-dropdown.active {
  display: block;
}

.dropdown-section {
  padding: 25px 20px;
  position: relative;
  min-height: 311px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  z-index: 1;
  outline: none;
  box-shadow: none;
}

.preview-box {
  margin: -2.4px 0;
  background: #a3c7b5;
  border-radius: 6.4px;
  padding: 0;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 254.4px;
}

.preview-box.visible {
  display: block;
  opacity: 1;
}

.dropdown-title {
  color: var(--secondary-color);
  font-size: 11.52px;
  font-weight: 600;
  margin: 0px 0 0 44px;
  position: relative;
  z-index: 5;
  align-self: flex-start;
}

.dropdown-divider {
  width: 66%;
  height: 0.64px;
  background: #e5e5e5;
  margin: -15.2px auto;
  border: none;
  position: relative;
  z-index: 2;
}

.site-header {
  margin-bottom: 0;
  padding: 9.6px 12px;
  background: var(--secondary-color);
  border-top-left-radius: 6.4px;
  border-top-right-radius: 6.4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26.4px;
  position: relative;
}

.site-divider {
  height: 0.4px;
  background: var(--secondary-color);
  margin: 0;
  border: none;
}

.preview-box .go-to-link {
  position: absolute;
  top: 50%;
  right: 19.2px;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  width: 36px;
  height: 20.48px;
}

.preview-box .site-header {
  position: relative;
  padding: 6.4px 52px 6.4px 12px;
}

.preview-box .site-url {
  margin-right: 0;
  max-width: calc(100% - 56px);
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.preview-box .favicon {
  width: 23.81px !important;
  height: 23.81px !important;
}

.preview-box .glue-button {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}

.preview-box .title-container {
  position: relative;
  padding-right: 68px;
}
