section.block-characteristics {
    padding: 1.5rem;
    border: none;
    background-color: var(--wp--preset--color--grey-light);
    border-radius: var(--standard-border-radius);
}

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

.item-characteristic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.75rem;
}

.list-characteristics .item-characteristic:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.label .title {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}

.rating {
    display: flex;
    gap: 4px;
}

.square {
    width: 16px;
    height: 16px;
    background-color: var(--wp--preset--color--grey-dark);
    border-radius: 2px;
}

.square.filled {
    background-color: var(--wp--preset--color--yellow);
}

@media (max-width: 768px) {
    .item-characteristic {
        display: block;
    }
}
