/* Carehome Login Status Tags */
.chl-status-tag {
    display: block;
    padding: 2px 4px;
    margin-left: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 2.75em;
}

.chl-status-published {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.chl-status-pending {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.chl-status-draft {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.chl-status-expired {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Make sure the status tag appears on the same line as actions */
.chl-my-homes-list .property-card {
    margin-bottom: 20px;
}

.chl-my-homes-list .property-actions {
    margin-bottom: 8px;
}

.chl-my-homes-list .property-actions .chl-status-tag {
    margin-left: 15px;
    vertical-align: middle;
}
