.rental-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rental-list > ul {
    display: grid;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rental-list li {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.5rem;
    background-color: #fff;
}

.rental-list .rental-thumb {
    margin-bottom: 1rem;
}

.rental-list .rental-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.rental-list .button {
    display: inline-block;
    margin-top: 1rem;
}

.taguprental-cep-status {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: #555;
}

.taguprental-cep-status.is-error {
    color: #b32d2e;
}

.taguprental-cep-status.is-loading {
    color: #555;
}
