.adc-reviews-shell { max-width: 800px; margin: 0 auto; padding: 20px 0; }
.adc-reviews-alert { background: #eef6ff; border: 1px solid #bcdcff; padding: 12px 16px; border-radius: 6px; margin-bottom: 16px; }
.adc-reviews-alert--error { background: #fdeaea; border-color: #f3b7b7; }
.adc-reviews-summary { margin-bottom: 20px; }
.adc-reviews-summary-score { font-size: 1.1rem; }
.adc-reviews-summary-empty { color: #6b6259; }
.adc-reviews-item { background: #fff; border: 1px solid #e5e1da; border-radius: 10px; padding: 18px; margin-bottom: 14px; }
.adc-reviews-item-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.adc-reviews-stars { color: #c2185b; font-size: 1.1rem; letter-spacing: 1px; }
.adc-reviews-author { font-weight: 600; display: flex; align-items: center; gap: 8px; }
.adc-reviews-badge { background: #e6f4ea; color: #256029; font-size: 0.75rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.adc-reviews-text { margin: 8px 0; }
.adc-reviews-item-footer { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: #6b6259; }
.adc-reviews-meta { display: inline-block; }
.adc-reviews-report summary { cursor: pointer; }
.adc-reviews-report form { margin-top: 8px; display: flex; flex-direction: column; gap: 8px; max-width: 320px; }
.adc-reviews-form-shell { background: #fff; border: 1px solid #e5e1da; border-radius: 10px; padding: 20px; }
.adc-reviews-edit-details { border: none; }
.adc-reviews-edit-summary { font-family: inherit; font-weight: 700; font-size: 1.17em; cursor: pointer; list-style: none; margin-bottom: 4px; }
.adc-reviews-edit-summary::-webkit-details-marker { display: none; }
.adc-reviews-edit-summary::before { content: "▸ "; display: inline-block; transition: transform 0.15s ease; }
.adc-reviews-edit-details[open] > .adc-reviews-edit-summary::before { transform: rotate(90deg); }
.adc-reviews-edit-details form { margin-top: 12px; }
.adc-reviews-form label { display: block; margin-bottom: 14px; font-weight: 600; font-size: 0.9rem; }
.adc-reviews-form select,
.adc-reviews-form textarea { display: block; width: 100%; margin-top: 6px; padding: 8px 10px; border: 1px solid #d9d4ca; border-radius: 6px; font-weight: 400; font-family: inherit; }
.adc-reviews-honeypot { position: absolute; left: -9999px; }
.adc-reviews-radio-group { border: none; padding: 0; margin: 0 0 14px 0; }
.adc-reviews-radio-group legend { font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.adc-reviews-radio-group label { display: inline-flex; align-items: center; gap: 4px; font-weight: 400; margin-right: 16px; }
.adc-reviews-button { background: #c2185b; color: #fff; border: none; border-radius: 999px; padding: 10px 20px; font-weight: 700; cursor: pointer; }
.adc-reviews-button--secondary { background: #6b6259; padding: 6px 14px; font-size: 0.85rem; }
.adc-reviews-subtle { color: #6b6259; font-size: 0.85rem; margin-top: 8px; }
.adc-reviews-score { font-weight: 600; }
.adc-reviews-score--empty { color: #6b6259; font-weight: 400; }
.adc-reviews-directory-section { margin-top: 24px; }
.adc-reviews-section-title { margin-bottom: 12px; }
.adc-reviews-card-rating { margin-top: 10px; font-size: 0.85rem; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.adc-reviews-card-stars,
.adc-reviews-card-score,
.adc-reviews-card-count { text-decoration: none; }
.adc-reviews-card-stars { color: #c2185b; letter-spacing: 1px; }
.adc-reviews-card-score { font-weight: 600; color: #2d2a26; }
.adc-reviews-card-count { color: #6b6259; }
.adc-reviews-card-link { color: #c2185b; text-decoration: none; font-weight: 600; }
.adc-reviews-card-link:hover { text-decoration: underline; }
