.searchDiv {        
    margin: 40px auto;
    background-color: white;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.resultDiv {        
    margin: 40px auto;
    background-color: white;
    border-radius: 8px;
}

.chm-search {
    border-left: 4px solid #8d1516;
    padding-left: 10px;
}
.chm-input {
    height: 2.5rem;
}
.chm-input input {
    width: 60%;
    height: 95%;
    border-radius: 13px;
    border: 1px solid #bcbcbc;
    padding: 0 0.3rem;
}
.chm-btn {
    background-color: #8d1516;
    color: #ffffff;
    border-radius: 11px;
    width: 6%;
    height: 95%;
    text-align: center;
    padding: 0;
    border: 0px;
}
.chm-line-bottom {
    border-bottom: 1px solid #bcbcbc;
    margin: 1.75rem 0 1rem 0;
}
.chm-title {
    font-size: 1.25rem;
}

input::placeholder {
    color: #7D707B;
}
input::-webkit-input-placeholder {
    color: #7D707B;
}
@media screen and (max-width: 992px) {
    .chm-input button{
        width: auto;
    }
}
.chm-input button {
    white-space: no-wrap;
}
.container {
    padding-left: unset;
    padding-right: unset;
}

/**/
.chm-input input::placeholder {
    color: #7D707B;
    opacity: 1;
}