.listayo-price {
    font-weight: bold;
    color: #28a745; /* Green color for price */
}

.listayo-status {
    font-weight: bold;
    color: #007bff; /* Blue color for status */
}

.listayo-description {
    color: #6c757d; /* Gray color for description */
}   

.listayo-listing-title {
    font-size: 1.25rem; /* Adjust the size as needed */
    font-weight: bold;
    margin-bottom: 0.5rem; /* Space below the title */
}

.listayo-login-page-block .container-sm {
    background-color: #ffffff; /* Light gray background */
}