/* Add some custom styles for layout */
.card-body {
    padding: 1.5rem;
}

.property-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.header-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card-header h4 {
    font-weight: bold;
}

.badge-section span {
    margin-right: 8px;
}

.site-title {
    display: none;
}

.entry-title {
    display: none;
}

#loading {
    display: none;
}

.err-msg {
    color: red;
}