<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

.custom-list-item .lf-head {
    position: absolute;
    top: -39px;
    bottom: 0;
    left: -53px;
    width: 100px;
    height: 80px;
    display: flex;
}

.custom-list-item .lf-head-btn {
    flex: 1;
    border: none;
    padding: 30px;
    text-align: center;
    float: none;
    height: 78px;
    display: block;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}</pre></body></html>