.proactive-page {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
}

.proactive-panel {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    padding: 14px;
}

.proactive-panel h2 {
    margin: 0 0 10px;
    color: #2a3032;
    font-size: 16px;
    font-weight: 700;
}

.proactive-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    border-top: 1px solid #f3f4f5;
}

.proactive-row:first-of-type {
    border-top: 0;
}

.proactive-row label {
    color: #384044;
    font-size: 14px;
}

.proactive-row input,
.proactive-row select {
    max-width: 140px;
    border: 1px solid #dfe5e8;
    border-radius: 6px;
    padding: 7px 8px;
    background: #fff;
    color: #2a3032;
}

.proactive-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.proactive-actions .btn {
    width: auto;
    margin: 0;
}

.proactive-status {
    min-height: 18px;
    color: #687176;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.murmur-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.murmur-item {
    border: 1px solid #edf0f2;
    border-radius: 8px;
    padding: 10px;
    background: #fbfcfc;
}

.murmur-meta {
    display: flex;
    justify-content: space-between;
    color: #7b858a;
    font-size: 12px;
    margin-bottom: 6px;
}

.murmur-text {
    color: #2f3639;
    font-size: 14px;
    line-height: 1.55;
}
