
.search_box {
    box-sizing: content-box;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#search-input {
    border: none;
    width: 100%;
    text-indent: 1.5em;
    color: #000;
    height: 4rem;
    margin-right: 0.3rem;
    font-size: 1.6rem;
    border: unset;
    border-radius: 0 0.8rem 0.8rem 0;
    box-shadow: 5px 5px 5px gray, -5px -5px 5px #e7e4e4;
    padding-left: 2rem;
}

.back {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 0.8rem;
}

.search {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 3rem;
    bottom: 0.6rem;
}

.type_search_title {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.similar-list {
    padding-top: 1rem;
}

.game-item {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    height: 11.5rem;
}

.game-name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1.2rem;
    bottom: 1rem;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}
