/*
Theme Name: Tongkolspace Base Theme
Author: Tongkol Space
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 8.1
Version: 2.1.4
Text Domain: tongkolspace
*/

.wp-block-search__inside-wrapper {
    position: relative;
}

.result-search {
    background: #f5f5f5;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 50px;
}

.result-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.result-search li {
    padding: 10px;
    cursor: pointer;
}

.result-search li:hover {
    background: #f0f0f0;
}

.wpo365-mssignin-button.button-login{
    display: flex;
    border: 0px;
}

.wpo365-mssignin-logo svg{
    width: 32px;
}

.wpo365-mssignin-label{
    color: #fff;
}