/* ==================================================
   Review Interactions
================================================== */

.title-detail-review-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 2px;
    color: #8f837b;
}

.title-reviews-page-shell .title-detail-review-card.is-full-review-card .title-detail-review-actions {
    margin-top: 14px;
}

.title-detail-review-actions button {
    min-width: 24px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    appearance: none;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.title-detail-review-actions button:not(:disabled) {
    cursor: pointer;
}

.title-detail-review-actions button:disabled {
    cursor: default;
    opacity: 1;
}

.title-detail-review-actions button.is-active {
    color: #f25a00;
}

.title-detail-review-actions .title-detail-review-dislike-button {
    margin-top: 3px;
}

.title-detail-review-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.title-detail-review-actions svg path {
    fill: none;
    stroke: currentColor;
}

.title-detail-review-actions button > span {
    min-width: 1ch;
    font-variant-numeric: tabular-nums;
}
