.angie-rental-badge-wrapper-264332e6 {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.angie-rental-badge-264332e6 {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #888888; /* Checking... */
    transition: all 0.3s ease;
}

.angie-rental-badge-264332e6.available {
    background-color: #28a745; /* Green */
}

.angie-rental-badge-264332e6.not-available {
    background-color: #dc3545; /* Red */
}
