/* Author Position - Distinctive Teal Style */
.position-author {
    background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%) !important;
    border: 2px solid #14b8a6 !important;
    border-left: 4px solid #0d9488 !important;
    color: #0f766e !important;
    font-weight: 700 !important;
    padding: 12px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 2px 4px rgba(13, 148, 136, 0.15) !important;
}

.position-author .author-label {
    color: #0d9488;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
}

.position-author .author-text {
    color: #0f766e;
    font-size: 0.875rem;
    font-weight: 700;
}

/* Regular org positions - subtle */
.position-support {
    background-color: #dcfce7;
    color: #15803d;
}

.position-oppose {
    background-color: #fee2e2;
    color: #dc2626;
}

.position-watching {
    background-color: #dbeafe;
    color: #1e40af;
}
