/* Hospitable Widget Container Styles */
.widget-search-container {
    width: 100%;
    box-sizing: border-box;
    /* Prevent padding from adding to width */
    max-width: 900px;
    margin: 0 auto;


    /* Glass Effect Background REMOVED */
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;

    /* Layout positioning */
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

/* Ensure widget takes full width of container */
hospitable-direct-mps {
    width: 100%;
    display: block;
}