    #general-search-form {
        position: relative;
    }

    #general-search-form input[type='submit'] {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 10px;
        z-index: 2;
        border-radius: 2px;
        opacity: 0.8;
        transition: opacity 0.2s ease;
    }

    #general-search-form input[type='submit']:hover {
        opacity: 1;
    }

.wh-rental-search {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: var(--tbim-black);
  padding: 20px;
}
