@import url('/css/global.css');
@import url('/modules/suggest_card/index.css');

.btn {
    box-sizing: border-box;
}

.input-text {
        font-size: 16px;
        background-color: white;
        height: 42px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid black;
}

.search-res {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}