.thumb {
    height: 160px;
    text-align: center;
}

.thumb img {
    max-height: 150px;
    display: inline-block;
}

.navbar .account-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 0;
}

.account-controls form {
    margin: 0;
    display: flex;
}

.logout-btn {
    background: none;
    border: 0;
    padding: 2px;
    cursor: pointer;
    line-height: 0;
    color: #777;
}

.logout-btn:hover {
    color: #333;
}

.star-on {
    fill: #f0ad4e;
}

.star-off {
    fill: #d8d8d8;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.rating-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 14px;
}

.rating-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-input .star {
    background: none;
    border: 0;
    padding: 5px;
    cursor: pointer;
    line-height: 0;
}
