:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --bg: #f4f7fc;
    --card: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --border: #e5e7eb;
    --star: #f59e0b;
}

.choosebrandrating {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: ;
    margin-bottom: 18px;
    background-color: ;
}

.choosebrandaratinga {
    flex-grow: 1;
    width: ;
}

.ratingstar {
    margin-bottom: 18px;
}

.ratingstara {
    display: flex;
    align-items: center;
    justify-content: ;
    gap: 6px;
    font-size: clamp(0.8rem, 1.2rem, 1.4rem);
}

.star {
    color: #d1d5db;
    transition: .2s;
    cursor: pointer;
}

.star.active {
    color: var(--star);
}

textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    outline: none;
    transition: .3s;
}

textarea:focus {
    border-color: var(--primary);
}

textarea {
    resize: none;
    min-height: 120px;
}