/*
 Theme Name:   baumesse Child
 Theme URI:    https://baumesse.co.at
 Description:  WordPress Child Theme für die Baumesse
 Author:       baumesse
 Author URI:   https://baumesse.at
 Template:     baumesse
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         baumesse
 Text Domain:  my-listing
*/

.d19_link a {
    color: #be342d;
    border: 2px solid #be342d;
    padding: 7px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
	display: flex;
    align-items: center;
    gap: 5px;
}
/* p.d19_produkte span {
    display: flex;
    line-height: 1;
} */
.lf-item.lf-item-list-view .lf-item-info>h4 {
    font-size: 24px;
    font-weight: 700 !important;
}
.lf-item-info>ul li:last-of-type {
    font-weight: 700;
}
@media( min-width: 1201px ) {
	p.d19_produkte {
		max-width: 80%;
	}
	.d19_link {
		position: absolute;
		right: 15px;
		top: 35%;
	}
}