.SearchResult.view1{
    --color : #003f7d;
    overflow: hidden;
}
.SearchResult.view1:not(:last-child){
    margin-bottom: 1.5em;
}
.SearchResult.view1>.title{
    padding:0.5em;
    border-radius: 0.25em;
    color:white;
    font-weight: bold;
    background: linear-gradient(45deg, var(--color), transparent);
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
}
.SearchResult.view1>.content-area{
    padding-bottom: 1em;
}
.SearchResult.view1>.title>div{
    display: table-cell;
    vertical-align: middle;
}
.SearchResult.view1>.title .front{
    width:10em;
}
.SearchResult.view1>.title .front button{
    background-color: orangered;
    color:white;
    font-weight: bold;
    border:none;
    cursor: pointer;
    padding:0.5em 2.5em;
    border-radius: 1em;
    font-size: 0.8em;
    float: right;
}