/* Ensure JS targeting works correctly if it sets display to flex *//* Ensure JS targeting works correctly if it sets display to flex */
.reply-modal[style*="display: flex"] {
    display: flex !important;
}

.reply-modal-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.reply-modal-cancel-btn {
    color: white;
    font-size: 20px;
    cursor: pointer;
}/* Twitter/Blue accent */

.reply-toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}/* Green active state */
