.session-feedback-modal__dialog {
    max-width: 26rem;
}

.session-feedback-modal__body {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.session-feedback-modal__context {
    line-height: 1.35;
}

.session-feedback-modal__context-line {
    white-space: normal;
}

.session-feedback-editor__section + .session-feedback-editor__section {
    margin-top: 0.65rem;
}

.session-feedback-editor--compact .session-feedback-editor__section + .session-feedback-editor__section {
    margin-top: 0.5rem;
}

.session-sentiment-picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

.session-feedback-editor--compact .session-sentiment-picker {
    gap: 0.3rem;
}

.session-sentiment-chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    width: 100%;
    min-height: 0;
    text-align: left;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.55rem 0.75rem;
    background: var(--bs-body-bg);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.session-feedback-editor--compact .session-sentiment-chip {
    flex-direction: row;
    align-items: center;
    padding: 0.32rem 0.5rem;
    border-radius: 0.3rem;
}

.session-sentiment-chip:hover {
    border-color: var(--bs-primary);
}

.session-sentiment-chip--selected {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.12rem rgba(var(--bs-primary-rgb), 0.12);
}

.session-sentiment-chip__label {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
}

.session-feedback-editor--compact .session-sentiment-chip__label {
    font-size: 0.78rem;
    font-weight: 600;
}

.session-sentiment-chip__hint {
    font-size: 0.78rem;
    color: var(--bs-secondary-color);
    line-height: 1.25;
}

.session-feedback-editor__note-hint {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    line-height: 1.25;
}

.session-sentiment--excellent.session-sentiment-chip--selected {
    background: rgba(25, 135, 84, 0.08);
}

.session-sentiment--good.session-sentiment-chip--selected {
    background: rgba(13, 110, 253, 0.07);
}

.session-sentiment--mixed.session-sentiment-chip--selected {
    background: rgba(108, 117, 125, 0.08);
}

.session-sentiment--attention.session-sentiment-chip--selected {
    background: rgba(255, 193, 7, 0.12);
}

.session-sentiment--at-risk.session-sentiment-chip--selected {
    background: rgba(220, 53, 69, 0.08);
}

.session-feedback-modal__context strong {
    color: var(--bs-body-color);
}

.student-progress-day--clickable {
    cursor: pointer;
}

.student-progress-day--clickable:hover {
    background: rgba(var(--bs-primary-rgb), 0.06);
}

.student-progress-sentiment-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.12rem 0.35rem;
    border-radius: 0.25rem;
    margin-top: 0.2rem;
}

.student-progress-sentiment-badge.session-sentiment--excellent {
    background: rgba(25, 135, 84, 0.15);
    color: #146c43;
}

.student-progress-sentiment-badge.session-sentiment--good {
    background: rgba(13, 110, 253, 0.12);
    color: #0a58ca;
}

.student-progress-sentiment-badge.session-sentiment--mixed {
    background: rgba(108, 117, 125, 0.12);
    color: #495057;
}

.student-progress-sentiment-badge.session-sentiment--attention {
    background: rgba(255, 193, 7, 0.2);
    color: #997404;
}

.student-progress-sentiment-badge.session-sentiment--at-risk {
    background: rgba(220, 53, 69, 0.15);
    color: #b02a37;
}

.session-feedback-editor--compact .session-sentiment-picker .session-sentiment-chip:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
