.gtea-widget-search-bar {
    height: 0;
    overflow: hidden;
    &.active {
        height: 100%;
    }
    .gtea-widget-search-bar__form {
        overflow: hidden;
        .gtea-widget-search-bar__form-group {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
            border-radius: 0;
            overflow: hidden;
        }
        .gtea-widget-search-bar__form-label {
            border: 0;
            clip: rect(0,0,0,0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            border-radius: 0;
        }
        .gtea-widget-search-bar__form-input {
            border: none;
            padding: 8px;
            font-size: 16px;
            border-radius: 0;
            outline: none;
            &:focus {
                outline: none;
            }
        }
        .gtea-widget-search-bar__form-search-button {
            background: #ffffff;
            border: none;
            box-sizing: border-box;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            svg {
                width: 16px;
                height: 16px;
            }
        }
    }
}
.gtea-widget-search-bar__trigger {
    .gtea-widget-search-bar__trigger-button {
        background: transparent;
        border: none;
        svg {
            width: 16px;
            height: 16px;
        }
    }
}