.business-media-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.business-media-chip--type {
    background-color: #111010 !important;
    border-color: #111010 !important;
    color: #ffffff !important;
}

.business-media-chip--youtube {
    background-color: #a81700;
    border-color: #a81700;
    color: #ffffff;
}

.business-media-full-text {
    margin-bottom: 0;
    white-space: normal;
}

.business-media-vehicle-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.business-media-vehicle-title {
    margin: 0;
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.business-media-vehicle-year {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 4px;
    background-color: #f3f4f6;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.business-media-video-block {
    padding: 0 20px 20px;
}

.business-media-video iframe {
    border: 0;
}

.business-protest-details {
    margin: 0 20px 20px;
    padding: 18px;
    border: 1px solid #eceef2;
    border-radius: 8px;
    background: #fafbfc;
}

.business-protest-details__title {
    margin: 0 0 12px;
    font-size: 20px;
    color: var(--secondary-color);
}

.business-protest-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.business-protest-metrics__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f0f2f7;
    color: #334155;
    font-size: 15px;
    line-height: 1.2;
}

.business-protest-metrics__item--danger {
    background: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
}

.business-protest-metrics__item--warning {
    background: #facc15;
    border-color: #facc15;
    color: #1f2937;
}

.business-protest-metrics__item--success {
    background: #15803d;
    border-color: #15803d;
    color: #ffffff;
}

.business-protest-list-card {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    background: #ffffff;
}

.business-protest-list-card h5 {
    margin: 0 0 8px;
    font-size: 16px;
    color: var(--secondary-color);
}

.business-protest-list-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--text-secondary);
}

.business-protest-list-card li + li {
    margin-top: 6px;
}

.business-media-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    line-height: 1;
}

.business-media-action i {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.business-media-action .post-action-count {
    line-height: 1;
}

.business-media-side-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.business-media-side-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--border-color);
    color: inherit;
}

.business-media-side-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.business-media-side-item:last-child {
    padding-bottom: 0;
}

.business-media-side-item h6 {
    margin: 4px 0 0;
    font-size: 15px;
    line-height: 1.35;
    color: var(--secondary-color);
}

.business-media-side-item:hover h6 {
    color: #a81700;
}

.business-media-side-thumb {
    width: 96px;
    min-width: 96px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f3f3f3;
}

.business-media-side-thumb--empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.business-media-side-content {
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
}

.business-media-side-date {
    font-size: 12px;
    color: var(--text-light);
}

.business-media-poll {
    margin: 0 20px 20px;
    padding: 18px;
    border: 1px solid #eceef2;
    border-top: 3px solid #a81700;
    border-radius: 8px;
    background: #ffffff;
}

.business-media-poll__head {
    margin-bottom: 12px;
}

.business-media-poll__title {
    margin: 0;
    font-size: 20px;
    color: var(--secondary-color);
}

.business-media-show .business-media-comments-title-wrap {
    padding: 40px 0;
}

.business-media-show .business-media-comments-title-wrap .comments-section-title {
    margin: 0;
}

.business-media-show .business-media-comments-title-divider {
    margin: 0;
}

.business-media-poll__subtitle {
    margin: 8px 0 0;
    color: var(--text-secondary);
}

.business-media-poll__deadline {
    margin: 6px 0 0;
    font-size: 13px;
    color: #a81700;
    font-weight: 600;
}

.business-media-poll__total {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.business-media-poll__gauge {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.business-media-poll__gauge-svg {
    width: 190px;
    height: auto;
    overflow: visible;
}

.business-media-poll__gauge-needle {
    transform-origin: 100px 110px;
    transform: rotate(-90deg);
    transition: transform 0.65s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.js-media-poll-gauge-fill {
    transition: stroke-dasharray 0.5s ease, stroke 0.3s ease;
}

.business-media-poll__gauge-text {
    font-size: 15px;
    font-weight: 700;
    fill: #1f2937;
    font-family: inherit;
}

.business-media-poll__gauge-endlabel {
    font-size: 9px;
    fill: #9ca3af;
    font-family: inherit;
}

.business-media-poll__options {
    display: grid;
    gap: 10px;
}

.business-media-poll__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 12px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.15s ease;
}

.business-media-poll__option.is-selected {
    /* border-color overridden per option data-option */
}

.business-media-poll__option:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.business-media-poll__option-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 7px 0 0 7px;
    transition: width 0.45s ease;
    z-index: 0;
}

/* Yes — green */
.business-media-poll__option[data-option="1"] .business-media-poll__option-bar {
    background-color: rgba(21, 128, 61, 0.20);
}
.business-media-poll__option[data-option="1"].is-selected {
    border-color: #15803d;
    background-color: rgba(21, 128, 61, 0.05);
}
.business-media-poll__option[data-option="1"]:not(:disabled):hover {
    border-color: #15803d;
}

/* No — brand red */
.business-media-poll__option[data-option="2"] .business-media-poll__option-bar {
    background-color: rgba(168, 23, 0, 0.20);
}
.business-media-poll__option[data-option="2"].is-selected {
    border-color: #a81700;
    background-color: rgba(168, 23, 0, 0.05);
}
.business-media-poll__option[data-option="2"]:not(:disabled):hover {
    border-color: #a81700;
}

/* Unsure — amber */
.business-media-poll__option[data-option="3"] .business-media-poll__option-bar {
    background-color: rgba(180, 120, 0, 0.20);
}
.business-media-poll__option[data-option="3"].is-selected {
    border-color: #b47800;
    background-color: rgba(180, 120, 0, 0.05);
}
.business-media-poll__option[data-option="3"]:not(:disabled):hover {
    border-color: #b47800;
}

.business-media-poll__option-label {
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: var(--secondary-color);
}

.business-media-poll__option-meta {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
}

.business-media-poll__hint {
    margin: 12px 0 0;
    font-size: 13px;
    color: #6b7280;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.business-media-poll__login-link {
    color: #a81700;
    font-weight: 600;
    text-decoration: underline;
}

.business-media-poll__login-link:hover {
    color: #8a1200;
}

@keyframes poll-hint-flash {
    0%   { background-color: transparent; }
    20%  { background-color: rgba(168, 23, 0, 0.12); }
    100% { background-color: transparent; }
}

.business-media-poll__hint.is-flashing {
    animation: poll-hint-flash 1s ease forwards;
    padding: 4px 6px;
    margin-left: -6px;
}

.business-media-poll__error {
    margin: 10px 0 0;
    font-size: 13px;
    color: #b42318;
}

.business-media-poll.is-loading .business-media-poll__option {
    pointer-events: none;
}
