#searchresults .result h2 {
font-size: 3rem;
line-height: 3.5rem;
font-weight: 600;
}
#searchresults .result h2:hover {
text-decoration: underline;
}
.post-thumbnail {
background-image: url(https://orgwine.local/wp-content/themes/thinktimber_production/assets/images/orwb-placeholder.jpg);
background-position-x: 50%;
background-position-y: 50%;
height: 100%;
aspect-ratio: 16/9;
width: 100%;
object-fit: contain;
background-repeat: no-repeat;
}
.post-thumbnail img {
height: 100%;
aspect-ratio: 16/9;
width: 100%;
object-fit: cover;
background-color: white;
}
.post-thumbnail .logo img {
object-fit: contain;
}
#searchresults .result {
display: flex;
padding-bottom: 30px;
border-bottom: 1px solid lightgray;
margin-bottom: 30px;
}
#searchresults .result:last-child {
border-bottom: 0px;
margin-bottom: 60px;
}
#searchresults .result .left {
width: 66.6666%;
padding-right: 30px;
}
#searchresults .result .right {
width: 33.3333%;
}
.spacer {
font-size: 3rem;
line-height: 10px;
height: 10px;
position: relative;
display: inline-block;
padding-left: 10px;
padding-right: 7px;
top: -2px;
}
.maincontent {
margin-top: 30px;
}
@media screen and (max-width: 700px) {
#searchresults .result {
flex-direction: column;
}
#searchresults .result .left {
width: 100%;
}
#searchresults .result .right {
margin-top: 30px;
width: 100%
}
}